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.String
columnDefinition()
boolean
insertable()
int
length()
java.lang.String
name()
boolean
nullable()
int
precision()
int
scale()
java.lang.String
table()
boolean
unique()
boolean
updatable()
-
-
-
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:
annotationType
in interfacejava.lang.annotation.Annotation
-
-