|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static ResultTransformer |
ALIAS_TO_ENTITY_MAP
Each row of results is a Map from alias to entity instance |
static ResultTransformer |
DISTINCT_ROOT_ENTITY
Each row of results is a distinct instance of the root entity |
static ResultTransformer |
PROJECTION
This result transformer is selected implicitly by calling setProjection() |
static String |
ROOT_ALIAS
The alias that refers to the "root" entity of the criteria query. |
static ResultTransformer |
ROOT_ENTITY
Each row of results is an instance of the root entity |
Field Detail |
public static final String ROOT_ALIAS
public static final ResultTransformer ALIAS_TO_ENTITY_MAP
public static final ResultTransformer ROOT_ENTITY
public static final ResultTransformer DISTINCT_ROOT_ENTITY
public static final ResultTransformer PROJECTION
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |