Uses of Interface
org.hibernate.query.hql.spi.SqmPathRegistry
-
Packages that use SqmPathRegistry Package Description org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of SqmPathRegistry in org.hibernate.query.hql.internal
Classes in org.hibernate.query.hql.internal that implement SqmPathRegistry Modifier and Type Class Description class
SqmPathRegistryImpl
Container for indexing needed while building an SQM tree. -
Uses of SqmPathRegistry in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return SqmPathRegistry Modifier and Type Method Description SqmPathRegistry
SqmCreationProcessingState. getPathRegistry()
SqmPathRegistry associated with this state. -
Uses of SqmPathRegistry in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmPathRegistry Modifier and Type Method Description SqmPathRegistry
SqmCreationProcessingStateImpl. getPathRegistry()
-