Uses of Class
org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
Packages that use SqmEntityValuedSimplePath
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.
-
Uses of SqmEntityValuedSimplePath in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmEntityValuedSimplePathModifier and TypeMethodDescriptionSemanticQueryWalker.visitEntityValuedPath(SqmEntityValuedSimplePath<?> path) -
Uses of SqmEntityValuedSimplePath in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmEntityValuedSimplePathModifier and TypeMethodDescriptionSqmPathVisitor.visitEntityValuedPath(SqmEntityValuedSimplePath<?> path) SqmTreePrinter.visitEntityValuedPath(SqmEntityValuedSimplePath path) -
Uses of SqmEntityValuedSimplePath in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmEntityValuedSimplePathModifier and TypeMethodDescriptionBaseSemanticQueryWalker.visitEntityValuedPath(SqmEntityValuedSimplePath<?> path) -
Uses of SqmEntityValuedSimplePath in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmEntityValuedSimplePathModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.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 SqmEntityValuedSimplePathModifier and TypeMethodDescriptionstatic <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.domainMethods in org.hibernate.query.sqm.tree.domain that return SqmEntityValuedSimplePathModifier and TypeMethodDescriptionSqmEntityValuedSimplePath.copy(SqmCopyContext context) SqmFkExpression.getToOnePath()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmEntityValuedSimplePathModifierConstructorDescriptionSqmFkExpression(SqmEntityValuedSimplePath<?> toOnePath) SqmFkExpression(SqmEntityValuedSimplePath<?> toOnePath, NodeBuilder criteriaBuilder) Deprecated, for removal: This API element is subject to removal in a future version.
SqmFkExpression(SqmEntityValuedSimplePath)instead.