Uses of Interface
jakarta.persistence.criteria.Selection
Packages that use Selection
Package
Description
Jakarta Persistence Criteria API
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service.Implementation of the SPIs for HQL support.
This package defines a semantic model of HQL queries.
An SPI for defining, registering, and rendering functions in HQL.
Package for the SQM-backed Query implementation details
Nodes representing path expressions in the SQM tree.
Nodes representing expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
Nodes representing logical predicates in the SQM tree.
Nodes representing
select statements in the SQM tree.-
Uses of Selection in jakarta.persistence.criteria
Subinterfaces of Selection in jakarta.persistence.criteriaModifier and TypeInterfaceDescriptioninterfaceCollectionJoin<Z,E> TheCollectionJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Collection.interfaceTheCompoundSelectioninterface defines a compound selection item (tuple, array, or result of constructor).static interfaceInterface used to build general case expressions.static interfaceInterface used to build coalesce expressions.static interfaceInterface used to build in predicates.static interfaceInterface used to build simple case expressions.interfaceExpression<T>Type for query expressions.interfaceFrom<Z,X> Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.interfaceJoin<Z,X> A join to an entity, embeddable, or basic type.interfaceListJoin<Z,E> TheListJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.List.interfaceMapJoin<Z,K, V> TheMapJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Map.interfaceType of criteria query parameter expressions.interfacePath<X>Represents a simple or compound attribute path from a bound type or collection, and is a "primitive" expression.interfacePluralJoin<Z,C, E> ThePluralJoininterface defines functionality that is common to joins to all collection types.interfaceThe type of a simple or compound predicate: a conjunction or disjunction of restrictions.interfaceRoot<X>A root type in the from clause.interfaceSetJoin<Z,E> TheSetJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Set.interfaceSubquery<T>TheSubqueryinterface defines functionality that is specific to subqueries.Methods in jakarta.persistence.criteria that return SelectionModifier and TypeMethodDescriptionAssigns an alias to the selection item.AbstractQuery.getSelection()Return the selection of the query, or null if no selection has been set.Methods in jakarta.persistence.criteria that return types with arguments of type SelectionModifier and TypeMethodDescriptionSelection.getCompoundSelectionItems()Return the selection items composing a compound selection.Methods in jakarta.persistence.criteria with parameters of type SelectionModifier and TypeMethodDescriptionCreate an array-valued selection item.<Y> CompoundSelection<Y>Create a selection item corresponding to a constructor.CriteriaQuery.multiselect(Selection<?>... selections) Specify the selection items that are to be returned in the query result.Specify the item that is to be returned in the query result.Create a tuple-valued selection item.Method parameters in jakarta.persistence.criteria with type arguments of type SelectionModifier and TypeMethodDescriptionCriteriaQuery.multiselect(List<Selection<?>> selectionList) Specify the selection items that are to be returned in the query result. -
Uses of Selection in org.hibernate.dialect.function
Classes in org.hibernate.dialect.function that implement SelectionModifier and TypeClassDescriptionprotected static classprotected class -
Uses of Selection in org.hibernate.metamodel.model.domain
Subinterfaces of Selection in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterfaceCommonality between entity and any discriminators -
Uses of Selection in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement Selection -
Uses of Selection in org.hibernate.query.criteria
Subinterfaces of Selection in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterfaceJpaCoalesce<T>interfaceJpaCollectionJoin<O,T> Specialization ofJpaJoinforCollectiontyped attribute joinsinterfaceinterfaceJpaCrossJoin<T>interfaceinterfaceinterfaceinterfaceinterfaceAPI extension to the JPAExpressioncontractinterfaceJpaFrom<O,T> API extension to the JPAFromcontractinterfaceJpaFunction<T>Contract for expressions which model a SQL function call.interfaceinterfaceJpaJoin<O,T> interfaceJpaJoinedFrom<O,T> Exists within the hierarchy mainly to support "entity joins".interfaceJpaListJoin<O,T> interfaceJpaMapJoin<O,K, V> interfaceinterfaceJpaPath<T>API extension to the JPAPathcontractinterfaceJpaPluralJoin<O,C, E> interfaceinterfaceJpaRoot<T>interfaceinterfaceJpaSelection<T>API extension to the JPASelectioncontractinterfaceJpaSetJoin<O,T> interfaceJpaSimpleCase<C,R> interfaceJpaSubQuery<T>Methods in org.hibernate.query.criteria that return types with arguments of type SelectionMethods in org.hibernate.query.criteria with parameters of type SelectionModifier and TypeMethodDescription<Y> JpaCompoundSelection<Y><Y> JpaCompoundSelection<Y>CriteriaDefinition.multiselect(Selection<?>... selections) JpaCriteriaQuery.multiselect(Selection<?>... selections) JpaSubQuery.multiselect(Selection<?>... selections) Method parameters in org.hibernate.query.criteria with type arguments of type SelectionModifier and TypeMethodDescriptionCriteriaDefinition.multiselect(List<Selection<?>> list) JpaCriteriaQuery.multiselect(List<Selection<?>> selectionList) JpaSubQuery.multiselect(List<Selection<?>> selectionList) -
Uses of Selection in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi with parameters of type Selection -
Uses of Selection in org.hibernate.query.hql.internal
Classes in org.hibernate.query.hql.internal that implement Selection -
Uses of Selection in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type Selection -
Uses of Selection in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement SelectionModifier and TypeClassDescriptionclassclassclassclass -
Uses of Selection in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type Selection -
Uses of Selection in org.hibernate.query.sqm.tree.domain
Subinterfaces of Selection in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterfaceSqmCorrelation<O,T> Specialization ofSqmFromfor sub-query correlationsinterfaceSqmPath<T>Models a reference to a part of the application's domain model as part of an SQM tree.interfaceSqmPathWrapper<W,T> SqmPath specialization for an SqmPath that wraps another SqmPathinterfaceinterfaceSqmTreatedPath<T,S extends T> Classes in org.hibernate.query.sqm.tree.domain that implement SelectionModifier and TypeClassDescriptionclassModels a join based on a mapped attribute reference.classAbstractSqmFrom<O,T> Convenience base class for SqmFrom implementationsclassAbstractSqmJoin<O,T> classclassAbstractSqmPluralJoin<O,C, E> classclassclassclassclassclassSqmBagJoin<O,E> classclassSqmCorrelatedBagJoin<O,T> classclassclassclassSqmCorrelatedMapJoin<O,K, V> classclassclassclassSqmCorrelatedSetJoin<O,T> classclassSqmCteRoot<T>classclassclassclassclassReference to the key-side (as opposed to the target-side) of the foreign-key of a to-one association.classclassclassclassSqmListJoin<O,E> classSqmMapEntryReference<K,V> Represents the reference to a Map attribute'sMap.Entryentries in a select clauseclassSqmMapJoin<O,K, V> classSqmPluralPartJoin<O,T> classAn SqmPath for plural attribute pathsclassSqmSetJoin<O,E> classSqmSingularJoin<O,T> classSqmTreatedBagJoin<O,T, S extends T> classSqmTreatedCrossJoin<T,S extends T> classSqmTreatedEmbeddedValuedSimplePath<T,S extends T> classSqmTreatedEntityJoin<T,S extends T> classSqmTreatedEntityValuedSimplePath<T,S extends T> classSqmTreatedListJoin<O,T, S extends T> classSqmTreatedMapJoin<O,K, V, S extends V> classSqmTreatedPluralPartJoin<O,T, S extends T> classSqmTreatedRoot<T,S extends T> classSqmTreatedSetJoin<O,T, S extends T> classSqmTreatedSingularJoin<O,T, S extends T> -
Uses of Selection in org.hibernate.query.sqm.tree.expression
Subinterfaces of Selection in org.hibernate.query.sqm.tree.expressionModifier and TypeInterfaceDescriptioninterfaceA SQM aggregate function.interfaceThe base contract for any kind of expression node in the SQM tree.interfaceA SQM ordered set-aggregate function.interfaceSqmParameter<T>Models a parameter expression declared in the query.interfaceA SQM window function.Classes in org.hibernate.query.sqm.tree.expression that implement SelectionModifier and TypeClassDescriptionclassclassCommon support for SqmParameter implsclassclassJpaParameterExpressioncreated via JPACriteriaBuilder.classModels a reference to aSqmAliasedNodeused in the order-by or group-by clause by either position or alias, though the reference is normalized here to a positional refclassSqmAny<T>classclassclassclassclassSqmCaseSimple<T,R> classSqmCoalesce<T>classclassRepresents theSIZE()function.classSqmEnumLiteral<E extends Enum<E>>Specialized SQM literal defined by an enum reference.classSqmEvery<T>classclassEffectively a query-literal but we want to handle it specially in the SQM to SQL AST conversionclassSqmFunction<T>A SQM functionclassSqmHqlNumericLiteral<N extends Number>Used to model numeric literals found in HQL queries.classActs as the per-use wrapper for a JpaCriteriaParameter (CriteriaBuilder.parameter(java.lang.Class<T>)).classSqmLiteral<T>Represents a literal value in the sqm, e.g. 1 'some string' some.JavaClass.CONSTANT some.JavaEnum.VALUE etcclassRepresents a reference to an embeddable type as a literal.classRepresents a reference to an entity type as a literal.classclassRepresents aSqmModifiedSubQueryExpression.Modifier.ALL,SqmModifiedSubQueryExpression.Modifier.ANY,SqmModifiedSubQueryExpression.Modifier.SOMEmodifier applied to a subquery as part of a comparison.classRepresents a named query parameter in the SQM tree.classSqmOver<T>classSqmOverflow<T>classEntity type expression based on a parameter - `TYPE( :someParam )`classModels a positional parameter expressionclassclassclassclassclassSqmTuple<T>A tuple constructor, that is, a list of expressions wrapped in parentheses, for example,(x, y, z).classclassIt is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BIND -
Uses of Selection in org.hibernate.query.sqm.tree.from
Subinterfaces of Selection in org.hibernate.query.sqm.tree.fromModifier and TypeInterfaceDescriptioninterfaceSqmAttributeJoin<O,T> Models a join based on a mapped attribute reference.interfaceSqmFrom<O,T> Models a Bindable's inclusion in theFROMclause.interfaceSqmJoin<O,T> interfaceSqmQualifiedJoin<O,T> Common contract for qualified/restricted/predicated joins.Classes in org.hibernate.query.sqm.tree.from that implement SelectionModifier and TypeClassDescriptionclassSqmCrossJoin<T>classSqmCteJoin<T>classclassclassSqmRoot<E> -
Uses of Selection in org.hibernate.query.sqm.tree.jpa
Classes in org.hibernate.query.sqm.tree.jpa that implement Selection -
Uses of Selection in org.hibernate.query.sqm.tree.predicate
Subinterfaces of Selection in org.hibernate.query.sqm.tree.predicateModifier and TypeInterfaceDescriptioninterfaceinterfaceContract for predicates that have a negated form, e.g.interfaceClasses in org.hibernate.query.sqm.tree.predicate that implement SelectionModifier and TypeClassDescriptionclassclassclassclassRepresents an expression whose type is boolean, and can therefore be used as a predicate.classclassclassclassclassclassclassclassclassclassclassclass -
Uses of Selection in org.hibernate.query.sqm.tree.select
Subinterfaces of Selection in org.hibernate.query.sqm.tree.selectModifier and TypeInterfaceDescriptioninterfaceDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.Classes in org.hibernate.query.sqm.tree.select that implement SelectionModifier and TypeClassDescriptionclassRepresents a dynamic instantiation (select new XYZ(...) ...) as part of the SQM.classclassThe semantic select clause.classSqmSubQuery<T>Methods in org.hibernate.query.sqm.tree.select that return SelectionModifier and TypeMethodDescriptionAbstractSqmSelectQuery.getResultSelection(Selection<?>[] selections) Methods in org.hibernate.query.sqm.tree.select that return types with arguments of type SelectionMethods in org.hibernate.query.sqm.tree.select with parameters of type SelectionModifier and TypeMethodDescriptionAbstractSqmSelectQuery.getResultSelection(Selection<?>[] selections) SqmSelectStatement.multiselect(Selection<?>... selections) SqmSubQuery.multiselect(Selection<?>... selections) Method parameters in org.hibernate.query.sqm.tree.select with type arguments of type SelectionModifier and TypeMethodDescriptionSqmSelectStatement.multiselect(List<Selection<?>> selectionList) SqmSubQuery.multiselect(List<Selection<?>> selectionList)