Class SessionFactoryDelegatingImpl

java.lang.Object
org.hibernate.engine.spi.SessionFactoryDelegatingImpl
All Implemented Interfaces:
EntityManagerFactory, Serializable, AutoCloseable, Referenceable, SessionFactoryImplementor, SessionFactory

public class SessionFactoryDelegatingImpl extends Object implements SessionFactoryImplementor, SessionFactory
Base delegating implementation of the SessionFactory and SessionFactoryImplementor contracts for intended for easier implementation of SessionFactory.
See Also: