Class SessionFactoryImpl

All Implemented Interfaces:
EntityManagerFactory, Closeable, Serializable, AutoCloseable, Referenceable, Mapping, SessionFactoryImplementor, QueryParameterBindingTypeResolver, SqmCreationContext, SessionFactory, SqlAstCreationContext

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

Exposes two interfaces:

This class is thread-safe.

Author:
Gavin King, Steve Ebersole, Chris Cranford
See Also: