Uses of Interface
org.hibernate.query.criteria.JpaSelection
-
Packages that use JpaSelection Package Description org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptordescribing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.query.criteria The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.org.hibernate.query.criteria.spi SPI for extendingHibernateCriteriaBuilderwith additional functionality by registering aService.org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.function An SPI for defining, registering, and rendering functions in HQL.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree.org.hibernate.query.sqm.tree.jpa org.hibernate.query.sqm.tree.predicate Nodes representing logical predicates in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselectstatements in the SQM tree. -
-
Uses of JpaSelection in org.hibernate.dialect.function
Classes in org.hibernate.dialect.function that implement JpaSelection Modifier and Type Class Description protected static classFormatFunction.FormatSqmFunction<T>protected classInverseDistributionFunction.SelfRenderingInverseDistributionFunction<T> -
Uses of JpaSelection in org.hibernate.metamodel.model.domain
Subinterfaces of JpaSelection in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interfaceDiscriminatorSqmPath<T>Commonality between entity and any discriminators -
Uses of JpaSelection in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement JpaSelection Modifier and Type Class Description classAnyDiscriminatorSqmPath<T>classEmbeddedDiscriminatorSqmPath<T>SqmPathspecialization for an embeddable discriminatorclassEntityDiscriminatorSqmPath<T>SqmPathspecialization for an entity discriminator -
Uses of JpaSelection in org.hibernate.query.criteria
Subinterfaces of JpaSelection in org.hibernate.query.criteria Modifier and Type Interface Description interfaceJpaCoalesce<T>interfaceJpaCollectionJoin<O,T>Specialization ofJpaJoinforCollectiontyped attribute joinsinterfaceJpaCompoundSelection<T>interfaceJpaCrossJoin<T>interfaceJpaDerivedFrom<T>interfaceJpaDerivedJoin<T>interfaceJpaDerivedRoot<T>interfaceJpaEntityJoin<T>interfaceJpaExpression<T>API extension to the JPAExpressioncontractinterfaceJpaFrom<O,T>API extension to the JPAFromcontractinterfaceJpaFunction<T>Contract for expressions which model a SQL function call.interfaceJpaInPredicate<T>interfaceJpaJoin<O,T>interfaceJpaJoinedFrom<O,T>Exists within the hierarchy mainly to support "entity joins".interfaceJpaListJoin<O,T>interfaceJpaMapJoin<O,K,V>interfaceJpaPath<T>API extension to the JPAPathcontractinterfaceJpaPluralJoin<O,C,E>interfaceJpaPredicateinterfaceJpaRoot<T>interfaceJpaSearchedCase<T>interfaceJpaSetJoin<O,T>interfaceJpaSimpleCase<C,R>interfaceJpaSubQuery<T>Methods in org.hibernate.query.criteria that return JpaSelection Modifier and Type Method Description JpaSelection<T>JpaSelection. alias(String name)JpaSelection<R>CriteriaDefinition. getSelection()JpaSelection<T>JpaQueryStructure. getSelection()JpaSelection<T>JpaSelectCriteria. getSelection()Methods in org.hibernate.query.criteria that return types with arguments of type JpaSelection Modifier and Type Method Description List<? extends JpaSelection<?>>JpaSelection. getSelectionItems()Methods in org.hibernate.query.criteria with parameters of type JpaSelection Modifier and Type Method Description JpaQueryStructure<T>JpaQueryStructure. setSelection(JpaSelection<T> selection)Method parameters in org.hibernate.query.criteria with type arguments of type JpaSelection Modifier and Type Method Description <Y> JpaCompoundSelection<Y>HibernateCriteriaBuilder. array(Class<Y> resultClass, List<? extends JpaSelection<?>> selections)JpaCompoundSelection<Object[]>HibernateCriteriaBuilder. array(List<? extends JpaSelection<?>> selections)<Y> JpaCompoundSelection<Y>HibernateCriteriaBuilder. construct(Class<Y> resultClass, List<? extends JpaSelection<?>> arguments)JpaCompoundSelection<Tuple>HibernateCriteriaBuilder. tuple(List<? extends JpaSelection<?>> selections) -
Uses of JpaSelection in org.hibernate.query.criteria.spi
Method parameters in org.hibernate.query.criteria.spi with type arguments of type JpaSelection Modifier and Type Method Description <Y> JpaCompoundSelection<Y>HibernateCriteriaBuilderDelegate. array(Class<Y> resultClass, List<? extends JpaSelection<?>> selections)JpaCompoundSelection<Object[]>HibernateCriteriaBuilderDelegate. array(List<? extends JpaSelection<?>> selections)<Y> JpaCompoundSelection<Y>HibernateCriteriaBuilderDelegate. construct(Class<Y> resultClass, List<? extends JpaSelection<?>> arguments)JpaCompoundSelection<Tuple>HibernateCriteriaBuilderDelegate. tuple(List<? extends JpaSelection<?>> selections) -
Uses of JpaSelection in org.hibernate.query.hql.internal
Classes in org.hibernate.query.hql.internal that implement JpaSelection Modifier and Type Class Description classFullyQualifiedReflectivePathTerminalMethods in org.hibernate.query.hql.internal that return JpaSelection Modifier and Type Method Description JpaSelection<?>FullyQualifiedReflectivePathTerminal. alias(String name)Methods in org.hibernate.query.hql.internal that return types with arguments of type JpaSelection Modifier and Type Method Description List<? extends JpaSelection<?>>FullyQualifiedReflectivePathTerminal. getSelectionItems() -
Uses of JpaSelection in org.hibernate.query.sqm
Method parameters in org.hibernate.query.sqm with type arguments of type JpaSelection Modifier and Type Method Description JpaCompoundSelection<Object[]>NodeBuilder. array(List<? extends JpaSelection<?>> selections)<Y> JpaCompoundSelection<Y>NodeBuilder. construct(Class<Y> resultClass, List<? extends JpaSelection<?>> arguments)JpaCompoundSelection<Tuple>NodeBuilder. tuple(List<? extends JpaSelection<?>> selections) -
Uses of JpaSelection in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement JpaSelection Modifier and Type Class Description classSelfRenderingSqmAggregateFunction<T>classSelfRenderingSqmFunction<T>classSelfRenderingSqmOrderedSetAggregateFunction<T>classSelfRenderingSqmWindowFunction<T> -
Uses of JpaSelection in org.hibernate.query.sqm.internal
Method parameters in org.hibernate.query.sqm.internal with type arguments of type JpaSelection Modifier and Type Method Description <Y> JpaCompoundSelection<Y>SqmCriteriaNodeBuilder. array(Class<Y> resultClass, List<? extends JpaSelection<?>> selections)JpaCompoundSelection<Object[]>SqmCriteriaNodeBuilder. array(List<? extends JpaSelection<?>> selections)<Y> JpaCompoundSelection<Y>SqmCriteriaNodeBuilder. construct(Class<Y> resultClass, List<? extends JpaSelection<?>> arguments)JpaCompoundSelection<Tuple>SqmCriteriaNodeBuilder. tuple(List<? extends JpaSelection<?>> selections) -
Uses of JpaSelection in org.hibernate.query.sqm.tree.domain
Subinterfaces of JpaSelection in org.hibernate.query.sqm.tree.domain Modifier and Type Interface Description interfaceSqmCorrelation<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 SqmPathinterfaceSqmSimplePath<T>interfaceSqmTreatedPath<T,S extends T>Methods in org.hibernate.query.sqm.tree.domain that return JpaSelection Modifier and Type Method Description JpaSelection<T>AbstractSqmAttributeJoin. alias(String name)JpaSelection<T>AbstractSqmFrom. alias(String name)JpaSelection<T>SqmCorrelatedRoot. alias(String name)JpaSelection<Map.Entry<K,V>>SqmMapEntryReference. alias(String name)Methods in org.hibernate.query.sqm.tree.domain that return types with arguments of type JpaSelection Modifier and Type Method Description List<? extends JpaSelection<?>>SqmMapEntryReference. getSelectionItems() -
Uses of JpaSelection in org.hibernate.query.sqm.tree.expression
Subinterfaces of JpaSelection in org.hibernate.query.sqm.tree.expression Modifier and Type Interface Description interfaceSqmAggregateFunction<T>A SQM aggregate function.interfaceSqmExpression<T>The base contract for any kind of expression node in the SQM tree.interfaceSqmOrderedSetAggregateFunction<T>A SQM ordered set-aggregate function.interfaceSqmParameter<T>Models a parameter expression declared in the query.interfaceSqmWindowFunction<T>A SQM window function.Classes in org.hibernate.query.sqm.tree.expression that implement JpaSelection Modifier and Type Class Description classAbstractSqmExpression<T>classAbstractSqmParameter<T>Common support for SqmParameter implsclassAsWrapperSqmExpression<T>classJpaCriteriaParameter<T>JpaParameterExpressioncreated via JPACriteriaBuilder.classSqmAliasedNodeRefModels 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>classSqmAnyDiscriminatorValue<T>classSqmBinaryArithmetic<T>classSqmByUnitclassSqmCaseSearched<R>classSqmCaseSimple<T,R>classSqmCoalesce<T>classSqmCollationclassSqmCollectionSizeRepresents theSIZE()function.classSqmEnumLiteral<E extends Enum<E>>Specialized SQM literal defined by an enum reference.classSqmEvery<T>classSqmFieldLiteral<T>classSqmFormatEffectively 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.classSqmJpaCriteriaParameterWrapper<T>Acts 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 etcclassSqmLiteralEmbeddableType<T>Represents a reference to an embeddable type as a literal.classSqmLiteralEntityType<T>Represents a reference to an entity type as a literal.classSqmLiteralNull<T>classSqmModifiedSubQueryExpression<T>Represents aSqmModifiedSubQueryExpression.Modifier.ALL,SqmModifiedSubQueryExpression.Modifier.ANY,SqmModifiedSubQueryExpression.Modifier.SOMEmodifier applied to a subquery as part of a comparison.classSqmNamedParameter<T>Represents a named query parameter in the SQM tree.classSqmOver<T>classSqmOverflow<T>classSqmParameterizedEntityType<T>Entity type expression based on a parameter - `TYPE( :someParam )`classSqmPositionalParameter<T>Models a positional parameter expressionclassSqmSelfRenderingExpression<T>classSqmStarclassSqmSummarization<T>classSqmToDuration<T>classSqmTuple<T>A tuple constructor, that is, a list of expressions wrapped in parentheses, for example,(x, y, z).classSqmUnaryOperation<T>classValueBindJpaCriteriaParameter<T>It is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BINDMethods in org.hibernate.query.sqm.tree.expression that return JpaSelection Modifier and Type Method Description JpaSelection<T>SqmFieldLiteral. alias(String name)Methods in org.hibernate.query.sqm.tree.expression that return types with arguments of type JpaSelection Modifier and Type Method Description List<? extends JpaSelection<?>>SqmFieldLiteral. getSelectionItems()List<? extends JpaSelection<?>>SqmTuple. getSelectionItems() -
Uses of JpaSelection in org.hibernate.query.sqm.tree.from
Subinterfaces of JpaSelection in org.hibernate.query.sqm.tree.from Modifier and Type Interface Description interfaceSqmAttributeJoin<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 JpaSelection Modifier and Type Class Description classSqmCrossJoin<T>classSqmCteJoin<T>classSqmDerivedJoin<T>classSqmEntityJoin<T>classSqmRoot<E> -
Uses of JpaSelection in org.hibernate.query.sqm.tree.jpa
Classes in org.hibernate.query.sqm.tree.jpa that implement JpaSelection Modifier and Type Class Description classAbstractJpaSelection<T>Base support forJpaSelectionimpls.Methods in org.hibernate.query.sqm.tree.jpa that return JpaSelection Modifier and Type Method Description JpaSelection<T>AbstractJpaSelection. alias(String alias)Methods in org.hibernate.query.sqm.tree.jpa that return types with arguments of type JpaSelection Modifier and Type Method Description List<? extends JpaSelection<?>>AbstractJpaSelection. getSelectionItems() -
Uses of JpaSelection in org.hibernate.query.sqm.tree.predicate
Subinterfaces of JpaSelection in org.hibernate.query.sqm.tree.predicate Modifier and Type Interface Description interfaceSqmInPredicate<T>interfaceSqmNegatablePredicateContract for predicates that have a negated form, e.g.interfaceSqmPredicateClasses in org.hibernate.query.sqm.tree.predicate that implement JpaSelection Modifier and Type Class Description classAbstractNegatableSqmPredicateclassAbstractSqmPredicateclassSqmBetweenPredicateclassSqmBooleanExpressionPredicateRepresents an expression whose type is boolean, and can therefore be used as a predicate.classSqmComparisonPredicateclassSqmEmptinessPredicateclassSqmExistsPredicateclassSqmGroupedPredicateclassSqmInListPredicate<T>classSqmInSubQueryPredicate<T>classSqmJunctionPredicateclassSqmLikePredicateclassSqmMemberOfPredicateclassSqmNegatedPredicateclassSqmNullnessPredicateclassSqmTruthnessPredicate -
Uses of JpaSelection in org.hibernate.query.sqm.tree.select
Subinterfaces of JpaSelection in org.hibernate.query.sqm.tree.select Modifier and Type Interface Description interfaceSqmSelectableNode<T>Defines 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 JpaSelection Modifier and Type Class Description classSqmDynamicInstantiation<T>Represents a dynamic instantiation (select new XYZ(...) ...) as part of the SQM.classSqmJpaCompoundSelection<T>classSqmSelectClauseThe semantic select clause.classSqmSubQuery<T>Methods in org.hibernate.query.sqm.tree.select that return JpaSelection Modifier and Type Method Description JpaSelection<T>SqmJpaCompoundSelection. alias(String name)JpaSelection<Object>SqmSelectClause. alias(String name)JpaSelection<T>AbstractSqmSelectQuery. getSelection()JpaSelection<T>SqmQuerySpec. getSelection()JpaSelection<?>SqmSelectClause. resolveJpaSelection()Methods in org.hibernate.query.sqm.tree.select that return types with arguments of type JpaSelection Modifier and Type Method Description List<? extends JpaSelection<?>>SqmSubQuery. getSelectionItems()Methods in org.hibernate.query.sqm.tree.select with parameters of type JpaSelection Modifier and Type Method Description SqmQuerySpec<T>SqmQuerySpec. setSelection(JpaSelection<T> selection)
-