Interface SessionFactoryImplementor

All Superinterfaces:
AutoCloseable, EntityManagerFactory, Referenceable, Serializable, SessionFactory
All Known Implementing Classes:
SessionFactoryDelegatingImpl, SessionFactoryImpl

public interface SessionFactoryImplementor extends SessionFactory
Defines the internal contract between the SessionFactory and the internal implementation of Hibernate.
See Also: