Uses of Interface
org.hibernate.query.criteria.JpaCompoundSelection
Packages that use JpaCompoundSelection
Package
Description
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
.This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
Nodes representing expressions in the SQM tree.
Nodes representing
select
statements in the SQM tree.-
Uses of JpaCompoundSelection in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaCompoundSelectionModifier and TypeMethodDescription<Y> JpaCompoundSelection<Y>
<Y> JpaCompoundSelection<Y>
HibernateCriteriaBuilder.array
(Class<Y> resultClass, List<? extends JpaSelection<?>> selections) <Y> JpaCompoundSelection<Y>
<Y> JpaCompoundSelection<Y>
HibernateCriteriaBuilder.construct
(Class<Y> resultClass, List<? extends JpaSelection<?>> arguments) -
Uses of JpaCompoundSelection in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaCompoundSelectionModifier and TypeMethodDescription<Y> JpaCompoundSelection<Y>
<Y> JpaCompoundSelection<Y>
HibernateCriteriaBuilderDelegate.array
(Class<Y> resultClass, List<? extends JpaSelection<?>> selections) <Y> JpaCompoundSelection<Y>
<Y> JpaCompoundSelection<Y>
HibernateCriteriaBuilderDelegate.construct
(Class<Y> resultClass, List<? extends JpaSelection<?>> arguments) -
Uses of JpaCompoundSelection in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return JpaCompoundSelectionModifier and TypeMethodDescription<Y> JpaCompoundSelection<Y>
<Y> JpaCompoundSelection<Y>
NodeBuilder.construct
(Class<Y> resultClass, List<? extends JpaSelection<?>> arguments) -
Uses of JpaCompoundSelection in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return JpaCompoundSelectionModifier and TypeMethodDescription<Y> JpaCompoundSelection<Y>
<Y> JpaCompoundSelection<Y>
SqmCriteriaNodeBuilder.array
(Class<Y> resultClass, List<? extends JpaSelection<?>> selections) <Y> JpaCompoundSelection<Y>
<Y> JpaCompoundSelection<Y>
SqmCriteriaNodeBuilder.construct
(Class<Y> resultClass, List<? extends JpaSelection<?>> arguments) -
Uses of JpaCompoundSelection in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement JpaCompoundSelectionModifier and TypeClassDescriptionclass
SqmTuple<T>
A tuple constructor, that is, a list of expressions wrapped in parentheses, for example,(x, y, z)
. -
Uses of JpaCompoundSelection in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement JpaCompoundSelectionModifier and TypeClassDescriptionclass
Represents a dynamic instantiation (select new XYZ(...) ...
) as part of the SQM.class