Package org.hibernate.query.sqm.spi
Interface SqmCreationContext
- All Superinterfaces:
BindingContext
- All Known Subinterfaces:
SessionFactoryImplementor
- All Known Implementing Classes:
MockSessionFactory
,ProcessorSessionFactory
,SessionFactoryDelegatingImpl
,SessionFactoryImpl
The context in which all SQM creations occur.
-
Method Summary
Methods inherited from interface org.hibernate.query.BindingContext
getJpaMetamodel, getMappingMetamodel, getTypeConfiguration
-
Method Details
-
getQueryEngine
QueryEngine getQueryEngine() -
getNodeBuilder
-
classForName
- API Note:
- Avoid calling this method, since
Class
objects are not available to the query validator in Hibernate Processor at compilation time.
-