Uses of Interface
org.hibernate.query.sqm.sql.internal.SelfInterpretingSqmPath
-
Packages that use SelfInterpretingSqmPath Package Description org.hibernate.metamodel.model.domain.internal org.hibernate.query.sqm 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 AST -
-
Uses of SelfInterpretingSqmPath in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement SelfInterpretingSqmPath Modifier and Type Class Description class
DiscriminatorSqmPath
SqmPath specialization for an entity discriminator -
Uses of SelfInterpretingSqmPath in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SelfInterpretingSqmPath Modifier and Type Method Description T
SemanticQueryWalker. visitSelfInterpretingSqmPath(SelfInterpretingSqmPath<?> sqmPath)
-
Uses of SelfInterpretingSqmPath in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SelfInterpretingSqmPath Modifier and Type Method Description Object
SqmTreePrinter. visitSelfInterpretingSqmPath(SelfInterpretingSqmPath<?> sqmPath)
-
Uses of SelfInterpretingSqmPath in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SelfInterpretingSqmPath Modifier and Type Method Description Object
BaseSemanticQueryWalker. visitSelfInterpretingSqmPath(SelfInterpretingSqmPath<?> path)
-
Uses of SelfInterpretingSqmPath in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SelfInterpretingSqmPath Modifier and Type Method Description Object
BaseSqmToSqlAstConverter. visitSelfInterpretingSqmPath(SelfInterpretingSqmPath<?> sqmPath)
-