Class MapKeyJoinColumnDelegator
- java.lang.Object
-
- org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
-
- All Implemented Interfaces:
Annotation
public class MapKeyJoinColumnDelegator extends Object implements JoinColumn
-
-
Constructor Summary
Constructors Constructor Description MapKeyJoinColumnDelegator(MapKeyJoinColumn column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()StringcolumnDefinition()ForeignKeyforeignKey()booleaninsertable()Stringname()booleannullable()StringreferencedColumnName()Stringtable()booleanunique()booleanupdatable()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
MapKeyJoinColumnDelegator
public MapKeyJoinColumnDelegator(MapKeyJoinColumn column)
-
-
Method Detail
-
name
public String name()
-
referencedColumnName
public String referencedColumnName()
-
unique
public boolean unique()
-
nullable
public boolean nullable()
-
insertable
public boolean insertable()
-
updatable
public boolean updatable()
-
columnDefinition
public String columnDefinition()
-
table
public String table()
-
foreignKey
public ForeignKey foreignKey()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
-