Interface ColumnDetails.Sizable
- All Superinterfaces:
ColumnDetails
- All Known Subinterfaces:
ColumnDetails.SecondSizable
- All Known Implementing Classes:
ColumnJpaAnnotation
,MapKeyColumnJpaAnnotation
- Enclosing interface:
- ColumnDetails
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.boot.models.annotations.spi.ColumnDetails
ColumnDetails.AlternateTableCapable, ColumnDetails.Definable, ColumnDetails.Mutable, ColumnDetails.Nullable, ColumnDetails.SecondSizable, ColumnDetails.Sizable, ColumnDetails.Uniqueable
-
Method Summary
Methods inherited from interface org.hibernate.boot.models.annotations.spi.ColumnDetails
name, name
-
Method Details
-
length
int length() -
length
void length(int value) -
precision
int precision() -
precision
void precision(int value) -
scale
int scale() -
scale
void scale(int value)
-