Uses of Class
org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
-
Packages that use SqmDerivedRoot 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.org.hibernate.query.sqm.tree.select Nodes representingselectstatements in the SQM tree. -
-
Uses of SqmDerivedRoot in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmDerivedRoot Modifier and Type Method Description TSemanticQueryWalker. visitRootDerived(SqmDerivedRoot<?> sqmRoot) -
Uses of SqmDerivedRoot in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmDerivedRoot Modifier and Type Method Description ObjectSqmTreePrinter. visitRootDerived(SqmDerivedRoot<?> sqmRoot) -
Uses of SqmDerivedRoot in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmDerivedRoot Modifier and Type Method Description ObjectBaseSemanticQueryWalker. visitRootDerived(SqmDerivedRoot<?> sqmRoot) -
Uses of SqmDerivedRoot in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmDerivedRoot Modifier and Type Method Description ObjectBaseSqmToSqlAstConverter. visitRootDerived(SqmDerivedRoot<?> sqmRoot) -
Uses of SqmDerivedRoot in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmDerivedRoot Modifier and Type Method Description SqmDerivedRoot<T>SqmDerivedRoot. copy(SqmCopyContext context)Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmDerivedRoot Constructor Description SqmCorrelatedDerivedRoot(SqmDerivedRoot<T> correlationParent) -
Uses of SqmDerivedRoot in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmDerivedRoot Modifier and Type Method Description <X> SqmDerivedRoot<X>AbstractSqmSelectQuery. from(Subquery<X> subquery)
-