Uses of Interface
org.hibernate.query.sqm.spi.SqmCreationContext
-
Packages that use SqmCreationContext Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.query.hql.spi SPIs for HQL support. -
-
Uses of SqmCreationContext in org.hibernate.engine.spi
Subinterfaces of SqmCreationContext in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionFactoryImplementorDefines the internal contract between theSessionFactoryand the internal implementation of Hibernate.Classes in org.hibernate.engine.spi that implement SqmCreationContext Modifier and Type Class Description classSessionFactoryDelegatingImplBase delegating implementation of theSessionFactoryandSessionFactoryImplementorcontracts for intended for easier implementation ofSessionFactory. -
Uses of SqmCreationContext in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return SqmCreationContext Modifier and Type Method Description SqmCreationContextSqmCreationState. getCreationContext()Access to the context of the creation
-