public interface CriteriaSpecification
Modifier and Type | Field and Description |
---|---|
static ResultTransformer |
ALIAS_TO_ENTITY_MAP
Each row of results is a Map from alias to entity instance
|
static ResultTransformer |
DISTINCT_ROOT_ENTITY
Each row of results is a distinct instance of the root entity
|
static int |
FULL_JOIN
Deprecated.
|
static int |
INNER_JOIN
Deprecated.
|
static int |
LEFT_JOIN
Deprecated.
|
static ResultTransformer |
PROJECTION
This result transformer is selected implicitly by calling setProjection()
|
static String |
ROOT_ALIAS
The alias that refers to the "root" entity of the criteria query.
|
static ResultTransformer |
ROOT_ENTITY
Each row of results is an instance of the root entity
|
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
@Deprecated static final int INNER_JOIN
JoinType.INNER_JOIN
@Deprecated static final int FULL_JOIN
JoinType.FULL_JOIN
@Deprecated static final int LEFT_JOIN
JoinType.LEFT_OUTER_JOIN
Copyright © 2017 JBoss by Red Hat. All rights reserved.