| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CriteriaSpecification
| Field Summary | |
|---|---|
| static ResultTransformer | ALIAS_TO_ENTITY_MAPEach row of results is a Map from alias to entity instance | 
| static ResultTransformer | DISTINCT_ROOT_ENTITYEach row of results is a distinct instance of the root entity | 
| static int | FULL_JOINSpecifies joining to an entity based on a full join. | 
| static int | INNER_JOINSpecifies joining to an entity based on an inner join. | 
| static int | LEFT_JOINSpecifies joining to an entity based on a left outer join. | 
| static ResultTransformer | PROJECTIONThis result transformer is selected implicitly by calling setProjection() | 
| static String | ROOT_ALIASThe alias that refers to the "root" entity of the criteria query. | 
| static ResultTransformer | ROOT_ENTITYEach row of results is an instance of the root entity | 
| Field Detail | 
|---|
static final String ROOT_ALIAS
static final ResultTransformer ALIAS_TO_ENTITY_MAP
static final ResultTransformer ROOT_ENTITY
static final ResultTransformer DISTINCT_ROOT_ENTITY
static final ResultTransformer PROJECTION
static final int INNER_JOIN
static final int FULL_JOIN
static final int LEFT_JOIN
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||