Interface SessionFactoryImplementor

All Superinterfaces:
AutoCloseable, Closeable, EntityManagerFactory, Mapping, QueryParameterBindingTypeResolver, Referenceable, Serializable, SessionFactory, SqlAstCreationContext, SqmCreationContext
All Known Implementing Classes:
MockSessionFactory, ProcessorSessionFactory, SessionFactoryDelegatingImpl, SessionFactoryImpl

Defines the internal contract between the SessionFactory and the internal implementation of Hibernate.
See Also: