| Field Summary | |
|---|---|
| static ResultTransformer |
Each row of results is a Map from alias to entity instance |
| static ResultTransformer |
Each row of results is a distinct instance of the root entity |
| static int |
Specifies joining to an entity based on a full join. |
| static int |
Specifies joining to an entity based on an inner join. |
| static int |
Specifies joining to an entity based on a left outer join. |
| static ResultTransformer |
This result transformer is selected implicitly by calling setProjection() |
| static String |
The alias that refers to the "root" entity of the criteria query. |
| static ResultTransformer |
Each row of results is an instance of the root entity |
public static
int
FULL_JOIN
public static
int
INNER_JOIN
public static
int
LEFT_JOIN