public interface BasicAttributeMetadata extends PhysicalAttributeMetadata
| Modifier and Type | Method and Description |
|---|---|
ColumnTransformerMetadata |
getColumnTransformer()
Returns the columnTransformer
|
javax.persistence.EnumType |
getEnumType()
Returns the enumType of the basic attribute.
|
javax.persistence.FetchType |
getFetchType()
Returns the fetch type of the attribute.
|
IndexMetadata |
getIndex()
Returns the index definition.
|
boolean |
isLob()
Returns if the basic attribute is lob.
|
boolean |
isOptional()
Returns if the basic attribute is optional.
|
getColumn, getTemporalTypegetAccessgetNamegetLocatorColumnTransformerMetadata getColumnTransformer()
javax.persistence.EnumType getEnumType()
javax.persistence.FetchType getFetchType()
IndexMetadata getIndex()
boolean isLob()
boolean isOptional()
Copyright © 2012-2013 Batoo. All Rights Reserved.