public class PhysicalAttributeMetadataImpl extends AttributeMetadataImpl implements PhysicalAttributeMetadata
PhysicalAttributeMetadata.| Constructor and Description |
|---|
PhysicalAttributeMetadataImpl(java.lang.reflect.Member member,
PhysicalAttributeMetadata metadata) |
PhysicalAttributeMetadataImpl(java.lang.reflect.Member member,
java.lang.String name,
java.util.Set<java.lang.Class<? extends java.lang.annotation.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(java.lang.reflect.Member member,
PhysicalAttributeMetadata metadata)
member - the java member of singular attributemetadata - the metadata definition of the singular attributepublic PhysicalAttributeMetadataImpl(java.lang.reflect.Member member,
java.lang.String name,
java.util.Set<java.lang.Class<? extends java.lang.annotation.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 Software & Consultancy. All Rights Reserved.