public class PhysicalAttributeMetadataImpl extends AttributeMetadataImpl implements PhysicalAttributeMetadata
PhysicalAttributeMetadata.| Constructor and Description |
|---|
PhysicalAttributeMetadataImpl(Member member,
PhysicalAttributeMetadata metadata) |
PhysicalAttributeMetadataImpl(Member member,
String name,
Set<Class<? extends Annotation>> parsed) |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
getColumn()
Returns the column definition of the singular attribute.
|
javax.persistence.TemporalType |
getTemporalType()
Returns the temporal type of the singular attribute.
|
getAccess, getLocator, getMember, getName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAccessgetNamegetLocatorpublic PhysicalAttributeMetadataImpl(Member member, PhysicalAttributeMetadata metadata)
member - the java member of singular attributemetadata - the metadata definition of the singular attributepublic PhysicalAttributeMetadataImpl(Member member, String name, Set<Class<? extends Annotation>> parsed)
member - the java member of singular attributename - the name of the singular attributeparsed - set of annotations parsedpublic final ColumnMetadata getColumn()
getColumn in interface PhysicalAttributeMetadatapublic final javax.persistence.TemporalType getTemporalType()
getTemporalType in interface PhysicalAttributeMetadataCopyright © 2012-2013 Batoo. All Rights Reserved.