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() |
javax.persistence.ForeignKey |
foreignKey() |
boolean |
insertable() |
String |
name() |
boolean |
nullable() |
String |
referencedColumnName() |
String |
table() |
boolean |
unique() |
boolean |
updatable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic 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 javax.persistence.ForeignKey foreignKey()
public Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2018. All rights reserved.