public class MapKeyJoinColumnDelegator extends Object implements javax.persistence.JoinColumn
Constructor and Description |
---|
MapKeyJoinColumnDelegator(javax.persistence.MapKeyJoinColumn column) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
String |
columnDefinition() |
boolean |
insertable() |
String |
name() |
boolean |
nullable() |
String |
referencedColumnName() |
String |
table() |
boolean |
unique() |
boolean |
updatable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
public MapKeyJoinColumnDelegator(javax.persistence.MapKeyJoinColumn column)
public String name()
public String referencedColumnName()
public boolean unique()
public boolean nullable()
public boolean insertable()
public boolean updatable()
public String columnDefinition()
public String table()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved