public interface EntityResultMetadata extends LocatableMatadata
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
java.lang.String |
getEntityClass()
The class of the result.
|
java.util.List<FieldResultMetadata> |
getFields()
Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class.
|
getLocatorjava.lang.String getDiscriminatorColumn()
java.lang.String getEntityClass()
java.util.List<FieldResultMetadata> getFields()
Copyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.