Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmCorrelation
-
Packages that use SqmCorrelation 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.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
Uses of SqmCorrelation in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCorrelation Modifier and Type Method Description T
SemanticQueryWalker. visitCorrelation(SqmCorrelation<?,?> correlation)
-
Uses of SqmCorrelation in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmCorrelation Modifier and Type Method Description Object
SqmTreePrinter. visitCorrelation(SqmCorrelation<?,?> correlation)
-
Uses of SqmCorrelation in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmCorrelation Modifier and Type Method Description Object
BaseSemanticQueryWalker. visitCorrelation(SqmCorrelation<?,?> correlation)
-
Uses of SqmCorrelation in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmCorrelation Modifier and Type Method Description Expression
BaseSqmToSqlAstConverter. visitCorrelation(SqmCorrelation<?,?> correlation)
-
Uses of SqmCorrelation in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement SqmCorrelation Modifier and Type Class Description class
SqmCorrelatedBagJoin<O,T>
class
SqmCorrelatedCrossJoin<T>
class
SqmCorrelatedEntityJoin<T>
class
SqmCorrelatedListJoin<O,T>
class
SqmCorrelatedMapJoin<O,K,V>
class
SqmCorrelatedPluralPartJoin<O,T>
class
SqmCorrelatedRoot<T>
class
SqmCorrelatedRootJoin<T>
class
SqmCorrelatedSetJoin<O,T>
class
SqmCorrelatedSingularJoin<O,T>
Methods in org.hibernate.query.sqm.tree.domain that return SqmCorrelation Modifier and Type Method Description abstract SqmCorrelation<O,T>
AbstractSqmFrom. createCorrelation()
-