public class AttributeOverrideMetadataImpl extends Object implements AttributeOverrideMetadata
AttributeOverrideMetadata.| Constructor and Description |
|---|
AttributeOverrideMetadataImpl(AbstractLocator locator,
javax.persistence.AttributeOverride annotation) |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
getColumn()
Returns the column of the override.
|
AbstractLocator |
getLocator()
Returns the locator.
|
String |
getName()
Returns the name of the Bindable.
|
public AttributeOverrideMetadataImpl(AbstractLocator locator, javax.persistence.AttributeOverride annotation)
locator - the locatorannotation - the annotationpublic ColumnMetadata getColumn()
getColumn in interface AttributeOverrideMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic String getName()
getName in interface BindableMetadataCopyright © 2012-2013 Batoo. All Rights Reserved.