public interface EntityResultMetadata extends LocatableMatadata
| Modifier and Type | Method and Description |
|---|---|
String |
getDiscriminatorColumn()
Specifies the column name (or alias) of the column in the SELECT list that is used to determine the type of the entity instance.
|
String |
getEntityClass()
The class of the result.
|
List<FieldResultMetadata> |
getFields()
Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class.
|
getLocatorString getDiscriminatorColumn()
String getEntityClass()
List<FieldResultMetadata> getFields()
Copyright © 2012-2013 Batoo. All Rights Reserved.