public class MapKeyJoinColumnDelegator extends Object implements JoinColumn
| Constructor and Description |
|---|
MapKeyJoinColumnDelegator(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, waitequals, hashCode, toStringpublic MapKeyJoinColumnDelegator(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 AnnotationCopyright © 2012 JBoss by Red Hat. All Rights Reserved.