public class BasicAttributeMetadataImpl extends PhysicalAttributeMetadataImpl implements BasicAttributeMetadata
BasicAttributeMetadata.| Constructor and Description |
|---|
BasicAttributeMetadataImpl(Member member,
BasicAttributeMetadata metadata) |
BasicAttributeMetadataImpl(Member member,
String name,
Set<Class<? extends Annotation>> parsed) |
| 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, getTemporalTypegetAccess, getLocator, getMember, getName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetColumn, getTemporalTypegetAccessgetNamegetLocatorpublic BasicAttributeMetadataImpl(Member member, BasicAttributeMetadata metadata)
member - the java member of basic attributemetadata - the metadata definition of the basic attributepublic BasicAttributeMetadataImpl(Member member, String name, Set<Class<? extends Annotation>> parsed)
member - the java member of attributename - the name of the attributeparsed - set of annotations parsedpublic ColumnTransformerMetadata getColumnTransformer()
getColumnTransformer in interface BasicAttributeMetadatapublic javax.persistence.EnumType getEnumType()
getEnumType in interface BasicAttributeMetadatapublic javax.persistence.FetchType getFetchType()
getFetchType in interface BasicAttributeMetadatapublic IndexMetadata getIndex()
getIndex in interface BasicAttributeMetadatapublic boolean isLob()
isLob in interface BasicAttributeMetadatapublic boolean isOptional()
isOptional in interface BasicAttributeMetadataCopyright © 2012-2013 Batoo. All Rights Reserved.