Package org.hibernate.query.sqm.spi
Interface SqmCreationContext
- All Known Subinterfaces:
SessionFactoryImplementor
- All Known Implementing Classes:
SessionFactoryDelegatingImpl,SessionFactoryImpl,SqmCriteriaNodeBuilder
The context in which all SQM creations occur (think SessionFactory).
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionAccess to the domain model metadatadefault NodeBuilderdefault ServiceRegistryAccess to the ServiceRegistry for the contextdefault TypeConfiguration
-
Method Details
-
getJpaMetamodel
JpaMetamodelImplementor getJpaMetamodel()Access to the domain model metadata -
getServiceRegistry
Access to the ServiceRegistry for the context -
getTypeConfiguration
-
getQueryEngine
QueryEngine getQueryEngine() -
getNodeBuilder
-