FileDocCategorySizeDatePackage
CriteriaSpecification.javaAPI DocHibernate 3.2.51788Mon Jan 23 14:21:02 GMT 2006org.hibernate.criterion

CriteriaSpecification

public interface CriteriaSpecification
author
Gavin King

Fields Summary
public static final String
ROOT_ALIAS
The alias that refers to the "root" entity of the criteria query.
public static final org.hibernate.transform.ResultTransformer
ALIAS_TO_ENTITY_MAP
Each row of results is a Map from alias to entity instance
public static final org.hibernate.transform.ResultTransformer
ROOT_ENTITY
Each row of results is an instance of the root entity
public static final org.hibernate.transform.ResultTransformer
DISTINCT_ROOT_ENTITY
Each row of results is a distinct instance of the root entity
public static final org.hibernate.transform.ResultTransformer
PROJECTION
This result transformer is selected implicitly by calling setProjection()
public static final int
INNER_JOIN
Specifies joining to an entity based on an inner join.
public static final int
FULL_JOIN
Specifies joining to an entity based on a full join.
public static final int
LEFT_JOIN
Specifies joining to an entity based on a left outer join.
Constructors Summary
Methods Summary