Uses of Interface
org.hibernate.query.criteria.JpaCriteriaNode
-
Packages that use JpaCriteriaNode Package Description org.hibernate.dialect.function org.hibernate.metamodel.model.domain.internal org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.hql.internal org.hibernate.query.sqm.function org.hibernate.query.sqm.sql.internal org.hibernate.query.sqm.tree This package contains the classes that make up the SQM tree nodes.org.hibernate.query.sqm.tree.cte org.hibernate.query.sqm.tree.delete org.hibernate.query.sqm.tree.domain org.hibernate.query.sqm.tree.expression org.hibernate.query.sqm.tree.from org.hibernate.query.sqm.tree.insert org.hibernate.query.sqm.tree.jpa org.hibernate.query.sqm.tree.predicate org.hibernate.query.sqm.tree.select org.hibernate.query.sqm.tree.update -
-
Uses of JpaCriteriaNode in org.hibernate.dialect.function
Classes in org.hibernate.dialect.function that implement JpaCriteriaNode Modifier and Type Class Description protected static class
FormatFunction.FormatSqmFunction<T>
protected class
InverseDistributionFunction.SelfRenderingInverseDistributionFunction<T>
-
Uses of JpaCriteriaNode in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement JpaCriteriaNode Modifier and Type Class Description class
AnyDiscriminatorSqmPath<T>
class
DiscriminatorSqmPath
SqmPath specialization for an entity discriminator -
Uses of JpaCriteriaNode in org.hibernate.query.criteria
Subinterfaces of JpaCriteriaNode in org.hibernate.query.criteria Modifier and Type Interface Description interface
JpaCoalesce<T>
interface
JpaCollectionJoin<O,T>
Specialization ofJpaJoin
forCollection
typed attribute joinsinterface
JpaCompoundSelection<T>
interface
JpaCriteriaBase
interface
JpaCriteriaDelete<T>
interface
JpaCriteriaInsertSelect<T>
A representation of SqmInsertSelectStatement at theorg.hibernate.query.criteria
level, even though JPA does not define support for insert-select criteria.interface
JpaCriteriaQuery<T>
Extension of the JPACriteriaQuery
interface
JpaCriteriaUpdate<T>
interface
JpaDerivedFrom<T>
interface
JpaDerivedJoin<T>
interface
JpaDerivedRoot<T>
interface
JpaEntityJoin<T>
interface
JpaExpression<T>
API extension to the JPAExpression
contractinterface
JpaFrom<O,T>
API extension to the JPAFrom
contractinterface
JpaFunction<T>
Contract for expressions which model a SQL function call.interface
JpaInPredicate<T>
interface
JpaJoin<O,T>
Consolidates theJoin
andFetch
hierarchies since that is how we implement them.interface
JpaJoinedFrom<O,T>
Exists within the hierarchy mainly to support "entity joins".interface
JpaListJoin<O,T>
interface
JpaManipulationCriteria<E>
interface
JpaMapJoin<O,K,V>
interface
JpaOrder
interface
JpaParameterExpression<T>
interface
JpaPath<T>
API extension to the JPAPath
contractinterface
JpaPluralJoin<O,C,E>
interface
JpaPredicate
interface
JpaQueryableCriteria<T>
Common contract for the forms of criteria that are "queryable" - can be converted into aQuery
.interface
JpaQueryGroup<T>
A query group i.e.interface
JpaQueryPart<T>
Models a query part i.e.interface
JpaQueryStructure<T>
Models aSELECT
query.interface
JpaRoot<T>
interface
JpaSearchedCase<T>
interface
JpaSelectCriteria<T>
Commonality between a JPAJpaCriteriaQuery
andJpaSubQuery
, mainly in the form of delegation toJpaQueryStructure
interface
JpaSelection<T>
API extension to the JPASelection
contractinterface
JpaSetJoin<O,T>
interface
JpaSimpleCase<C,R>
interface
JpaSubQuery<T>
interface
JpaTupleElement<T>
API extension to the JPATupleElement
contract -
Uses of JpaCriteriaNode in org.hibernate.query.hql.internal
Classes in org.hibernate.query.hql.internal that implement JpaCriteriaNode Modifier and Type Class Description class
FullyQualifiedReflectivePathTerminal
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement JpaCriteriaNode Modifier and Type Class Description class
SelfRenderingSqmAggregateFunction<T>
class
SelfRenderingSqmFunction<T>
class
SelfRenderingSqmOrderedSetAggregateFunction<T>
class
SelfRenderingSqmWindowFunction<T>
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.sql.internal
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.sql.internal Modifier and Type Interface Description interface
SelfInterpretingSqmPath<T>
Optional contract for sqm-paths which need special interpretation handling -
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree Modifier and Type Interface Description interface
SqmDeleteOrUpdateStatement<T>
In some cases it is useful to be able to handle UPDATE or DELETE SQM trees using a single contract.interface
SqmDmlStatement<E>
Common extension of SqmStatement for DML (delete, update and insert-select) statements.interface
SqmNode
Base contract for any SQM AST node.interface
SqmQuery<T>
Commonality between a top-level statement and a sub-queryinterface
SqmStatement<T>
The basic SQM statement contract for top-level statementsinterface
SqmTypedNode<T>
Optional contract for SqmNode implementations which are typedinterface
SqmVisitableNode
Optional contract for SqmNode implementations that can be visited by a SemanticQueryWalker.Classes in org.hibernate.query.sqm.tree that implement JpaCriteriaNode Modifier and Type Class Description class
AbstractSqmDmlStatement<E>
class
AbstractSqmNode
Base implementation of a criteria node.class
AbstractSqmRestrictedDmlStatement<T>
class
AbstractSqmStatement<T>
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.cte
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.cte Modifier and Type Interface Description interface
SqmCteContainer
Classes in org.hibernate.query.sqm.tree.cte that implement JpaCriteriaNode Modifier and Type Class Description class
SqmCteStatement<T>
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.delete
Classes in org.hibernate.query.sqm.tree.delete that implement JpaCriteriaNode Modifier and Type Class Description class
SqmDeleteStatement<T>
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.domain
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.domain Modifier and Type Interface Description interface
SqmCorrelation<O,T>
Specialization ofSqmFrom
for sub-query correlationsinterface
SqmPath<T>
Models a reference to a part of the application's domain model as part of an SQM tree.interface
SqmPathWrapper<W,T>
SqmPath specialization for an SqmPath that wraps another SqmPathinterface
SqmSimplePath<T>
interface
SqmTreatedPath<T,S extends T>
Classes in org.hibernate.query.sqm.tree.domain that implement JpaCriteriaNode Modifier and Type Class Description class
AbstractSqmAttributeJoin<O,T>
Models a join based on a mapped attribute reference.class
AbstractSqmFrom<O,T>
Convenience base class for SqmFrom implementationsclass
AbstractSqmJoin<O,T>
class
AbstractSqmPath<T>
class
AbstractSqmPluralJoin<O,C,E>
class
AbstractSqmSimplePath<T>
class
AbstractSqmSpecificPluralPartPath<T>
class
NonAggregatedCompositeSimplePath<T>
class
SqmAnyValuedSimplePath<T>
class
SqmBagJoin<O,E>
class
SqmBasicValuedSimplePath<T>
class
SqmCorrelatedBagJoin<O,T>
class
SqmCorrelatedCrossJoin<T>
class
SqmCorrelatedEntityJoin<T>
class
SqmCorrelatedListJoin<O,T>
class
SqmCorrelatedMapJoin<O,K,V>
class
SqmCorrelatedPluralPartJoin<O,T>
class
SqmCorrelatedRoot<T>
class
SqmCorrelatedRootJoin<T>
class
SqmCorrelatedSetJoin<O,T>
class
SqmCorrelatedSingularJoin<O,T>
class
SqmDerivedRoot<T>
class
SqmElementAggregateFunction<T>
class
SqmEmbeddedValuedSimplePath<T>
class
SqmEntityValuedSimplePath<T>
class
SqmFkExpression<T>
Reference to the key-side (as opposed to the target-side) of the foreign-key of a to-one association.class
SqmIndexAggregateFunction<T>
class
SqmIndexedCollectionAccessPath<T>
class
SqmListJoin<O,E>
class
SqmMapEntryReference<K,V>
Represents the reference to a Map attribute'sMap.Entry
entries in a select clauseclass
SqmMapJoin<O,K,V>
class
SqmPluralPartJoin<O,T>
class
SqmPluralValuedSimplePath<E>
An SqmPath for plural attribute pathsclass
SqmSetJoin<O,E>
class
SqmSingularJoin<O,T>
class
SqmTreatedBagJoin<O,T,S extends T>
class
SqmTreatedCrossJoin<T,S extends T>
class
SqmTreatedEntityJoin<T,S extends T>
class
SqmTreatedListJoin<O,T,S extends T>
class
SqmTreatedMapJoin<O,K,V,S extends V>
class
SqmTreatedPluralPartJoin<O,T,S extends T>
class
SqmTreatedRoot<T,S extends T>
class
SqmTreatedSetJoin<O,T,S extends T>
class
SqmTreatedSimplePath<T,S extends T>
class
SqmTreatedSingularJoin<O,T,S extends T>
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.expression
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.expression Modifier and Type Interface Description interface
SqmAggregateFunction<T>
A SQM aggregate function.interface
SqmExpression<T>
The base contract for any kind of expression node in the SQM tree.interface
SqmOrderedSetAggregateFunction<T>
A SQM ordered set-aggregate function.interface
SqmParameter<T>
Models a parameter expression declared in the query.interface
SqmWindowFunction<T>
A SQM window function.Classes in org.hibernate.query.sqm.tree.expression that implement JpaCriteriaNode Modifier and Type Class Description class
AbstractSqmExpression<T>
class
AbstractSqmParameter<T>
Common support for SqmParameter implsclass
JpaCriteriaParameter<T>
JpaParameterExpression
created via JPACriteriaBuilder
.class
SqmAliasedNodeRef
Models a reference to aSqmAliasedNode
used in the order-by or group-by clause by either position or alias, though the reference is normalized here to a positional refclass
SqmAny<T>
class
SqmAnyDiscriminatorValue<T>
class
SqmBinaryArithmetic<T>
class
SqmByUnit
class
SqmCaseSearched<R>
class
SqmCaseSimple<T,R>
class
SqmCastTarget<T>
class
SqmCoalesce<T>
class
SqmCollation
class
SqmCollectionSize
Represents theSIZE()
function.class
SqmDistinct<T>
class
SqmDurationUnit<T>
class
SqmEnumLiteral<E extends Enum<E>>
Specialized SQM literal defined by an enum reference.class
SqmEvery<T>
class
SqmExtractUnit<T>
class
SqmFieldLiteral<T>
class
SqmFormat
Effectively a query-literal but we want to handle it specially in the SQM -> SQL AST conversionclass
SqmFunction<T>
A SQM functionclass
SqmJpaCriteriaParameterWrapper<T>
Acts as the per-use wrapper for a JpaCriteriaParameter (CriteriaBuilder.parameter(java.lang.Class<T>)
).class
SqmLiteral<T>
Represents a literal value in the sqm, e.g. 1 'some string' some.JavaClass.CONSTANT some.JavaEnum.VALUE etcclass
SqmLiteralEntityType<T>
Represents an reference to an entity type as a literal.class
SqmLiteralNull<T>
class
SqmModifiedSubQueryExpression<T>
Represents aSqmModifiedSubQueryExpression.Modifier.ALL
,SqmModifiedSubQueryExpression.Modifier.ANY
,SqmModifiedSubQueryExpression.Modifier.SOME
modifier appplied to a subquery as part of a comparison.class
SqmNamedParameter<T>
Represents a named query parameter in the SQM tree.class
SqmOver<T>
class
SqmOverflow<T>
class
SqmParameterizedEntityType<T>
Entity type expression based on a parameter - `TYPE( :someParam )`class
SqmPositionalParameter<T>
Models a positional parameter expressionclass
SqmSelfRenderingExpression<T>
class
SqmStar
class
SqmSummarization<T>
class
SqmToDuration<T>
class
SqmTrimSpecification
Needed to pass TrimSpecification as an SqmExpression when we call out to SqmFunctionTemplates handling TRIM calls as a function argument.class
SqmTuple<T>
Models a tuple of values, generally defined as a series of values wrapped in parentheses, e.g.class
SqmUnaryOperation<T>
class
ValueBindJpaCriteriaParameter<T>
It is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BIND -
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.from
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.from Modifier and Type Interface Description interface
SqmAttributeJoin<O,T>
Models a join based on a mapped attribute reference.interface
SqmFrom<O,T>
Models a Bindable's inclusion in theFROM
clause.interface
SqmJoin<O,T>
interface
SqmQualifiedJoin<O,T>
Common contract for qualified/restricted/predicated joins.Classes in org.hibernate.query.sqm.tree.from that implement JpaCriteriaNode Modifier and Type Class Description class
SqmCrossJoin<T>
class
SqmDerivedJoin<T>
class
SqmEntityJoin<T>
class
SqmRoot<E>
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.insert
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.insert Modifier and Type Interface Description interface
SqmInsertStatement<T>
The general contract for INSERT statements.Classes in org.hibernate.query.sqm.tree.insert that implement JpaCriteriaNode Modifier and Type Class Description class
AbstractSqmInsertStatement<T>
Convenience base class for InsertSqmStatement implementations.class
SqmInsertSelectStatement<T>
class
SqmInsertValuesStatement<T>
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.jpa
Classes in org.hibernate.query.sqm.tree.jpa that implement JpaCriteriaNode Modifier and Type Class Description class
AbstractJpaSelection<T>
Base support forJpaSelection
impls.class
AbstractJpaTupleElement<T>
Base support forJpaTupleElement
impls -
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.predicate
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.predicate Modifier and Type Interface Description interface
SqmInPredicate<T>
interface
SqmNegatablePredicate
Contract for predicates that have a negated form, e.g.interface
SqmPredicate
Classes in org.hibernate.query.sqm.tree.predicate that implement JpaCriteriaNode Modifier and Type Class Description class
AbstractNegatableSqmPredicate
class
AbstractSqmPredicate
class
SqmBetweenPredicate
class
SqmBooleanExpressionPredicate
Represents an expression whose type is boolean, and can therefore be used as a predicate.class
SqmComparisonPredicate
class
SqmEmptinessPredicate
class
SqmExistsPredicate
class
SqmGroupedPredicate
class
SqmInListPredicate<T>
class
SqmInSubQueryPredicate<T>
class
SqmJunctionPredicate
class
SqmLikePredicate
class
SqmMemberOfPredicate
class
SqmNegatedPredicate
class
SqmNullnessPredicate
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.select
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.select Modifier and Type Interface Description interface
SqmAliasedNode<T>
Models any aliased expression.interface
SqmSelectableNode<T>
Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.interface
SqmSelectQuery<T>
Classes in org.hibernate.query.sqm.tree.select that implement JpaCriteriaNode Modifier and Type Class Description class
AbstractSqmSelectQuery<T>
class
SqmDynamicInstantiation<T>
Represents a dynamic instantiation (select new XYZ(...) ...
) as part of the SQM.class
SqmDynamicInstantiationArgument<T>
Represents an individual argument to a dynamic instantiation.class
SqmJpaCompoundSelection<T>
class
SqmQueryGroup<T>
A grouped list of queries connected through a certain set operator.class
SqmQueryPart<T>
Defines the ordering and fetch/offset part of a query which is shared with query groups.class
SqmQuerySpec<T>
Defines the commonality between a root query and a subquery.class
SqmSelectClause
The semantic select clause.class
SqmSelection<T>
Represents an individual selection within a select clause.class
SqmSelectStatement<T>
class
SqmSortSpecification
class
SqmSubQuery<T>
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.update
Classes in org.hibernate.query.sqm.tree.update that implement JpaCriteriaNode Modifier and Type Class Description class
SqmUpdateStatement<T>
-