Serialized Form
-
Package com.blazebit.persistence.criteria.impl
-
Class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
class BlazeCriteriaBuilderImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cbf
CriteriaBuilderFactory cbf
-
metamodel
EntityMetamodel metamodel
-
negationWrapper
boolean negationWrapper
-
valueAsParameter
boolean valueAsParameter
-
-
Class com.blazebit.persistence.criteria.impl.InternalQuery
class InternalQuery extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationRoots
Set<com.blazebit.persistence.criteria.impl.path.AbstractFrom<?,
?>> correlationRoots -
criteriaBuilder
BlazeCriteriaBuilderImpl criteriaBuilder
-
distinct
boolean distinct
-
groupList
List<Expression<?>> groupList
-
having
Predicate having
-
isSubQuery
boolean isSubQuery
-
orderList
List<BlazeOrder> orderList
-
owner
BlazeAbstractQuery<T> owner
-
restriction
Predicate restriction
-
roots
Set<com.blazebit.persistence.criteria.impl.path.RootImpl<?>> roots
-
selection
Selection<? extends T> selection
-
subqueries
List<Subquery<?>> subqueries
-
-