Package org.hibernate.cfg.annotations
Class MapKeyColumnDelegator
- java.lang.Object
-
- org.hibernate.cfg.annotations.MapKeyColumnDelegator
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
public class MapKeyColumnDelegator extends java.lang.Object implements Column
-
-
Constructor Summary
Constructors Constructor Description MapKeyColumnDelegator(MapKeyColumn column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>annotationType()java.lang.StringcolumnDefinition()booleaninsertable()intlength()java.lang.Stringname()booleannullable()intprecision()intscale()java.lang.Stringtable()booleanunique()booleanupdatable()
-
-
-
Constructor Detail
-
MapKeyColumnDelegator
public MapKeyColumnDelegator(MapKeyColumn column)
-
-
Method Detail
-
name
public java.lang.String name()
-
unique
public boolean unique()
-
nullable
public boolean nullable()
-
insertable
public boolean insertable()
-
updatable
public boolean updatable()
-
columnDefinition
public java.lang.String columnDefinition()
-
table
public java.lang.String table()
-
length
public int length()
-
precision
public int precision()
-
scale
public int scale()
-
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationTypein interfacejava.lang.annotation.Annotation
-
-