Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmCorrelation
-
Packages that use SqmCorrelation Package Description org.hibernate.query.sqm org.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 -
-
Uses of SqmCorrelation in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCorrelation Modifier and Type Method Description TSemanticQueryWalker. 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 ObjectBaseSemanticQueryWalker. 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 ExpressionBaseSqmToSqlAstConverter. 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 classSqmCorrelatedBagJoin<O,T>classSqmCorrelatedCrossJoin<T>classSqmCorrelatedEntityJoin<T>classSqmCorrelatedListJoin<O,T>classSqmCorrelatedMapJoin<O,K,V>classSqmCorrelatedPluralPartJoin<O,T>classSqmCorrelatedRoot<T>classSqmCorrelatedRootJoin<T>classSqmCorrelatedSetJoin<O,T>classSqmCorrelatedSingularJoin<O,T>Methods in org.hibernate.query.sqm.tree.domain that return SqmCorrelation Modifier and Type Method Description abstract SqmCorrelation<O,T>AbstractSqmFrom. createCorrelation()
-