Class MapKeyColumnDelegator
java.lang.Object
org.hibernate.boot.model.internal.MapKeyColumnDelegator
- All Implemented Interfaces:
Annotation
- Author:
- Emmanuel Bernard
-
Constructor Details
-
MapKeyColumnDelegator
-
-
Method Details
-
name
-
unique
public boolean unique() -
nullable
public boolean nullable() -
insertable
public boolean insertable() -
updatable
public boolean updatable() -
columnDefinition
-
table
-
length
public int length() -
precision
public int precision() -
scale
public int scale() -
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-