Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmCorrelation
Packages that use SqmCorrelation
Package
Description
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of SqmCorrelation in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCorrelationModifier and TypeMethodDescriptionSemanticQueryWalker.visitCorrelation(SqmCorrelation<?, ?> correlation) -
Uses of SqmCorrelation in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmCorrelationModifier and TypeMethodDescriptionSqmTreePrinter.visitCorrelation(SqmCorrelation<?, ?> correlation) -
Uses of SqmCorrelation in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmCorrelationModifier and TypeMethodDescriptionBaseSemanticQueryWalker.visitCorrelation(SqmCorrelation<?, ?> correlation) -
Uses of SqmCorrelation in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmCorrelationModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitCorrelation(SqmCorrelation<?, ?> correlation) -
Uses of SqmCorrelation in org.hibernate.query.sqm.tree.domain
Subinterfaces of SqmCorrelation in org.hibernate.query.sqm.tree.domainClasses in org.hibernate.query.sqm.tree.domain that implement SqmCorrelationModifier and TypeClassDescriptionclassSqmCorrelatedBagJoin<O,T> classclassclassclassclassclassclassclassSqmCorrelatedMapJoin<L,K, V> classclassclassclassSqmCorrelatedSetJoin<O,T> classMethods in org.hibernate.query.sqm.tree.domain that return SqmCorrelationModifier and TypeMethodDescriptionabstract SqmCorrelation<O,T> AbstractSqmFrom.createCorrelation() -
Uses of SqmCorrelation in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmCorrelation