public class FieldResultMetadataImpl extends java.lang.Object implements FieldResultMetadata
| Constructor and Description |
|---|
FieldResultMetadataImpl(AbstractLocator locator,
javax.persistence.FieldResult annotation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumn()
Name of the column in the SELECT clause - i.e., column aliases, if applicable.
|
AbstractLocator |
getLocator()
Returns the locator.
|
java.lang.String |
getName()
Returns the name of the Bindable.
|
public FieldResultMetadataImpl(AbstractLocator locator, javax.persistence.FieldResult annotation)
locator - the java locatorannotation - the annotationpublic java.lang.String getColumn()
getColumn in interface FieldResultMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic java.lang.String getName()
getName in interface BindableMetadataCopyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.