Fields Summary |
---|
public static final String | ROOT_ALIASThe alias that refers to the "root" entity of the criteria query. |
public static final org.hibernate.transform.ResultTransformer | ALIAS_TO_ENTITY_MAPEach row of results is a Map from alias to entity instance |
public static final org.hibernate.transform.ResultTransformer | ROOT_ENTITYEach row of results is an instance of the root entity |
public static final org.hibernate.transform.ResultTransformer | DISTINCT_ROOT_ENTITYEach row of results is a distinct instance of the root entity |
public static final org.hibernate.transform.ResultTransformer | PROJECTIONThis result transformer is selected implicitly by calling setProjection() |
public static final int | INNER_JOINSpecifies joining to an entity based on an inner join. |
public static final int | FULL_JOINSpecifies joining to an entity based on a full join. |
public static final int | LEFT_JOINSpecifies joining to an entity based on a left outer join. |