Uses of Interface
jakarta.persistence.criteria.CompoundSelection
Packages that use CompoundSelection
Package
Description
Jakarta Persistence Criteria API
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing expressions in the SQM tree.
Nodes representing
select statements in the SQM tree.-
Uses of CompoundSelection in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return CompoundSelectionModifier and TypeMethodDescriptionCreate an array-valued selection item.<Y> CompoundSelection<Y>Create a selection item corresponding to a constructor.Create a tuple-valued selection item. -
Uses of CompoundSelection in org.hibernate.query.criteria
Subinterfaces of CompoundSelection in org.hibernate.query.criteria -
Uses of CompoundSelection in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement CompoundSelectionModifier and TypeClassDescriptionclassSqmTuple<T>A tuple constructor, that is, a list of expressions wrapped in parentheses, for example,(x, y, z). -
Uses of CompoundSelection in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement CompoundSelectionModifier and TypeClassDescriptionclassRepresents a dynamic instantiation (select new XYZ(...) ...) as part of the SQM.class