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() |
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, wait
equals, hashCode, toString
public 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 ForeignKey foreignKey()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2017 JBoss by Red Hat. All rights reserved.