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