Class SessionFactoryImpl

java.lang.Object
org.hibernate.internal.SessionFactoryImpl
All Implemented Interfaces:
EntityManagerFactory, Serializable, AutoCloseable, Referenceable, SessionFactoryImplementor, SessionFactory

public class SessionFactoryImpl extends Object implements SessionFactoryImplementor
Concrete implementation of the SessionFactory API.

Exposes two interfaces:

This class is thread-safe.

See Also:
Implementation Note:
This class must appear immutable to clients, even if it does all kinds of caching and pooling under the covers. It is crucial that the class is not only thread-safe, but also highly concurrent. Synchronization must be used extremely sparingly.