Uses of Class
org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
-
Packages that use SqmEntityValuedSimplePath 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.sql.internal org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
Uses of SqmEntityValuedSimplePath in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmEntityValuedSimplePath Modifier and Type Method Description TSemanticQueryWalker. visitEntityValuedPath(SqmEntityValuedSimplePath<?> path) -
Uses of SqmEntityValuedSimplePath in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmEntityValuedSimplePath Modifier and Type Method Description ObjectSqmPathVisitor. visitEntityValuedPath(SqmEntityValuedSimplePath<?> path)ObjectSqmTreePrinter. visitEntityValuedPath(SqmEntityValuedSimplePath path) -
Uses of SqmEntityValuedSimplePath in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmEntityValuedSimplePath Modifier and Type Method Description ObjectBaseSemanticQueryWalker. visitEntityValuedPath(SqmEntityValuedSimplePath<?> path) -
Uses of SqmEntityValuedSimplePath in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmEntityValuedSimplePath Modifier and Type Method Description ExpressionBaseSqmToSqlAstConverter. visitEntityValuedPath(SqmEntityValuedSimplePath<?> sqmPath) -
Uses of SqmEntityValuedSimplePath in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal with parameters of type SqmEntityValuedSimplePath Modifier and Type Method Description static <T> EntityValuedPathInterpretation<T>EntityValuedPathInterpretation. from(SqmEntityValuedSimplePath<T> sqmPath, MappingModelExpressible<?> inferredMapping, SqmToSqlAstConverter sqlAstCreationState) -
Uses of SqmEntityValuedSimplePath in org.hibernate.query.sqm.tree.domain
Subclasses of SqmEntityValuedSimplePath in org.hibernate.query.sqm.tree.domain Modifier and Type Class Description classNonAggregatedCompositeSimplePath<T>classSqmTreatedEntityValuedSimplePath<T,S extends T>Methods in org.hibernate.query.sqm.tree.domain that return SqmEntityValuedSimplePath Modifier and Type Method Description SqmEntityValuedSimplePath<T>SqmEntityValuedSimplePath. copy(SqmCopyContext context)SqmEntityValuedSimplePath<?>SqmFkExpression. getToOnePath()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmEntityValuedSimplePath Constructor Description SqmFkExpression(SqmEntityValuedSimplePath<?> toOnePath)SqmFkExpression(SqmEntityValuedSimplePath<?> toOnePath, NodeBuilder criteriaBuilder)Deprecated, for removal: This API element is subject to removal in a future version.UseSqmFkExpression(SqmEntityValuedSimplePath)instead.
-