Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abs(Expression<N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
AbstractExpression<T> - Class in com.blazebit.persistence.criteria.impl.expression
 
AbstractExpression(BlazeCriteriaBuilderImpl, Class<T>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
AbstractFrom<Z,X> - Class in com.blazebit.persistence.criteria.impl.path
 
AbstractFrom(BlazeCriteriaBuilderImpl, Class<X>) - Constructor for class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
AbstractFrom(BlazeCriteriaBuilderImpl, Class<X>, AbstractPath<?>) - Constructor for class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
AbstractFrom.BasicJoinScope - Class in com.blazebit.persistence.criteria.impl.path
 
AbstractFrom.CorrelationJoinScope - Class in com.blazebit.persistence.criteria.impl.path
 
AbstractFrom.JoinScope<X> - Interface in com.blazebit.persistence.criteria.impl.path
 
AbstractFunctionExpression<X> - Class in com.blazebit.persistence.criteria.impl.expression.function
 
AbstractFunctionExpression(BlazeCriteriaBuilderImpl, Class<X>, String) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.AbstractFunctionExpression
 
AbstractJoin<Z,X> - Class in com.blazebit.persistence.criteria.impl.path
 
AbstractJoin(BlazeCriteriaBuilderImpl, AbstractJoin<Z, ? super X>, EntityType<X>) - Constructor for class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
AbstractJoin(BlazeCriteriaBuilderImpl, Class<X>, AbstractPath<Z>, Attribute<? super Z, ?>, JoinType) - Constructor for class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
AbstractModificationCriteriaQuery<T> - Class in com.blazebit.persistence.criteria.impl
 
AbstractModificationCriteriaQuery(BlazeCriteriaBuilderImpl) - Constructor for class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
AbstractPath<X> - Class in com.blazebit.persistence.criteria.impl.path
 
AbstractPath(BlazeCriteriaBuilderImpl, Class<X>, AbstractPath<?>) - Constructor for class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
AbstractPluralAttributeJoin<O,C,E> - Class in com.blazebit.persistence.criteria.impl.path
 
AbstractPluralAttributeJoin(BlazeCriteriaBuilderImpl, AbstractJoin<O, ? super E>, EntityType<E>) - Constructor for class com.blazebit.persistence.criteria.impl.path.AbstractPluralAttributeJoin
 
AbstractPluralAttributeJoin(BlazeCriteriaBuilderImpl, Class<E>, AbstractPath<O>, Attribute<? super O, ?>, JoinType) - Constructor for class com.blazebit.persistence.criteria.impl.path.AbstractPluralAttributeJoin
 
AbstractPredicate - Class in com.blazebit.persistence.criteria.impl.expression
 
AbstractPredicate(BlazeCriteriaBuilderImpl, boolean) - Constructor for class com.blazebit.persistence.criteria.impl.expression.AbstractPredicate
 
AbstractSelection<X> - Class in com.blazebit.persistence.criteria.impl.expression
 
AbstractSelection(BlazeCriteriaBuilderImpl, Class<X>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
 
AbstractSimplePredicate - Class in com.blazebit.persistence.criteria.impl.expression
 
AbstractSimplePredicate(BlazeCriteriaBuilderImpl, boolean) - Constructor for class com.blazebit.persistence.criteria.impl.expression.AbstractSimplePredicate
 
AbstractTupleElement<X> - Class in com.blazebit.persistence.criteria.impl.expression
 
AbstractTupleElement(BlazeCriteriaBuilderImpl, Class<X>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
 
add(ParameterExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.ParameterVisitor
 
ADD - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression.Operation
 
addCorrelationRoot(AbstractFrom<?, ?>) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
addFetch(AbstractJoin<X, ?>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom.BasicJoinScope
 
addFetch(AbstractJoin<X, ?>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom.CorrelationJoinScope
 
addFetch(AbstractJoin<X, ?>) - Method in interface com.blazebit.persistence.criteria.impl.path.AbstractFrom.JoinScope
 
addJoin(AbstractJoin<X, ?>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom.BasicJoinScope
 
addJoin(AbstractJoin<X, ?>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom.CorrelationJoinScope
 
addJoin(AbstractJoin<X, ?>) - Method in interface com.blazebit.persistence.criteria.impl.path.AbstractFrom.JoinScope
 
addTreatedPath(T) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
aggregateDistinctFunction(String, Class<T>, Expression<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
aggregateFunction(String, Class<T>, Expression<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
AggregationFunctionExpressionImpl<T> - Class in com.blazebit.persistence.criteria.impl.expression.function
 
AggregationFunctionExpressionImpl(BlazeCriteriaBuilderImpl, Class<T>, String, boolean, Expression<?>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.AggregationFunctionExpressionImpl
 
AggregationFunctionExpressionImpl(BlazeCriteriaBuilderImpl, Class<T>, String, boolean, Expression<?>...) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.AggregationFunctionExpressionImpl
 
alias(String) - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
 
alias(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
alias(String) - Method in class com.blazebit.persistence.criteria.impl.path.PluralAttributePath
 
alias(String) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath
 
all(Subquery<Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
ALL - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.QuantifiableSubqueryExpression.Quantor
 
and(Expression<Boolean>, Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
and(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
any(Subquery<Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
ANY - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.QuantifiableSubqueryExpression.Quantor
 
apply(Selection<?>) - Method in interface com.blazebit.persistence.criteria.impl.RenderContext
 
apply(Selection<?>) - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
applySelects(X) - Method in class com.blazebit.persistence.criteria.impl.JpaTupleObjectBuilder
 
array(Class<Y>, List<Selection<?>>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
array(List<Selection<?>>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
array(Selection<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
as(Class<X>) - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
as(Class<X>) - Method in class com.blazebit.persistence.criteria.impl.expression.function.CurrentDateFunction
 
as(Class<X>) - Method in class com.blazebit.persistence.criteria.impl.expression.function.CurrentTimeFunction
 
as(Class<X>) - Method in class com.blazebit.persistence.criteria.impl.expression.function.CurrentTimestampFunction
 
asBigDecimal() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
asBigInteger() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
asc(Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
Order by stuff
asc(Expression<?>, boolean) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
asDouble() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
asFloat() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
asInteger() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
asLong() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
asString() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
avg(Expression<N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
Aggregate functions

B

BasicJoinScope() - Constructor for class com.blazebit.persistence.criteria.impl.path.AbstractFrom.BasicJoinScope
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
between(Expression<? extends Y>, Y, Y) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
BetweenPredicate<Y> - Class in com.blazebit.persistence.criteria.impl.expression
 
BetweenPredicate(BlazeCriteriaBuilderImpl, boolean, Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.BetweenPredicate
 
BetweenPredicate(BlazeCriteriaBuilderImpl, boolean, Expression<? extends Y>, Y, Y) - Constructor for class com.blazebit.persistence.criteria.impl.expression.BetweenPredicate
 
BinaryArithmeticExpression<N extends Number> - Class in com.blazebit.persistence.criteria.impl.expression
 
BinaryArithmeticExpression(BlazeCriteriaBuilderImpl, Class<N>, BinaryArithmeticExpression.Operation, Expression<? extends N>, Expression<? extends N>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression
 
BinaryArithmeticExpression.Operation - Enum in com.blazebit.persistence.criteria.impl.expression
 
bind(CommonQueryBuilder<?>) - Method in interface com.blazebit.persistence.criteria.impl.ImplicitParameterBinding
 
BlazeCriteriaBuilderFactoryImpl - Class in com.blazebit.persistence.criteria.impl
 
BlazeCriteriaBuilderFactoryImpl() - Constructor for class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderFactoryImpl
 
BlazeCriteriaBuilderImpl - Class in com.blazebit.persistence.criteria.impl
 
BlazeCriteriaBuilderImpl(CriteriaBuilderFactory) - Constructor for class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
BlazeCriteriaDeleteImpl<T> - Class in com.blazebit.persistence.criteria.impl
 
BlazeCriteriaDeleteImpl(BlazeCriteriaBuilderImpl, Class<T>, String) - Constructor for class com.blazebit.persistence.criteria.impl.BlazeCriteriaDeleteImpl
 
BlazeCriteriaQueryImpl<T> - Class in com.blazebit.persistence.criteria.impl
 
BlazeCriteriaQueryImpl(BlazeCriteriaBuilderImpl, Class<T>) - Constructor for class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
BlazeCriteriaUpdateImpl<T> - Class in com.blazebit.persistence.criteria.impl
 
BlazeCriteriaUpdateImpl(BlazeCriteriaBuilderImpl, Class<T>, String) - Constructor for class com.blazebit.persistence.criteria.impl.BlazeCriteriaUpdateImpl
 
BlazeWindowImpl - Class in com.blazebit.persistence.criteria.impl
 
BlazeWindowImpl() - Constructor for class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
BooleanExpressionPredicate - Class in com.blazebit.persistence.criteria.impl.expression
 
BooleanExpressionPredicate(BlazeCriteriaBuilderImpl, boolean, Expression<Boolean>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.BooleanExpressionPredicate
 
BooleanLiteralPredicate - Class in com.blazebit.persistence.criteria.impl.expression
 
BooleanLiteralPredicate(BlazeCriteriaBuilderImpl, Boolean) - Constructor for class com.blazebit.persistence.criteria.impl.expression.BooleanLiteralPredicate
 
build(Object[]) - Method in class com.blazebit.persistence.criteria.impl.JpaTupleObjectBuilder
 
buildList(List<Tuple>) - Method in class com.blazebit.persistence.criteria.impl.JpaTupleObjectBuilder
 

C

checkFetchAllowed() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
checkFetchAllowed() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl
 
checkJoinAllowed() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
checkJoinAllowed() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl
 
coalesce() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
coalesce(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
coalesce(Class<Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
coalesce(Class<Y>, Expression<? extends Y>, Y) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
Case-When stuff
coalesce(Expression<? extends Y>, Y) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
CoalesceFunction<T> - Class in com.blazebit.persistence.criteria.impl.expression.function
 
CoalesceFunction(BlazeCriteriaBuilderImpl, Class<T>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.CoalesceFunction
 
collectCorrelatedJoins() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
CollectionAttributeJoin<O,E> - Class in com.blazebit.persistence.criteria.impl.path
 
CollectionAttributeJoin(BlazeCriteriaBuilderImpl, Class<E>, AbstractPath<O>, CollectionAttribute<? super O, E>, JoinType) - Constructor for class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin
 
CollectionAttributeJoin.TreatedCollectionAttributeJoin<O,E> - Class in com.blazebit.persistence.criteria.impl.path
 
CollectionJoinSupport<Z,E> - Interface in com.blazebit.persistence.criteria.impl.support
An interface necessary to be able to compile against JPA 2.0 but let users use JPA 2.1 APIs.
com.blazebit.persistence.criteria.impl - package com.blazebit.persistence.criteria.impl
 
com.blazebit.persistence.criteria.impl.expression - package com.blazebit.persistence.criteria.impl.expression
 
com.blazebit.persistence.criteria.impl.expression.function - package com.blazebit.persistence.criteria.impl.expression.function
 
com.blazebit.persistence.criteria.impl.path - package com.blazebit.persistence.criteria.impl.path
 
com.blazebit.persistence.criteria.impl.support - package com.blazebit.persistence.criteria.impl.support
 
ComparisonPredicate - Class in com.blazebit.persistence.criteria.impl.expression
 
ComparisonPredicate(BlazeCriteriaBuilderImpl, ComparisonPredicate.ComparisonOperator, Expression<?>, Expression<?>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate
 
ComparisonPredicate.ComparisonOperator - Enum in com.blazebit.persistence.criteria.impl.expression
 
CompoundPredicate - Class in com.blazebit.persistence.criteria.impl.expression
 
CompoundPredicate(BlazeCriteriaBuilderImpl, Predicate.BooleanOperator) - Constructor for class com.blazebit.persistence.criteria.impl.expression.CompoundPredicate
 
CompoundPredicate(BlazeCriteriaBuilderImpl, Predicate.BooleanOperator, Expression<Boolean>...) - Constructor for class com.blazebit.persistence.criteria.impl.expression.CompoundPredicate
 
CompoundSelectionImpl<X> - Class in com.blazebit.persistence.criteria.impl.expression
 
CompoundSelectionImpl(BlazeCriteriaBuilderImpl, Class<X>, List<Selection<?>>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.CompoundSelectionImpl
 
concat(String, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
concat(Expression<String>, String) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
concat(Expression<String>, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
ConcatFunction - Class in com.blazebit.persistence.criteria.impl.expression.function
 
ConcatFunction(BlazeCriteriaBuilderImpl, Expression<String>, Expression<String>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.ConcatFunction
 
conjunction() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
construct(Class<Y>, List<Selection<?>>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
construct(Class<Y>, Selection<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractPredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.BetweenPredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.BooleanExpressionPredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.BooleanLiteralPredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.CompoundPredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.ExistsPredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.InPredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.IsEmptyPredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.IsNullPredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.LikePredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.MemberOfPredicate
 
copyNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.NotPredicate
 
correlate(CollectionJoin<X, Y>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
correlate(Join<X, Y>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
correlate(ListJoin<X, Y>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
correlate(MapJoin<X, K, V>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
correlate(Root<Y>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
correlate(SetJoin<X, Y>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
correlateTo(SubqueryExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
correlateTo(SubqueryExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
correlateTo(SubqueryExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin
 
correlateTo(SubqueryExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin
 
correlateTo(SubqueryExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin
 
correlateTo(SubqueryExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
correlateTo(SubqueryExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl
 
correlateTo(SubqueryExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl.TreatedRoot
 
correlateTo(SubqueryExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin
 
correlateTo(SubqueryExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin
 
CorrelationJoinScope() - Constructor for class com.blazebit.persistence.criteria.impl.path.AbstractFrom.CorrelationJoinScope
 
count(Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
countDistinct(Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
createCorrelationDelegate() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
createCorrelationDelegate() - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin
 
createCorrelationDelegate() - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin
 
createCorrelationDelegate() - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin
 
createCorrelationDelegate() - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
createCorrelationDelegate() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl
 
createCorrelationDelegate() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl.TreatedRoot
 
createCorrelationDelegate() - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin
 
createCorrelationDelegate() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin
 
createCriteriaBuilder(CriteriaBuilderFactory) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderFactoryImpl
 
createCriteriaBuilder(EntityManager) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaDeleteImpl
 
createCriteriaBuilder(EntityManager) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
createCriteriaBuilder(EntityManager) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaUpdateImpl
 
createCriteriaDelete(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
createCriteriaDelete(Class<T>) - Method in interface com.blazebit.persistence.criteria.impl.support.CriteriaBuilderSupport
 
createCriteriaDelete(Class<T>, String) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
createCriteriaUpdate(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
createCriteriaUpdate(Class<T>) - Method in interface com.blazebit.persistence.criteria.impl.support.CriteriaBuilderSupport
 
createCriteriaUpdate(Class<T>, String) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
createQuery() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
createQuery(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
createTupleQuery() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
criteriaBuilder - Variable in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
criteriaBuilder - Variable in class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
 
CriteriaBuilderSupport - Interface in com.blazebit.persistence.criteria.impl.support
An interface necessary to be able to compile against JPA 2.0 but let users use JPA 2.1 APIs.
cumeDist(Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
currentDate() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
CurrentDateFunction - Class in com.blazebit.persistence.criteria.impl.expression.function
 
CurrentDateFunction(BlazeCriteriaBuilderImpl) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.CurrentDateFunction
 
currentTime() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
CurrentTimeFunction - Class in com.blazebit.persistence.criteria.impl.expression.function
 
CurrentTimeFunction(BlazeCriteriaBuilderImpl) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.CurrentTimeFunction
 
currentTimestamp() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
CurrentTimestampFunction - Class in com.blazebit.persistence.criteria.impl.expression.function
 
CurrentTimestampFunction(BlazeCriteriaBuilderImpl) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.CurrentTimestampFunction
 

D

DEFAULT_JOIN_TYPE - Static variable in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
DEFAULT_TRIMSPEC - Static variable in class com.blazebit.persistence.criteria.impl.expression.function.TrimFunction
 
denseRank(Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
desc(Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
desc(Expression<?>, boolean) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
determineResultType(Class<? extends Number>...) - Static method in class com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression
Apply rules from "6.5.7.1 Result Types of Expressions" of the JPA spec.
determineResultType(Class<? extends Number>, Class<? extends Number>) - Static method in class com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression
 
determineResultType(Class<? extends Number>, Class<? extends Number>, boolean) - Static method in class com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression
 
diff(Expression<? extends N>, Expression<? extends N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
diff(Expression<? extends N>, N) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
diff(N, Expression<? extends N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
disjunction() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
distinct(boolean) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
distinct(boolean) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
DIVIDE - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression.Operation
 

E

EntityJoin<Z,X> - Class in com.blazebit.persistence.criteria.impl.path
 
EntityJoin(BlazeCriteriaBuilderImpl, AbstractPath<Z>, EntityType<X>, JoinType) - Constructor for class com.blazebit.persistence.criteria.impl.path.EntityJoin
 
EntityJoin.TreatedEntityJoin<Z,X> - Class in com.blazebit.persistence.criteria.impl.path
 
entry() - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
EntryFunction<K,V> - Class in com.blazebit.persistence.criteria.impl.expression.function
 
EntryFunction(BlazeCriteriaBuilderImpl, Class<Map.Entry<K, V>>, AbstractPath<?>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.EntryFunction
 
equal(Expression<?>, Object) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
equal(Expression<?>, Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
EQUAL - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate.ComparisonOperator
 
equals(Object) - Method in class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
exclude(BlazeWindowFrameExclusion) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
exists(Subquery<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
Subquery expressions
ExistsPredicate - Class in com.blazebit.persistence.criteria.impl.expression
 
ExistsPredicate(BlazeCriteriaBuilderImpl, Subquery<?>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.ExistsPredicate
 

F

fetch() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
fetch(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
fetch(String, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
fetch(String, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
fetch(String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
fetch(PluralAttribute<? super X, ?, Y>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
fetch(PluralAttribute<? super X, ?, Y>, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
fetch(PluralAttribute<? super X, ?, Y>, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
fetch(SingularAttribute<? super X, Y>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
fetch(SingularAttribute<? super X, Y>, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
fetch(SingularAttribute<? super X, Y>, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
filter(Predicate) - Method in class com.blazebit.persistence.criteria.impl.expression.function.AggregationFunctionExpressionImpl
 
filter(Predicate) - Method in class com.blazebit.persistence.criteria.impl.expression.function.OrderedSetAggregationFunction
 
findAttribute(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
findAttribute(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
findAttribute(String) - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyBasePath
 
findAttribute(String) - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyPath
 
findAttribute(String) - Method in class com.blazebit.persistence.criteria.impl.path.PluralAttributePath
 
findAttribute(String) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath
 
firstValue(Expression<X>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
from(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
from(Class<T>, String) - Method in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
from(Class<X>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
from(Class<X>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
from(Class<X>, String) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
from(Class<X>, String) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
from(Class<X>, String) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
from(EntityType<T>) - Method in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
from(EntityType<T>, String) - Method in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
from(EntityType<X>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
from(EntityType<X>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
from(EntityType<X>, String) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
from(EntityType<X>, String) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
from(EntityType<X>, String) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
FROM - Enum constant in enum com.blazebit.persistence.criteria.impl.RenderContext.ClauseType
 
FromSelection<X> - Class in com.blazebit.persistence.criteria.impl.expression
 
FromSelection(BlazeCriteriaBuilderImpl, AbstractFrom<?, X>, String) - Constructor for class com.blazebit.persistence.criteria.impl.expression.FromSelection
 
function(String, Class<T>, Expression<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
Other functions
FunctionExpressionImpl<X> - Class in com.blazebit.persistence.criteria.impl.expression.function
 
FunctionExpressionImpl(BlazeCriteriaBuilderImpl, Class<X>, String, Expression<?>...) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.FunctionExpressionImpl
 

G

ge(Expression<? extends Number>, Number) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
GeneralCaseExpression<R> - Class in com.blazebit.persistence.criteria.impl.expression
 
GeneralCaseExpression(BlazeCriteriaBuilderImpl, Class<R>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.GeneralCaseExpression
 
GeneralCaseExpression.WhenClause - Class in com.blazebit.persistence.criteria.impl.expression
 
generateSubqueryAlias(InternalQuery<?>) - Method in interface com.blazebit.persistence.criteria.impl.RenderContext
 
generateSubqueryAlias(InternalQuery<?>) - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
get(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
get(MapAttribute<X, K, V>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
get(PluralAttribute<X, C, E>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
get(SingularAttribute<? super X, Y>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
getAlias() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
 
getAlias() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
getAlias() - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
getAlias() - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin.TreatedEntityJoin
 
getAlias() - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin.TreatedListAttributeJoin
 
getAlias() - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin.TreatedMapAttributeJoin
 
getAlias() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl.TreatedRoot
 
getAlias() - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin.TreatedSetAttributeJoin
 
getAlias() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
getAlias() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath.TreatedSingularAttributePath
 
getArgumentExpressions() - Method in class com.blazebit.persistence.criteria.impl.expression.function.FunctionExpressionImpl
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPluralAttributeJoin
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyBasePath
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyPath
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.PluralAttributePath
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin
 
getAttribute() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath
 
getAttribute(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
getAttributePath(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
getBasePath() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
getBasePath() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
getBasePath() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyPath
 
getBindableJavaType() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
getBindableType() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
getBlazeJoins() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
getBlazeOrderList() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
getBlazeOrderList() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getBlazeOrderList() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
getBlazeRoots() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
getBlazeRoots() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getBlazeRoots() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
getBuffer() - Method in interface com.blazebit.persistence.criteria.impl.RenderContext
 
getBuffer() - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
getClauseType() - Method in interface com.blazebit.persistence.criteria.impl.RenderContext
 
getClauseType() - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
getCompoundSelectionItems() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractPredicate
 
getCompoundSelectionItems() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
 
getCompoundSelectionItems() - Method in class com.blazebit.persistence.criteria.impl.expression.CompoundSelectionImpl
 
getCondition() - Method in class com.blazebit.persistence.criteria.impl.expression.GeneralCaseExpression.WhenClause
 
getContainingQuery() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getContainingQuery() - Method in interface com.blazebit.persistence.criteria.impl.support.SubquerySupport
 
getConverter() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
 
getCorrelatedJoins() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getCorrelationParent() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
getCriteriaBuilder() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
getCriteriaBuilderFactory() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
getDeclaringType() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
getEntityMetamodel() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
getEntityType() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl
 
getExplicitParameterMapping() - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
getExpression() - Method in class com.blazebit.persistence.criteria.impl.expression.InPredicate
 
getExpression() - Method in class com.blazebit.persistence.criteria.impl.expression.SimpleCaseExpression
 
getExpression() - Method in class com.blazebit.persistence.criteria.impl.OrderImpl
 
getExpressions() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractSimplePredicate
 
getExpressions() - Method in class com.blazebit.persistence.criteria.impl.expression.CompoundPredicate
 
getExpressions() - Method in class com.blazebit.persistence.criteria.impl.expression.function.CoalesceFunction
 
getFetches() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
getFilter() - Method in class com.blazebit.persistence.criteria.impl.expression.function.AggregationFunctionExpressionImpl
 
getFrameEnd() - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
getFrameEndKind() - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
getFrameEndType() - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
getFrameExclusion() - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
getFrameMode() - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
getFrameStart() - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
getFrameStartKind() - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
getFrameStartType() - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
getFunctionName() - Method in class com.blazebit.persistence.criteria.impl.expression.function.AbstractFunctionExpression
 
getGroupList() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
getGroupList() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getGroupList() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
getGroupRestriction() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
getGroupRestriction() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getGroupRestriction() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
getImplicitParameterBindings() - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
getJavaMember() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
getJavaType() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
 
getJavaType() - Method in class com.blazebit.persistence.criteria.impl.expression.function.CoalesceFunction
 
getJavaType() - Method in class com.blazebit.persistence.criteria.impl.expression.SimpleCaseExpression
 
getJavaType() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
getJoins() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
getJoinScope() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
getJoinType() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
getLiteral() - Method in class com.blazebit.persistence.criteria.impl.expression.LiteralExpression
 
getManagedType() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
getManagedType() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPluralAttributeJoin
 
getManagedType() - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
getManagedType() - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin.TreatedEntityJoin
 
getManagedType() - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin.TreatedListAttributeJoin
 
getManagedType() - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin.TreatedMapAttributeJoin
 
getManagedType() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl.TreatedRoot
 
getManagedType() - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin.TreatedSetAttributeJoin
 
getManagedType() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin
 
getManagedType() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPluralAttributeJoin
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyBasePath
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyPath
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.PluralAttributePath
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin
 
getModel() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath
 
getName() - Method in class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
getName() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
getNegated() - Method in enum com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate.ComparisonOperator
 
getOn() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
getOperator() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractSimplePredicate
 
getOperator() - Method in enum com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate.ComparisonOperator
 
getOperator() - Method in class com.blazebit.persistence.criteria.impl.expression.CompoundPredicate
 
getOrderList() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
getOrderList() - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
getOrderList() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getOrderList() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
getParameters() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
getParameters() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getParameters() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
getParameters() - Method in class com.blazebit.persistence.criteria.impl.ParameterVisitor
 
getParameterType() - Method in class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
getParent() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getParent() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
getParent() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
getParentPath() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
getParentPath() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyBasePath
 
getPartitionList() - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin.TreatedEntityJoin
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin.TreatedListAttributeJoin
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin.TreatedMapAttributeJoin
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyBasePath
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyPath
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl.TreatedRoot
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin.TreatedSetAttributeJoin
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
getPathExpression() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath.TreatedSingularAttributePath
 
getPersistentAttributeType() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
getPosition() - Method in class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
getRealValue() - Method in class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
getRestriction() - Method in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
getRestriction() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
getRestriction() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getRestriction() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
getResult() - Method in class com.blazebit.persistence.criteria.impl.expression.GeneralCaseExpression.WhenClause
 
getResultType() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
getResultType() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getRoot() - Method in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
getRoots() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
getRoots() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getRoots() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
getSelection() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
getSelection() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
getSelection() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
getSubqueryInitiator() - Method in interface com.blazebit.persistence.criteria.impl.RenderContext
 
getSubqueryInitiator() - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
getTreatedPath() - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
getTreatedPath() - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin.TreatedEntityJoin
 
getTreatedPath() - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin.TreatedListAttributeJoin
 
getTreatedPath() - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin.TreatedMapAttributeJoin
 
getTreatedPath() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl.TreatedRoot
 
getTreatedPath() - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin.TreatedSetAttributeJoin
 
getTreatedPath() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
getTreatedPath() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath.TreatedSingularAttributePath
 
getTreatedPath() - Method in interface com.blazebit.persistence.criteria.impl.path.TreatedPath
 
getTreatedPaths() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
getTreatJoinType() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
getTreatType() - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
getTreatType() - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin.TreatedEntityJoin
 
getTreatType() - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin.TreatedListAttributeJoin
 
getTreatType() - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin.TreatedMapAttributeJoin
 
getTreatType() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl.TreatedRoot
 
getTreatType() - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin.TreatedSetAttributeJoin
 
getTreatType() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
getTreatType() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath.TreatedSingularAttributePath
 
getTreatType() - Method in interface com.blazebit.persistence.criteria.impl.path.TreatedPath
 
getTreatType(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
getType() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
getValue() - Method in class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
getWindow() - Method in class com.blazebit.persistence.criteria.impl.expression.function.WindowFunctionExpressionImpl
 
getWithinGroup() - Method in class com.blazebit.persistence.criteria.impl.expression.function.OrderedSetAggregationFunction
 
GREATER_THAN - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate.ComparisonOperator
 
GREATER_THAN_OR_EQUAL - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate.ComparisonOperator
 
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
greaterThan(Expression<? extends Y>, Y) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
greatest(Expression<X>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
GROUP_BY - Enum constant in enum com.blazebit.persistence.criteria.impl.RenderContext.ClauseType
 
groupBy(List<Expression<?>>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
groupBy(List<Expression<?>>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
groupBy(Expression<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
groupBy(Expression<?>...) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
groups(BlazeWindowFrameStartType) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
groups(Expression<Integer>, BlazeWindowFrameKind) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
groupsBetween(BlazeWindowFrameStartType, BlazeWindowFrameEndType) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
groupsBetween(BlazeWindowFrameStartType, Expression<Integer>, BlazeWindowFrameKind) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
groupsBetween(Expression<Integer>, BlazeWindowFrameKind, BlazeWindowFrameEndType) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
groupsBetween(Expression<Integer>, BlazeWindowFrameKind, Expression<Integer>, BlazeWindowFrameKind) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
gt(Expression<? extends Number>, Number) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 

H

hashCode() - Method in class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
having(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
having(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
having(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
having(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
HAVING - Enum constant in enum com.blazebit.persistence.criteria.impl.RenderContext.ClauseType
 

I

ImplicitParameterBinding - Interface in com.blazebit.persistence.criteria.impl
 
in(Object...) - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
in(Collection<?>) - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
in(Expression<?>...) - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
in(Expression<? extends T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
in(Expression<Collection<?>>) - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
index() - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin
 
IndexFunction - Class in com.blazebit.persistence.criteria.impl.expression.function
 
IndexFunction(BlazeCriteriaBuilderImpl, AbstractPath<?>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.IndexFunction
 
InPredicate<T> - Class in com.blazebit.persistence.criteria.impl.expression
 
InPredicate(BlazeCriteriaBuilderImpl, Expression<? extends T>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.InPredicate
 
InPredicate(BlazeCriteriaBuilderImpl, Expression<? extends T>, List<Expression<? extends T>>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.InPredicate
 
internalGetSubqueries() - Method in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
internalGetSubqueries() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
InternalQuery<T> - Class in com.blazebit.persistence.criteria.impl
 
InternalQuery(BlazeAbstractQuery<T>, BlazeCriteriaBuilderImpl) - Constructor for class com.blazebit.persistence.criteria.impl.InternalQuery
 
isAscending() - Method in class com.blazebit.persistence.criteria.impl.OrderImpl
 
isAssociation() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
isBasicCollection() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPluralAttributeJoin
 
isCollection() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
isCompoundSelection() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractPredicate
 
isCompoundSelection() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
 
isCompoundSelection() - Method in class com.blazebit.persistence.criteria.impl.expression.CompoundSelectionImpl
 
isCorrelated() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
isDereferencable() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
isDereferencable() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
isDereferencable() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPluralAttributeJoin
 
isDereferencable() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyBasePath
 
isDereferencable() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyPath
 
isDereferencable() - Method in class com.blazebit.persistence.criteria.impl.path.PluralAttributePath
 
isDereferencable() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath
 
isDistinct() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
isDistinct() - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
isDistinct() - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
isEmpty(Expression<C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
IsEmptyPredicate - Class in com.blazebit.persistence.criteria.impl.expression
 
IsEmptyPredicate(BlazeCriteriaBuilderImpl, boolean, PluralAttributePath<?>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.IsEmptyPredicate
 
isFalse(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
isFetch() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
isFetchAllowed() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
Fetches
isId() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
isJoinAllowed() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
Joins
isJoinAllowed() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPluralAttributeJoin
 
isJoinAllowed() - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin
 
isJoinAllowed() - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl
 
isJoinAllowed() - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin
 
isMapEmpty(Expression<C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
isMapNotEmpty(Expression<C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
isMember(E, Expression<C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
isMember(Expression<E>, Expression<C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
isNegated() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractPredicate
 
isNotEmpty(Expression<C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
isNotMember(E, Expression<C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
isNotMember(Expression<E>, Expression<C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
isNotNull() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
isNotNull(Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
isNull() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
 
isNull(Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
IsNullPredicate - Class in com.blazebit.persistence.criteria.impl.expression
 
IsNullPredicate(BlazeCriteriaBuilderImpl, boolean, Expression<?>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.IsNullPredicate
 
isNullsFirst() - Method in class com.blazebit.persistence.criteria.impl.OrderImpl
 
isOptional() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
isTrue(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
isVersion() - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 

J

join(Class<Y>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(Class<Y>, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(Class<Y>, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(Class<Y>, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(String, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(String, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(CollectionAttribute<? super X, Y>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(CollectionAttribute<? super X, Y>, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(CollectionAttribute<? super X, Y>, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(CollectionAttribute<? super X, Y>, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(EntityType<Y>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(EntityType<Y>, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(EntityType<Y>, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(EntityType<Y>, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(ListAttribute<? super X, Y>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(ListAttribute<? super X, Y>, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(ListAttribute<? super X, Y>, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(ListAttribute<? super X, Y>, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(MapAttribute<? super X, K, V>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(MapAttribute<? super X, K, V>, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(MapAttribute<? super X, K, V>, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(MapAttribute<? super X, K, V>, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(SetAttribute<? super X, Y>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(SetAttribute<? super X, Y>, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(SetAttribute<? super X, Y>, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(SetAttribute<? super X, Y>, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(SingularAttribute<? super X, Y>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(SingularAttribute<? super X, Y>, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(SingularAttribute<? super X, Y>, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
join(SingularAttribute<? super X, Y>, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinCollection(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinCollection(String, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinCollection(String, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinCollection(String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinList(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinList(String, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinList(String, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinList(String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinMap(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinMap(String, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinMap(String, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinMap(String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinSet(String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinSet(String, String) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinSet(String, String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
joinSet(String, JoinType) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
JoinSupport<Z,X> - Interface in com.blazebit.persistence.criteria.impl.support
An interface necessary to be able to compile against JPA 2.0 but let users use JPA 2.1 APIs.
JpaTupleObjectBuilder - Class in com.blazebit.persistence.criteria.impl
 
JpaTupleObjectBuilder(BlazeCriteriaBuilderImpl, List<Selection<?>>) - Constructor for class com.blazebit.persistence.criteria.impl.JpaTupleObjectBuilder
 

K

key() - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
keys(M) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 

L

lag(Expression<X>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
lastValue(Expression<X>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
le(Expression<? extends Number>, Number) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
le(Expression<? extends Number>, Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
lead(Expression<X>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
least(Expression<X>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
length(Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
LESS_THAN - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate.ComparisonOperator
 
LESS_THAN_OR_EQUAL - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate.ComparisonOperator
 
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
lessThan(Expression<? extends Y>, Y) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
like(Expression<String>, String) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
like(Expression<String>, String, char) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
like(Expression<String>, String, Expression<Character>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
like(Expression<String>, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
like(Expression<String>, Expression<String>, char) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
LikePredicate - Class in com.blazebit.persistence.criteria.impl.expression
 
LikePredicate(BlazeCriteriaBuilderImpl, boolean, Expression<String>, Expression<String>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.LikePredicate
 
LikePredicate(BlazeCriteriaBuilderImpl, boolean, Expression<String>, Expression<String>, Expression<Character>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.LikePredicate
 
listagg(Expression<String>, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
listaggDistinct(Expression<String>, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
ListAttributeJoin<O,E> - Class in com.blazebit.persistence.criteria.impl.path
 
ListAttributeJoin(BlazeCriteriaBuilderImpl, Class<E>, AbstractPath<O>, ListAttribute<? super O, E>, JoinType) - Constructor for class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin
 
ListAttributeJoin.TreatedListAttributeJoin<O,E> - Class in com.blazebit.persistence.criteria.impl.path
 
ListJoinSupport<Z,E> - Interface in com.blazebit.persistence.criteria.impl.support
An interface necessary to be able to compile against JPA 2.0 but let users use JPA 2.1 APIs.
literal(T) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
LiteralExpression<T> - Class in com.blazebit.persistence.criteria.impl.expression
 
LiteralExpression(BlazeCriteriaBuilderImpl, Class<T>, T) - Constructor for class com.blazebit.persistence.criteria.impl.expression.LiteralExpression
 
LiteralExpression(BlazeCriteriaBuilderImpl, T) - Constructor for class com.blazebit.persistence.criteria.impl.expression.LiteralExpression
 
locate(Expression<String>, String) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
locate(Expression<String>, String, int) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
locate(Expression<String>, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
LocateFunction - Class in com.blazebit.persistence.criteria.impl.expression.function
 
LocateFunction(BlazeCriteriaBuilderImpl, Expression<String>, Expression<String>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.LocateFunction
 
LocateFunction(BlazeCriteriaBuilderImpl, Expression<String>, Expression<String>, Expression<Integer>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.LocateFunction
 
lower(Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
lt(Expression<? extends Number>, Number) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 

M

MapAttributeJoin<O,K,V> - Class in com.blazebit.persistence.criteria.impl.path
 
MapAttributeJoin(BlazeCriteriaBuilderImpl, Class<V>, AbstractPath<O>, MapAttribute<? super O, K, V>, JoinType) - Constructor for class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
MapAttributeJoin.TreatedMapAttributeJoin<O,K,V> - Class in com.blazebit.persistence.criteria.impl.path
 
MapJoinSupport<Z,K,V> - Interface in com.blazebit.persistence.criteria.impl.support
An interface necessary to be able to compile against JPA 2.0 but let users use JPA 2.1 APIs.
MapKeyAttribute<K> - Class in com.blazebit.persistence.criteria.impl.path
 
MapKeyAttribute(BlazeCriteriaBuilderImpl, MapAttribute<?, K, ?>) - Constructor for class com.blazebit.persistence.criteria.impl.path.MapKeyAttribute
 
MapKeyBasePath<K,V> - Class in com.blazebit.persistence.criteria.impl.path
 
MapKeyBasePath(BlazeCriteriaBuilderImpl, Class<Map<K, V>>, MapAttributeJoin<?, K, V>, MapAttribute<?, K, V>) - Constructor for class com.blazebit.persistence.criteria.impl.path.MapKeyBasePath
 
MapKeyPath<K> - Class in com.blazebit.persistence.criteria.impl.path
 
MapKeyPath(BlazeCriteriaBuilderImpl, MapKeyBasePath<K, ?>, MapKeyAttribute<K>) - Constructor for class com.blazebit.persistence.criteria.impl.path.MapKeyPath
 
mapSize(C) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
mapSize(Expression<C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
max(Expression<N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
MemberOfPredicate<E,C extends Collection<E>> - Class in com.blazebit.persistence.criteria.impl.expression
 
MemberOfPredicate(BlazeCriteriaBuilderImpl, boolean, Expression<E>, PluralAttributePath<C>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.MemberOfPredicate
 
min(Expression<N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
mod(Integer, Expression<Integer>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
mod(Expression<Integer>, Integer) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
mod(Expression<Integer>, Expression<Integer>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
MOD - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression.Operation
 
modeWithinGroup(Expression<X>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
MULTIPLY - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression.Operation
 
multiselect(List<Selection<?>>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
multiselect(Selection<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 

N

NAME - Static variable in class com.blazebit.persistence.criteria.impl.expression.function.CurrentDateFunction
 
NAME - Static variable in class com.blazebit.persistence.criteria.impl.expression.function.CurrentTimeFunction
 
NAME - Static variable in class com.blazebit.persistence.criteria.impl.expression.function.CurrentTimestampFunction
 
NAME - Static variable in class com.blazebit.persistence.criteria.impl.expression.function.LocateFunction
 
NAME - Static variable in class com.blazebit.persistence.criteria.impl.expression.function.SubstringFunction
 
NAME - Static variable in class com.blazebit.persistence.criteria.impl.expression.function.TrimFunction
 
neg(Expression<N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
Arithmetic operations
negate(T) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
not() - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractPredicate
 
not(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
NOT_EQUAL - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate.ComparisonOperator
 
notEqual(Expression<?>, Object) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
notEqual(Expression<?>, Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
notLike(Expression<String>, String) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
notLike(Expression<String>, String, char) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
notLike(Expression<String>, String, Expression<Character>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
notLike(Expression<String>, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
notLike(Expression<String>, Expression<String>, char) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
NotPredicate - Class in com.blazebit.persistence.criteria.impl.expression
 
NotPredicate(BlazeCriteriaBuilderImpl, AbstractPredicate) - Constructor for class com.blazebit.persistence.criteria.impl.expression.NotPredicate
 
nthValue(Expression<X>, Expression<Integer>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
ntile(Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
nullif(Class<Y>, Expression<Y>, Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
nullif(Class<Y>, Expression<Y>, Y) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
nullif(Expression<Y>, Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
nullif(Expression<Y>, Y) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
NullifFunction<T> - Class in com.blazebit.persistence.criteria.impl.expression.function
 
NullifFunction(BlazeCriteriaBuilderImpl, Class<T>, Expression<? extends T>, Expression<?>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.NullifFunction
 
nullLiteral(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
NullLiteralExpression<T> - Class in com.blazebit.persistence.criteria.impl.expression
 
NullLiteralExpression(BlazeCriteriaBuilderImpl, Class<T>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.NullLiteralExpression
 
nullValue(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 

O

on(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin
 
on(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin
 
on(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin
 
on(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
on(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin
 
on(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin
 
on(Expression<Boolean>) - Method in interface com.blazebit.persistence.criteria.impl.support.CollectionJoinSupport
 
on(Expression<Boolean>) - Method in interface com.blazebit.persistence.criteria.impl.support.JoinSupport
 
on(Expression<Boolean>) - Method in interface com.blazebit.persistence.criteria.impl.support.ListJoinSupport
 
on(Expression<Boolean>) - Method in interface com.blazebit.persistence.criteria.impl.support.MapJoinSupport
 
on(Expression<Boolean>) - Method in interface com.blazebit.persistence.criteria.impl.support.SetJoinSupport
 
on(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin
 
on(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin
 
on(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin
 
on(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
on(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin
 
on(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin
 
on(Predicate...) - Method in interface com.blazebit.persistence.criteria.impl.support.CollectionJoinSupport
 
on(Predicate...) - Method in interface com.blazebit.persistence.criteria.impl.support.JoinSupport
 
on(Predicate...) - Method in interface com.blazebit.persistence.criteria.impl.support.ListJoinSupport
 
on(Predicate...) - Method in interface com.blazebit.persistence.criteria.impl.support.MapJoinSupport
 
on(Predicate...) - Method in interface com.blazebit.persistence.criteria.impl.support.SetJoinSupport
 
ON - Enum constant in enum com.blazebit.persistence.criteria.impl.RenderContext.ClauseType
 
onExpression(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
onPredicates(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
or(Expression<Boolean>, Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
or(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
ORDER_BY - Enum constant in enum com.blazebit.persistence.criteria.impl.RenderContext.ClauseType
 
orderBy(BlazeOrder...) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
orderBy(List<BlazeOrder>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
orderBy(List<Order>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
orderBy(List<Order>) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
orderBy(Order...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
orderBy(Order...) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
orderBy(Order...) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
orderedSetAggregateDistinctFunction(String, Class<T>, Expression<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
orderedSetAggregateFunction(String, Class<T>, Expression<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
OrderedSetAggregationFunction<T> - Class in com.blazebit.persistence.criteria.impl.expression.function
 
OrderedSetAggregationFunction(BlazeCriteriaBuilderImpl, Class<T>, String, boolean, Expression<?>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.OrderedSetAggregationFunction
 
OrderedSetAggregationFunction(BlazeCriteriaBuilderImpl, Class<T>, String, boolean, Expression<?>...) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.OrderedSetAggregationFunction
 
OrderImpl - Class in com.blazebit.persistence.criteria.impl
 
OrderImpl(Expression<?>, boolean, boolean) - Constructor for class com.blazebit.persistence.criteria.impl.OrderImpl
 
otherwise(Expression<? extends R>) - Method in class com.blazebit.persistence.criteria.impl.expression.GeneralCaseExpression
 
otherwise(Expression<? extends R>) - Method in class com.blazebit.persistence.criteria.impl.expression.SimpleCaseExpression
 
otherwise(R) - Method in class com.blazebit.persistence.criteria.impl.expression.GeneralCaseExpression
 
otherwise(R) - Method in class com.blazebit.persistence.criteria.impl.expression.SimpleCaseExpression
 

P

parameter(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
Parameter and literal
parameter(Class<T>, String) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
ParameterExpressionImpl<T> - Class in com.blazebit.persistence.criteria.impl.expression
 
ParameterExpressionImpl(BlazeCriteriaBuilderImpl, Class<T>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
ParameterExpressionImpl(BlazeCriteriaBuilderImpl, Class<T>, String) - Constructor for class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
ParameterExpressionImpl(BlazeCriteriaBuilderImpl, Class<T>, T) - Constructor for class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
ParameterExpressionImpl(BlazeCriteriaBuilderImpl, T) - Constructor for class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
ParameterVisitor - Class in com.blazebit.persistence.criteria.impl
 
ParameterVisitor() - Constructor for class com.blazebit.persistence.criteria.impl.ParameterVisitor
 
partitionBy(List<Expression<?>>) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
partitionBy(Expression<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
PathTypeExpression<T> - Class in com.blazebit.persistence.criteria.impl.expression
 
PathTypeExpression(BlazeCriteriaBuilderImpl, Class<T>, AbstractPath<T>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.PathTypeExpression
 
percentileContWithinGroup(Expression<Double>, Expression<X>, boolean, boolean) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
percentileDiscWithinGroup(Expression<Double>, Expression<X>, boolean, boolean) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
percentRank(Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
PluralAttributePath<X> - Class in com.blazebit.persistence.criteria.impl.path
 
PluralAttributePath(BlazeCriteriaBuilderImpl, AbstractPath<?>, PluralAttribute<?, X, ?>) - Constructor for class com.blazebit.persistence.criteria.impl.path.PluralAttributePath
 
popSubqueryInitiator() - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
prepareCorrelationDelegate(AbstractFrom<Z, X>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
prod(Expression<? extends N>, Expression<? extends N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
prod(Expression<? extends N>, N) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
prod(N, Expression<? extends N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
pushSubqueryInitiator(SubqueryInitiator<?>) - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
putAttributePath(String, Path<?>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 

Q

QuantifiableSubqueryExpression<Y> - Class in com.blazebit.persistence.criteria.impl.expression
 
QuantifiableSubqueryExpression(BlazeCriteriaBuilderImpl, Class<Y>, Subquery<Y>, QuantifiableSubqueryExpression.Quantor) - Constructor for class com.blazebit.persistence.criteria.impl.expression.QuantifiableSubqueryExpression
 
QuantifiableSubqueryExpression.Quantor - Enum in com.blazebit.persistence.criteria.impl.expression
 
quot(Number, Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
quot(Expression<? extends Number>, Number) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 

R

range(BlazeWindowFrameStartType) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
range(Expression<?>, BlazeWindowFrameKind) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
rangeBetween(BlazeWindowFrameStartType, BlazeWindowFrameEndType) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
rangeBetween(BlazeWindowFrameStartType, Expression<?>, BlazeWindowFrameKind) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
rangeBetween(Expression<?>, BlazeWindowFrameKind, BlazeWindowFrameEndType) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
rangeBetween(Expression<?>, BlazeWindowFrameKind, Expression<?>, BlazeWindowFrameKind) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
rank(Expression<?>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
registerExplicitParameter(ParameterExpression<?>) - Method in interface com.blazebit.persistence.criteria.impl.RenderContext
 
registerExplicitParameter(ParameterExpression<?>) - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
registerLiteralParameterBinding(Object, Class) - Method in interface com.blazebit.persistence.criteria.impl.RenderContext
 
registerLiteralParameterBinding(Object, Class) - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.BetweenPredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.BooleanExpressionPredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.BooleanLiteralPredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.CompoundPredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.CompoundSelectionImpl
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.ExistsPredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.FromSelection
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.AbstractFunctionExpression
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.AggregationFunctionExpressionImpl
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.CoalesceFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.ConcatFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.CurrentDateFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.CurrentTimeFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.CurrentTimestampFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.EntryFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.FunctionExpressionImpl
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.IndexFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.LocateFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.NullifFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.SizeFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.SubstringFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.TrimFunction
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.WindowFunctionExpressionImpl
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.GeneralCaseExpression
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.InPredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.IsEmptyPredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.IsNullPredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.LikePredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.LiteralExpression
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.MemberOfPredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.NotPredicate
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.NullLiteralExpression
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.PathTypeExpression
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.QuantifiableSubqueryExpression
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.SimpleCaseExpression
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.UnaryMinusExpression
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin.TreatedEntityJoin
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin.TreatedListAttributeJoin
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin.TreatedMapAttributeJoin
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyPath
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl.TreatedRoot
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin.TreatedSetAttributeJoin
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
render(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath.TreatedSingularAttributePath
 
render(RenderContext, Expression<?>, Expression<?>) - Method in enum com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression.Operation
 
render(CriteriaBuilder<T>) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
RenderContext - Interface in com.blazebit.persistence.criteria.impl
 
RenderContext.ClauseType - Enum in com.blazebit.persistence.criteria.impl
 
RenderContextImpl - Class in com.blazebit.persistence.criteria.impl
 
RenderContextImpl() - Constructor for class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
renderFilter(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.AggregationFunctionExpressionImpl
 
renderFilter(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.OrderedSetAggregationFunction
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin.TreatedEntityJoin
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin.TreatedListAttributeJoin
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin.TreatedMapAttributeJoin
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyBasePath
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyPath
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl.TreatedRoot
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin.TreatedSetAttributeJoin
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
renderPathExpression(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath.TreatedSingularAttributePath
 
renderSelection(SelectBuilder<?>, Selection<?>) - Method in class com.blazebit.persistence.criteria.impl.JpaTupleObjectBuilder
 
renderSubquery(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
renderSubquery(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
renderWhere(WhereBuilder<?>, RenderContextImpl) - Method in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
renderWindow(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.expression.function.WindowFunctionExpressionImpl
 
resolveAlias(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
resolveAlias(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
resolveAlias(RenderContext) - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyBasePath
 
resolveAlias(Object, Class<?>) - Method in interface com.blazebit.persistence.criteria.impl.RenderContext
 
resolveAlias(Object, Class<?>) - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
resolveAlias(Object, String) - Method in interface com.blazebit.persistence.criteria.impl.RenderContext
 
resolveAlias(Object, String) - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
reverse() - Method in class com.blazebit.persistence.criteria.impl.OrderImpl
 
reverseNulls() - Method in class com.blazebit.persistence.criteria.impl.OrderImpl
 
RootImpl<X> - Class in com.blazebit.persistence.criteria.impl.path
 
RootImpl(BlazeCriteriaBuilderImpl, EntityType<X>, String, boolean) - Constructor for class com.blazebit.persistence.criteria.impl.path.RootImpl
 
RootImpl.TreatedRoot<X> - Class in com.blazebit.persistence.criteria.impl.path
 
rowNumber() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
rows(BlazeWindowFrameStartType) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
rows(Expression<Integer>, BlazeWindowFrameKind) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
rowsBetween(BlazeWindowFrameStartType, BlazeWindowFrameEndType) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
rowsBetween(BlazeWindowFrameStartType, Expression<Integer>, BlazeWindowFrameKind) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
rowsBetween(Expression<Integer>, BlazeWindowFrameKind, BlazeWindowFrameEndType) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 
rowsBetween(Expression<Integer>, BlazeWindowFrameKind, Expression<Integer>, BlazeWindowFrameKind) - Method in class com.blazebit.persistence.criteria.impl.BlazeWindowImpl
 

S

select(Expression<T>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
select(Selection<? extends T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
SELECT - Enum constant in enum com.blazebit.persistence.criteria.impl.RenderContext.ClauseType
 
selectCase() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
selectCase(Class<R>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
selectCase(Class<R>, Expression<? extends C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
selectCase(Expression<? extends C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
set(String, Object) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaUpdateImpl
 
set(Path<Y>, Expression<? extends Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaUpdateImpl
 
set(Path<Y>, X) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaUpdateImpl
 
set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaUpdateImpl
 
set(SingularAttribute<? super T, Y>, X) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaUpdateImpl
 
SET - Enum constant in enum com.blazebit.persistence.criteria.impl.RenderContext.ClauseType
 
setAlias(String) - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
 
SetAttributeJoin<O,E> - Class in com.blazebit.persistence.criteria.impl.path
 
SetAttributeJoin(BlazeCriteriaBuilderImpl, Class<E>, AbstractPath<O>, SetAttribute<? super O, E>, JoinType) - Constructor for class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin
 
SetAttributeJoin.TreatedSetAttributeJoin<O,E> - Class in com.blazebit.persistence.criteria.impl.path
 
setBlazeOrderList(List<BlazeOrder>) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
setClauseType(RenderContext.ClauseType) - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
setConverter(TypeConverter<X>) - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
 
setDistinct(boolean) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
setFetch(boolean) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
setGroupList(List<Expression<?>>) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
setHaving(Predicate) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
setJavaType(Class) - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
 
setJavaType(Class) - Method in class com.blazebit.persistence.criteria.impl.expression.LiteralExpression
 
SetJoinSupport<Z,E> - Interface in com.blazebit.persistence.criteria.impl.support
An interface necessary to be able to compile against JPA 2.0 but let users use JPA 2.1 APIs.
setOrderList(List<Order>) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
setRestriction(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
setRestriction(Predicate) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
setRestriction(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
setSelection(Selection<? extends T>) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
setTreatType(Class<? extends X>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
SimpleCaseExpression<C,R> - Class in com.blazebit.persistence.criteria.impl.expression
 
SimpleCaseExpression(BlazeCriteriaBuilderImpl, Class<R>, Expression<? extends C>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.SimpleCaseExpression
 
SimpleCaseExpression.WhenClause - Class in com.blazebit.persistence.criteria.impl.expression
 
SingularAttributeJoin<Z,X> - Class in com.blazebit.persistence.criteria.impl.path
 
SingularAttributeJoin(BlazeCriteriaBuilderImpl, Class<X>, AbstractPath<Z>, SingularAttribute<? super Z, ?>, JoinType) - Constructor for class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin
 
SingularAttributeJoin.TreatedSingularAttributeJoin<Z,X> - Class in com.blazebit.persistence.criteria.impl.path
 
SingularAttributePath<X> - Class in com.blazebit.persistence.criteria.impl.path
 
SingularAttributePath(BlazeCriteriaBuilderImpl, Class<X>, AbstractPath<?>, SingularAttribute<?, X>) - Constructor for class com.blazebit.persistence.criteria.impl.path.SingularAttributePath
 
SingularAttributePath.TreatedSingularAttributePath<T> - Class in com.blazebit.persistence.criteria.impl.path
 
size(C) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
Collection functions
size(Expression<C>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
SizeFunction - Class in com.blazebit.persistence.criteria.impl.expression.function
 
SizeFunction(BlazeCriteriaBuilderImpl, PluralAttributePath<?>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.SizeFunction
 
some(Subquery<Y>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
SOME - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.QuantifiableSubqueryExpression.Quantor
 
sqrt(Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
subquery(Class<U>) - Method in class com.blazebit.persistence.criteria.impl.AbstractModificationCriteriaQuery
 
subquery(Class<U>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
subquery(Class<U>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
subquery(Class<U>) - Method in class com.blazebit.persistence.criteria.impl.InternalQuery
 
SubqueryExpression<T> - Class in com.blazebit.persistence.criteria.impl.expression
 
SubqueryExpression(BlazeCriteriaBuilderImpl, Class<T>, BlazeCommonAbstractCriteria) - Constructor for class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
SubquerySupport<T> - Interface in com.blazebit.persistence.criteria.impl.support
An interface necessary to be able to compile against JPA 2.0 but let users use JPA 2.1 APIs.
substring(Expression<String>, int) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
substring(Expression<String>, int, int) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
substring(Expression<String>, Expression<Integer>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
SubstringFunction - Class in com.blazebit.persistence.criteria.impl.expression.function
 
SubstringFunction(BlazeCriteriaBuilderImpl, Expression<String>, Expression<Integer>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.SubstringFunction
 
SubstringFunction(BlazeCriteriaBuilderImpl, Expression<String>, Expression<Integer>, Expression<Integer>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.SubstringFunction
 
SUBTRACT - Enum constant in enum com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression.Operation
 
sum(Expression<? extends N>, Expression<? extends N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
sum(Expression<? extends N>, N) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
sum(Expression<N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
sum(N, Expression<? extends N>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
sumAsDouble(Expression<Float>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
sumAsLong(Expression<Integer>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 

T

takeAliasToSubqueryMap() - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
takeBuffer() - Method in class com.blazebit.persistence.criteria.impl.RenderContextImpl
 
toBigDecimal(Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
toBigInteger(Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
toDouble(Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
toFloat(Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
toInteger(Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
toLong(Expression<? extends Number>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
Casting functions
toString(Expression<Character>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(BlazeCollectionJoin<X, T>, Class<E>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(BlazeJoin<X, T>, Class<V>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(BlazeListJoin<X, T>, Class<E>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(BlazeMapJoin<X, K, T>, Class<V>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(BlazePath<X>, Class<T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(BlazeRoot<X>, Class<T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(BlazeSetJoin<X, T>, Class<E>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(CollectionJoin<X, T>, Class<E>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(CollectionJoin<X, T>, Class<E>) - Method in interface com.blazebit.persistence.criteria.impl.support.CriteriaBuilderSupport
 
treat(Join<X, T>, Class<V>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
Treat support for JPA 2.1
treat(Join<X, T>, Class<V>) - Method in interface com.blazebit.persistence.criteria.impl.support.CriteriaBuilderSupport
 
treat(ListJoin<X, T>, Class<E>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(ListJoin<X, T>, Class<E>) - Method in interface com.blazebit.persistence.criteria.impl.support.CriteriaBuilderSupport
 
treat(MapJoin<X, K, T>, Class<V>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(MapJoin<X, K, T>, Class<V>) - Method in interface com.blazebit.persistence.criteria.impl.support.CriteriaBuilderSupport
 
treat(Path<X>, Class<T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(Path<X>, Class<T>) - Method in interface com.blazebit.persistence.criteria.impl.support.CriteriaBuilderSupport
 
treat(Root<X>, Class<T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(Root<X>, Class<T>) - Method in interface com.blazebit.persistence.criteria.impl.support.CriteriaBuilderSupport
 
treat(SetJoin<X, T>, Class<E>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
treat(SetJoin<X, T>, Class<E>) - Method in interface com.blazebit.persistence.criteria.impl.support.CriteriaBuilderSupport
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyBasePath
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.MapKeyPath
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.PluralAttributePath
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.RootImpl
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin
 
treatAs(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributePath
 
TreatedCollectionAttributeJoin(BlazeCriteriaBuilderImpl, CollectionAttributeJoin<O, ? super E>, EntityType<E>) - Constructor for class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin.TreatedCollectionAttributeJoin
 
TreatedEntityJoin(BlazeCriteriaBuilderImpl, EntityJoin<Z, ? super X>, EntityType<X>) - Constructor for class com.blazebit.persistence.criteria.impl.path.EntityJoin.TreatedEntityJoin
 
TreatedListAttributeJoin(BlazeCriteriaBuilderImpl, ListAttributeJoin<O, ? super E>, EntityType<E>) - Constructor for class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin.TreatedListAttributeJoin
 
TreatedMapAttributeJoin(BlazeCriteriaBuilderImpl, MapAttributeJoin<O, K, ? super V>, EntityType<V>) - Constructor for class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin.TreatedMapAttributeJoin
 
TreatedPath<X> - Interface in com.blazebit.persistence.criteria.impl.path
 
TreatedRoot(BlazeCriteriaBuilderImpl, RootImpl<? super X>, EntityType<X>) - Constructor for class com.blazebit.persistence.criteria.impl.path.RootImpl.TreatedRoot
 
TreatedSetAttributeJoin(BlazeCriteriaBuilderImpl, SetAttributeJoin<O, ? super E>, EntityType<E>) - Constructor for class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin.TreatedSetAttributeJoin
 
TreatedSingularAttributeJoin(BlazeCriteriaBuilderImpl, SingularAttributeJoin<Z, ? super X>, EntityType<X>) - Constructor for class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin.TreatedSingularAttributeJoin
 
TreatedSingularAttributePath(BlazeCriteriaBuilderImpl, SingularAttributePath<? super T>, EntityType<T>) - Constructor for class com.blazebit.persistence.criteria.impl.path.SingularAttributePath.TreatedSingularAttributePath
 
treatJoin(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
treatJoin(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.CollectionAttributeJoin
 
treatJoin(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.EntityJoin
 
treatJoin(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.ListAttributeJoin
 
treatJoin(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
treatJoin(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.SetAttributeJoin
 
treatJoin(Class<T>) - Method in class com.blazebit.persistence.criteria.impl.path.SingularAttributeJoin
 
treatJoinType - Variable in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
trim(char, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
trim(Expression<Character>, Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
trim(Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
TrimFunction - Class in com.blazebit.persistence.criteria.impl.expression.function
 
TrimFunction(BlazeCriteriaBuilderImpl, CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.TrimFunction
 
TrimFunction(BlazeCriteriaBuilderImpl, CriteriaBuilder.Trimspec, Expression<String>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.TrimFunction
 
TrimFunction(BlazeCriteriaBuilderImpl, Expression<Character>, Expression<String>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.TrimFunction
 
TrimFunction(BlazeCriteriaBuilderImpl, Expression<String>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.TrimFunction
 
tuple(List<Selection<?>>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
tuple(Selection<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
type() - Method in class com.blazebit.persistence.criteria.impl.path.AbstractPath
 

U

UnaryMinusExpression<T> - Class in com.blazebit.persistence.criteria.impl.expression
 
UnaryMinusExpression(BlazeCriteriaBuilderImpl, Expression<T>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.UnaryMinusExpression
 
upper(Expression<String>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 

V

value() - Method in class com.blazebit.persistence.criteria.impl.path.MapAttributeJoin
 
value(Expression<? extends T>) - Method in class com.blazebit.persistence.criteria.impl.expression.function.CoalesceFunction
 
value(Expression<? extends T>) - Method in class com.blazebit.persistence.criteria.impl.expression.InPredicate
 
value(T) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
value(T) - Method in class com.blazebit.persistence.criteria.impl.expression.function.CoalesceFunction
 
value(T) - Method in class com.blazebit.persistence.criteria.impl.expression.InPredicate
 
valueOf(String) - Static method in enum com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate.ComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blazebit.persistence.criteria.impl.expression.QuantifiableSubqueryExpression.Quantor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blazebit.persistence.criteria.impl.RenderContext.ClauseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate.ComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blazebit.persistence.criteria.impl.expression.QuantifiableSubqueryExpression.Quantor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blazebit.persistence.criteria.impl.RenderContext.ClauseType
Returns an array containing the constants of this enum type, in the order they are declared.
values(M) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
visit(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractFrom
 
visit(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.path.AbstractJoin
 
visit(Selection<?>) - Method in class com.blazebit.persistence.criteria.impl.ParameterVisitor
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.BetweenPredicate
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.BinaryArithmeticExpression
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.BooleanExpressionPredicate
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.BooleanLiteralPredicate
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.ComparisonPredicate
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.CompoundPredicate
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.CompoundSelectionImpl
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.ExistsPredicate
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.AggregationFunctionExpressionImpl
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.CoalesceFunction
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.ConcatFunction
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.EntryFunction
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.FunctionExpressionImpl
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.IndexFunction
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.LocateFunction
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.NullifFunction
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.OrderedSetAggregationFunction
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.SizeFunction
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.SubstringFunction
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.TrimFunction
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.function.WindowFunctionExpressionImpl
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.GeneralCaseExpression
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.InPredicate
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.IsEmptyPredicate
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.IsNullPredicate
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.LikePredicate
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.LiteralExpression
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.MemberOfPredicate
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.NullLiteralExpression
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.ParameterExpressionImpl
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.PathTypeExpression
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.QuantifiableSubqueryExpression
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.SimpleCaseExpression
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
visitParameters(ParameterVisitor) - Method in class com.blazebit.persistence.criteria.impl.expression.UnaryMinusExpression
 

W

when(C, Expression<? extends R>) - Method in class com.blazebit.persistence.criteria.impl.expression.SimpleCaseExpression
 
when(C, R) - Method in class com.blazebit.persistence.criteria.impl.expression.SimpleCaseExpression
 
when(Expression<Boolean>, Expression<? extends R>) - Method in class com.blazebit.persistence.criteria.impl.expression.GeneralCaseExpression
 
when(Expression<Boolean>, R) - Method in class com.blazebit.persistence.criteria.impl.expression.GeneralCaseExpression
 
WhenClause(Expression<C>, Expression<? extends R>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.SimpleCaseExpression.WhenClause
 
WhenClause(Expression<Boolean>, Expression<? extends R>) - Constructor for class com.blazebit.persistence.criteria.impl.expression.GeneralCaseExpression.WhenClause
 
where(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaDeleteImpl
 
where(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
where(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaUpdateImpl
 
where(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
where(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaDeleteImpl
 
where(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaQueryImpl
 
where(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaUpdateImpl
 
where(Predicate...) - Method in class com.blazebit.persistence.criteria.impl.expression.SubqueryExpression
 
WHERE - Enum constant in enum com.blazebit.persistence.criteria.impl.RenderContext.ClauseType
 
window() - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
window(BlazeWindow) - Method in class com.blazebit.persistence.criteria.impl.expression.function.AggregationFunctionExpressionImpl
 
window(BlazeWindow) - Method in class com.blazebit.persistence.criteria.impl.expression.function.OrderedSetAggregationFunction
 
window(BlazeWindow) - Method in class com.blazebit.persistence.criteria.impl.expression.function.WindowFunctionExpressionImpl
 
windowDistinctFunction(String, Class<T>, Expression<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
windowFunction(String, Class<T>, Expression<?>...) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
WindowFunctionExpressionImpl<X> - Class in com.blazebit.persistence.criteria.impl.expression.function
 
WindowFunctionExpressionImpl(BlazeCriteriaBuilderImpl, Class<X>, String, Expression<?>...) - Constructor for class com.blazebit.persistence.criteria.impl.expression.function.WindowFunctionExpressionImpl
 
withinGroup(List<? extends Order>) - Method in class com.blazebit.persistence.criteria.impl.expression.function.OrderedSetAggregationFunction
 
withinGroup(Order...) - Method in class com.blazebit.persistence.criteria.impl.expression.function.OrderedSetAggregationFunction
 
wrap(Expression<Boolean>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
Predicates
wrapSelection(Selection<? extends T>) - Method in class com.blazebit.persistence.criteria.impl.BlazeCriteriaBuilderImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form