Uses of Class
org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
Packages that use SqmJpaCompoundSelection
Package
Description
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Nodes representing
select
statements in the SQM tree.-
Uses of SqmJpaCompoundSelection in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmJpaCompoundSelectionModifier and TypeMethodDescriptionSemanticQueryWalker.visitJpaCompoundSelection
(SqmJpaCompoundSelection<?> selection) -
Uses of SqmJpaCompoundSelection in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmJpaCompoundSelectionModifier and TypeMethodDescriptionSqmTreePrinter.visitJpaCompoundSelection
(SqmJpaCompoundSelection<?> selection) -
Uses of SqmJpaCompoundSelection in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmJpaCompoundSelectionModifier and TypeMethodDescriptionBaseSemanticQueryWalker.visitJpaCompoundSelection
(SqmJpaCompoundSelection<?> selection) -
Uses of SqmJpaCompoundSelection in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmJpaCompoundSelection