Java org.hibernate.engine.spi SessionFactoryImplementor fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.engine.spi SessionFactoryImplementor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.engine.spi SessionFactoryImplementor.

The text is from its open source code.

Implementation

org.hibernate.engine.spi.SessionFactoryImplementor has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Destroy this SessionFactory and release all resources (caches, connection pools, etc).
MapgetAllClassMetadata()
Retrieve the ClassMetadata for all mapped entities.
ClassMetadatagetClassMetadata(Class entityClass)
Retrieve the ClassMetadata associated with the given entity class.
CollectionMetadatagetCollectionMetadata(String roleName)
Get the CollectionMetadata associated with the named collection role.
CollectionPersistergetCollectionPersister(String role)
MapgetCollectionPersisters()
DialectgetDialect()
Get the SQL dialect.
EntityPersistergetEntityPersister(String entityName)
MapgetEntityPersisters()
String[]getImplementors(String entityName)
Get the names of all persistent classes that implement/extend the given interface/class
JdbcServicesgetJdbcServices()
Get the JdbcServices.
NamedQueryDefinitiongetNamedQuery(String queryName)
NamedQueryRepositorygetNamedQueryRepository()
Provides access to the named query repository
QueryPlanCachegetQueryPlanCache()
Access to the cachres of HQL/JPQL and native query plans.
ServiceRegistryImplementorgetServiceRegistry()
Access to the ServiceRegistry for this SessionFactory.
SettingsgetSettings()
SQLFunctionRegistrygetSqlFunctionRegistry()
StatisticsImplementorgetStatistics()
TypeHelpergetTypeHelper()
Retrieve this factory's TypeHelper .
SessionopenSession()
Open a Session .
StatelessSessionopenStatelessSession()
Open a new stateless session.