Interface SessionFactoryImplementor

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

Defines the internal contract between the SessionFactory and the internal implementation of Hibernate.
Author:
Gavin King, Steve Ebersole
See Also: