Uses of Class
org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
-
Packages that use SqmJpaCompoundSelection Package Description org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.tree.select Nodes representingselect
statements in the SQM tree. -
-
Uses of SqmJpaCompoundSelection in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmJpaCompoundSelection Modifier and Type Method Description T
SemanticQueryWalker. visitJpaCompoundSelection(SqmJpaCompoundSelection<?> selection)
-
Uses of SqmJpaCompoundSelection in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmJpaCompoundSelection Modifier and Type Method Description Object
SqmTreePrinter. visitJpaCompoundSelection(SqmJpaCompoundSelection<?> selection)
-
Uses of SqmJpaCompoundSelection in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmJpaCompoundSelection Modifier and Type Method Description Object
BaseSemanticQueryWalker. visitJpaCompoundSelection(SqmJpaCompoundSelection<?> selection)
-
Uses of SqmJpaCompoundSelection in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmJpaCompoundSelection Modifier and Type Method Description SqmJpaCompoundSelection<T>
SqmJpaCompoundSelection. copy(SqmCopyContext context)
-