org.hibernate.criterion.CriteriaSpecification |
Known Indirect Subclasses |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | FULL_JOIN | Specifies joining to an entity based on a full join. | |||||||||
int | INNER_JOIN | Specifies joining to an entity based on an inner join. | |||||||||
int | LEFT_JOIN | Specifies joining to an entity based on a left outer join. | |||||||||
String | ROOT_ALIAS | The alias that refers to the "root" entity of the criteria query. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ALIAS_TO_ENTITY_MAP | Each row of results is a Map from alias to entity instance | ||||||||||
DISTINCT_ROOT_ENTITY | Each row of results is a distinct instance of the root entity | ||||||||||
PROJECTION | This result transformer is selected implicitly by calling setProjection() | ||||||||||
ROOT_ENTITY | Each row of results is an instance of the root entity |
Specifies joining to an entity based on a full join.
Specifies joining to an entity based on an inner join.
Specifies joining to an entity based on a left outer join.
The alias that refers to the "root" entity of the criteria query.
Each row of results is a Map from alias to entity instance
Each row of results is a distinct instance of the root entity
This result transformer is selected implicitly by calling setProjection()
Each row of results is an instance of the root entity