public class SessionFactoryDelegatingImpl extends java.lang.Object implements SessionFactoryImplementor, SessionFactory
SessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor>
Constructor and Description |
---|
SessionFactoryDelegatingImpl(SessionFactoryImplementor delegate) |
Modifier and Type | Method and Description |
---|---|
<T> void |
addNamedEntityGraph(java.lang.String graphName,
javax.persistence.EntityGraph<T> entityGraph) |
void |
addNamedQuery(java.lang.String name,
javax.persistence.Query query) |
void |
addObserver(SessionFactoryObserver observer) |
void |
close()
Destroy this SessionFactory and release all resources (caches,
connection pools, etc).
|
boolean |
containsFetchProfileDefinition(java.lang.String name)
Determine if this session factory contains a fetch profile definition
registered under the given name.
|
javax.persistence.EntityManager |
createEntityManager() |
javax.persistence.EntityManager |
createEntityManager(java.util.Map map) |
javax.persistence.EntityManager |
createEntityManager(javax.persistence.SynchronizationType synchronizationType) |
javax.persistence.EntityManager |
createEntityManager(javax.persistence.SynchronizationType synchronizationType,
java.util.Map map) |
protected SessionFactoryImplementor |
delegate() |
javax.persistence.EntityGraph |
findEntityGraphByName(java.lang.String name) |
<T> java.util.List<javax.persistence.EntityGraph<? super T>> |
findEntityGraphsByType(java.lang.Class<T> entityClass)
Find all
EntityGraph s associated with a given entity type. |
java.util.Map<java.lang.String,ClassMetadata> |
getAllClassMetadata()
Retrieve the
ClassMetadata for all mapped entities. |
java.util.Map |
getAllCollectionMetadata()
Get the
CollectionMetadata for all mapped collections. |
java.util.Map |
getAllSecondLevelCacheRegions()
Get a map of all the second level cache regions currently maintained in
this session factory.
|
CacheImplementor |
getCache()
Obtain direct access to the underlying cache regions.
|
ClassMetadata |
getClassMetadata(java.lang.Class entityClass)
Retrieve the
ClassMetadata associated with the given entity class. |
ClassMetadata |
getClassMetadata(java.lang.String entityName)
Retrieve the
ClassMetadata associated with the given entity class. |
CollectionMetadata |
getCollectionMetadata(java.lang.String roleName)
Get the
CollectionMetadata associated with the named collection role. |
CollectionPersister |
getCollectionPersister(java.lang.String role) |
java.util.Map<java.lang.String,CollectionPersister> |
getCollectionPersisters() |
java.util.Set<java.lang.String> |
getCollectionRolesByEntityParticipant(java.lang.String entityName) |
javax.persistence.criteria.CriteriaBuilder |
getCriteriaBuilder() |
Session |
getCurrentSession()
Obtains the current session.
|
CurrentTenantIdentifierResolver |
getCurrentTenantIdentifierResolver() |
CustomEntityDirtinessStrategy |
getCustomEntityDirtinessStrategy() |
java.util.Set |
getDefinedFilterNames()
Obtain a set of the names of all filters defined on this SessionFactory.
|
SessionFactoryImplementor.DeserializationResolver |
getDeserializationResolver() |
Dialect |
getDialect()
Get the SQL dialect.
|
EntityNotFoundDelegate |
getEntityNotFoundDelegate() |
EntityPersister |
getEntityPersister(java.lang.String entityName) |
java.util.Map<java.lang.String,EntityPersister> |
getEntityPersisters() |
FetchProfile |
getFetchProfile(java.lang.String name)
Retrieve fetch profile by name.
|
FilterDefinition |
getFilterDefinition(java.lang.String filterName)
Obtain the definition of a filter by name.
|
IdentifierGenerator |
getIdentifierGenerator(java.lang.String rootEntityName)
Get the identifier generator for the hierarchy
|
IdentifierGeneratorFactory |
getIdentifierGeneratorFactory()
Allow access to the id generator factory, though this is only needed/allowed from configuration.
|
java.lang.String |
getIdentifierPropertyName(java.lang.String className) |
Type |
getIdentifierType(java.lang.String className) |
java.lang.String[] |
getImplementors(java.lang.String className)
Get the names of all persistent classes that implement/extend the given interface/class
|
java.lang.String |
getImportedClassName(java.lang.String name)
Get a class name, using query language imports
|
Interceptor |
getInterceptor()
Get the factory scoped interceptor for this factory.
|
JdbcServices |
getJdbcServices()
Get the JdbcServices.
|
MetamodelImplementor |
getMetamodel() |
java.lang.String |
getName()
Access to the name (if one) assigned to the SessionFactory
|
NamedQueryDefinition |
getNamedQuery(java.lang.String queryName) |
NamedQueryRepository |
getNamedQueryRepository()
Provides access to the named query repository
|
NamedSQLQueryDefinition |
getNamedSQLQuery(java.lang.String queryName) |
Region |
getNaturalIdCacheRegion(java.lang.String regionName)
Get a named natural-id cache region
|
RegionAccessStrategy |
getNaturalIdCacheRegionAccessStrategy(java.lang.String regionName)
Find the "access strategy" for the named naturalId cache region.
|
javax.persistence.PersistenceUnitUtil |
getPersistenceUnitUtil() |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
QueryCache |
getQueryCache()
Get the default query cache.
|
QueryCache |
getQueryCache(java.lang.String regionName)
Get a particular named query cache, or the default cache
|
QueryPlanCache |
getQueryPlanCache()
Access to the cachres of HQL/JPQL and native query plans.
|
javax.naming.Reference |
getReference() |
Type |
getReferencedPropertyType(java.lang.String className,
java.lang.String propertyName) |
ResultSetMappingDefinition |
getResultSetMapping(java.lang.String name) |
java.lang.String[] |
getReturnAliases(java.lang.String queryString)
Get the return aliases of a query
|
Type[] |
getReturnTypes(java.lang.String queryString)
Get the return types of a query
|
Region |
getSecondLevelCacheRegion(java.lang.String regionName)
Get a named second-level cache region
|
RegionAccessStrategy |
getSecondLevelCacheRegionAccessStrategy(java.lang.String regionName)
Find the "access strategy" for the named cache region.
|
ServiceRegistryImplementor |
getServiceRegistry()
Access to the ServiceRegistry for this SessionFactory.
|
SessionFactoryOptions |
getSessionFactoryOptions()
Get the special options used to build the factory.
|
Settings |
getSettings() |
SQLExceptionConverter |
getSQLExceptionConverter()
Retrieves the SQLExceptionConverter in effect for this SessionFactory.
|
SqlExceptionHelper |
getSQLExceptionHelper()
Retrieves the SqlExceptionHelper in effect for this SessionFactory.
|
SQLFunctionRegistry |
getSqlFunctionRegistry() |
StatisticsImplementor |
getStatistics()
Retrieve the statistics fopr this factory.
|
StatisticsImplementor |
getStatisticsImplementor() |
TypeHelper |
getTypeHelper()
Retrieve this factory's
TypeHelper . |
TypeResolver |
getTypeResolver()
Retrieve the
Type resolver associated with this factory. |
UpdateTimestampsCache |
getUpdateTimestampsCache()
Get the cache of table update timestamps
|
java.lang.String |
getUuid()
Get the UUID for this SessionFactory.
|
boolean |
isClosed()
Is this factory already closed?
|
boolean |
isOpen() |
java.lang.Iterable<EntityNameResolver> |
iterateEntityNameResolvers() |
EntityPersister |
locateEntityPersister(java.lang.Class byClass) |
EntityPersister |
locateEntityPersister(java.lang.String byName) |
Session |
openSession()
Open a
Session . |
StatelessSession |
openStatelessSession()
Open a new stateless session.
|
StatelessSession |
openStatelessSession(java.sql.Connection connection)
Open a new stateless session, utilizing the specified JDBC
Connection . |
Session |
openTemporarySession()
Get a non-transactional "current" session (used by hibernate-envers)
|
void |
registerNamedQueryDefinition(java.lang.String name,
NamedQueryDefinition definition) |
void |
registerNamedSQLQueryDefinition(java.lang.String name,
NamedSQLQueryDefinition definition) |
Type |
resolveParameterBindType(java.lang.Class clazz) |
Type |
resolveParameterBindType(java.lang.Object bindValue) |
<T> T |
unwrap(java.lang.Class<T> cls) |
SessionBuilderImplementor |
withOptions()
Obtain a
Session builder. |
StatelessSessionBuilder |
withStatelessOptions()
Obtain a
StatelessSession builder. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntityTypeByName, getSessionFactory
public SessionFactoryDelegatingImpl(SessionFactoryImplementor delegate)
protected SessionFactoryImplementor delegate()
public SessionFactoryOptions getSessionFactoryOptions()
SessionFactory
getSessionFactoryOptions
in interface SessionFactory
public SessionBuilderImplementor withOptions()
SessionFactory
Session
builder.withOptions
in interface SessionFactoryImplementor
withOptions
in interface SessionFactory
public Session openSession() throws HibernateException
SessionFactory
Session
.
JDBC connection(s
will be obtained from the
configured ConnectionProvider
as needed
to perform requested work.openSession
in interface SessionFactory
HibernateException
- Indicates a problem opening the session; pretty rare here.public Session getCurrentSession() throws HibernateException
SessionFactory
CurrentSessionContext
impl configured
for use.
Note that for backwards compatibility, if a CurrentSessionContext
is not configured but JTA is configured this will default to the JTASessionContext
impl.getCurrentSession
in interface SessionFactory
HibernateException
- Indicates an issue locating a suitable current session.public StatelessSessionBuilder withStatelessOptions()
SessionFactory
StatelessSession
builder.withStatelessOptions
in interface SessionFactory
public StatelessSession openStatelessSession()
SessionFactory
openStatelessSession
in interface SessionFactory
public StatelessSession openStatelessSession(java.sql.Connection connection)
SessionFactory
Connection
.openStatelessSession
in interface SessionFactory
connection
- Connection provided by the application.public ClassMetadata getClassMetadata(java.lang.Class entityClass)
SessionFactory
ClassMetadata
associated with the given entity class.getClassMetadata
in interface SessionFactory
entityClass
- The entity classpublic ClassMetadata getClassMetadata(java.lang.String entityName)
SessionFactory
ClassMetadata
associated with the given entity class.getClassMetadata
in interface SessionFactory
entityName
- The entity classpublic CollectionMetadata getCollectionMetadata(java.lang.String roleName)
SessionFactory
CollectionMetadata
associated with the named collection role.getCollectionMetadata
in interface SessionFactory
roleName
- The collection role (in form [owning-entity-name].[collection-property-name]).public java.util.Map<java.lang.String,ClassMetadata> getAllClassMetadata()
SessionFactory
ClassMetadata
for all mapped entities.getAllClassMetadata
in interface SessionFactory
ClassMetadata
keyed by the
corresponding String
entity-name.public java.util.Map getAllCollectionMetadata()
SessionFactory
CollectionMetadata
for all mapped collections.getAllCollectionMetadata
in interface SessionFactory
public StatisticsImplementor getStatistics()
SessionFactory
getStatistics
in interface SessionFactoryImplementor
getStatistics
in interface SessionFactory
public void close() throws HibernateException
SessionFactory
sessions
before calling this method as the impact
on those sessions
is indeterminate.
No-ops if already closed
.close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in interface javax.persistence.EntityManagerFactory
close
in interface SessionFactory
HibernateException
- Indicates an issue closing the factory.public boolean isClosed()
SessionFactory
isClosed
in interface SessionFactory
public CacheImplementor getCache()
SessionFactory
getCache
in interface javax.persistence.EntityManagerFactory
getCache
in interface SessionFactoryImplementor
getCache
in interface SessionFactory
public javax.persistence.PersistenceUnitUtil getPersistenceUnitUtil()
getPersistenceUnitUtil
in interface javax.persistence.EntityManagerFactory
public void addNamedQuery(java.lang.String name, javax.persistence.Query query)
addNamedQuery
in interface javax.persistence.EntityManagerFactory
public <T> T unwrap(java.lang.Class<T> cls)
unwrap
in interface javax.persistence.EntityManagerFactory
public <T> void addNamedEntityGraph(java.lang.String graphName, javax.persistence.EntityGraph<T> entityGraph)
addNamedEntityGraph
in interface javax.persistence.EntityManagerFactory
public java.util.Set getDefinedFilterNames()
SessionFactory
getDefinedFilterNames
in interface SessionFactory
public FilterDefinition getFilterDefinition(java.lang.String filterName) throws HibernateException
SessionFactory
getFilterDefinition
in interface SessionFactory
filterName
- The name of the filter for which to obtain the definition.HibernateException
- If no filter defined with the given name.public boolean containsFetchProfileDefinition(java.lang.String name)
SessionFactory
containsFetchProfileDefinition
in interface SessionFactory
name
- The name to checkpublic TypeHelper getTypeHelper()
SessionFactory
TypeHelper
.getTypeHelper
in interface SessionFactory
TypeHelper
public TypeResolver getTypeResolver()
SessionFactoryImplementor
Type
resolver associated with this factory.getTypeResolver
in interface SessionFactoryImplementor
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
getProperties
in interface javax.persistence.EntityManagerFactory
public EntityPersister getEntityPersister(java.lang.String entityName) throws MappingException
getEntityPersister
in interface SessionFactoryImplementor
MappingException
public java.util.Map<java.lang.String,EntityPersister> getEntityPersisters()
getEntityPersisters
in interface SessionFactoryImplementor
public CollectionPersister getCollectionPersister(java.lang.String role) throws MappingException
getCollectionPersister
in interface SessionFactoryImplementor
MappingException
public java.util.Map<java.lang.String,CollectionPersister> getCollectionPersisters()
getCollectionPersisters
in interface SessionFactoryImplementor
public JdbcServices getJdbcServices()
SessionFactoryImplementor
getJdbcServices
in interface SessionFactoryImplementor
public Dialect getDialect()
SessionFactoryImplementor
getJdbcServices().getDialect()
getDialect
in interface SessionFactoryImplementor
public Interceptor getInterceptor()
SessionFactoryImplementor
getInterceptor
in interface SessionFactoryImplementor
public QueryPlanCache getQueryPlanCache()
SessionFactoryImplementor
getQueryPlanCache
in interface SessionFactoryImplementor
public Type[] getReturnTypes(java.lang.String queryString) throws HibernateException
SessionFactoryImplementor
getReturnTypes
in interface SessionFactoryImplementor
HibernateException
public java.lang.String[] getReturnAliases(java.lang.String queryString) throws HibernateException
SessionFactoryImplementor
getReturnAliases
in interface SessionFactoryImplementor
HibernateException
public java.lang.String[] getImplementors(java.lang.String className) throws MappingException
SessionFactoryImplementor
getImplementors
in interface SessionFactoryImplementor
MappingException
public java.lang.String getImportedClassName(java.lang.String name)
SessionFactoryImplementor
getImportedClassName
in interface SessionFactoryImplementor
public javax.persistence.EntityGraph findEntityGraphByName(java.lang.String name)
findEntityGraphByName
in interface SessionFactoryImplementor
public QueryCache getQueryCache()
SessionFactoryImplementor
getQueryCache
in interface SessionFactoryImplementor
public QueryCache getQueryCache(java.lang.String regionName) throws HibernateException
SessionFactoryImplementor
getQueryCache
in interface SessionFactoryImplementor
regionName
- the name of the cache region, or null for the default query cacheHibernateException
public UpdateTimestampsCache getUpdateTimestampsCache()
SessionFactoryImplementor
getUpdateTimestampsCache
in interface SessionFactoryImplementor
public StatisticsImplementor getStatisticsImplementor()
getStatisticsImplementor
in interface SessionFactoryImplementor
public NamedQueryDefinition getNamedQuery(java.lang.String queryName)
getNamedQuery
in interface SessionFactoryImplementor
public void registerNamedQueryDefinition(java.lang.String name, NamedQueryDefinition definition)
registerNamedQueryDefinition
in interface SessionFactoryImplementor
public NamedSQLQueryDefinition getNamedSQLQuery(java.lang.String queryName)
getNamedSQLQuery
in interface SessionFactoryImplementor
public void registerNamedSQLQueryDefinition(java.lang.String name, NamedSQLQueryDefinition definition)
registerNamedSQLQueryDefinition
in interface SessionFactoryImplementor
public ResultSetMappingDefinition getResultSetMapping(java.lang.String name)
getResultSetMapping
in interface SessionFactoryImplementor
public IdentifierGenerator getIdentifierGenerator(java.lang.String rootEntityName)
SessionFactoryImplementor
getIdentifierGenerator
in interface SessionFactoryImplementor
public Region getSecondLevelCacheRegion(java.lang.String regionName)
SessionFactoryImplementor
getSecondLevelCacheRegion
in interface SessionFactoryImplementor
regionName
- The name of the region to retrieve.public RegionAccessStrategy getSecondLevelCacheRegionAccessStrategy(java.lang.String regionName)
SessionFactoryImplementor
getSecondLevelCacheRegionAccessStrategy
in interface SessionFactoryImplementor
regionName
- The name of the regionpublic Region getNaturalIdCacheRegion(java.lang.String regionName)
SessionFactoryImplementor
getNaturalIdCacheRegion
in interface SessionFactoryImplementor
regionName
- The name of the region to retrieve.public RegionAccessStrategy getNaturalIdCacheRegionAccessStrategy(java.lang.String regionName)
SessionFactoryImplementor
getNaturalIdCacheRegionAccessStrategy
in interface SessionFactoryImplementor
regionName
- The region namepublic java.util.Map getAllSecondLevelCacheRegions()
SessionFactoryImplementor
Region
instances as the values.getAllSecondLevelCacheRegions
in interface SessionFactoryImplementor
public SQLExceptionConverter getSQLExceptionConverter()
SessionFactoryImplementor
getSQLExceptionConverter
in interface SessionFactoryImplementor
public SqlExceptionHelper getSQLExceptionHelper()
SessionFactoryImplementor
getSQLExceptionHelper
in interface SessionFactoryImplementor
public Settings getSettings()
getSettings
in interface SessionFactoryImplementor
public Session openTemporarySession() throws HibernateException
SessionFactoryImplementor
openTemporarySession
in interface SessionFactoryImplementor
HibernateException
public java.util.Set<java.lang.String> getCollectionRolesByEntityParticipant(java.lang.String entityName)
getCollectionRolesByEntityParticipant
in interface SessionFactoryImplementor
entityName
- The entity name for which to get the collection roles.public EntityNotFoundDelegate getEntityNotFoundDelegate()
getEntityNotFoundDelegate
in interface SessionFactoryImplementor
public SQLFunctionRegistry getSqlFunctionRegistry()
getSqlFunctionRegistry
in interface SessionFactoryImplementor
public FetchProfile getFetchProfile(java.lang.String name)
SessionFactoryImplementor
getFetchProfile
in interface SessionFactoryImplementor
name
- The name of the profile to retrieve.public ServiceRegistryImplementor getServiceRegistry()
SessionFactoryImplementor
getServiceRegistry
in interface SessionFactoryImplementor
public void addObserver(SessionFactoryObserver observer)
addObserver
in interface SessionFactoryImplementor
public CustomEntityDirtinessStrategy getCustomEntityDirtinessStrategy()
getCustomEntityDirtinessStrategy
in interface SessionFactoryImplementor
public CurrentTenantIdentifierResolver getCurrentTenantIdentifierResolver()
getCurrentTenantIdentifierResolver
in interface SessionFactoryImplementor
public NamedQueryRepository getNamedQueryRepository()
SessionFactoryImplementor
getNamedQueryRepository
in interface SessionFactoryImplementor
public java.lang.Iterable<EntityNameResolver> iterateEntityNameResolvers()
iterateEntityNameResolvers
in interface SessionFactoryImplementor
public EntityPersister locateEntityPersister(java.lang.Class byClass)
locateEntityPersister
in interface SessionFactoryImplementor
public EntityPersister locateEntityPersister(java.lang.String byName)
locateEntityPersister
in interface SessionFactoryImplementor
public SessionFactoryImplementor.DeserializationResolver getDeserializationResolver()
getDeserializationResolver
in interface SessionFactoryImplementor
public IdentifierGeneratorFactory getIdentifierGeneratorFactory()
Mapping
getIdentifierGeneratorFactory
in interface Mapping
public Type getIdentifierType(java.lang.String className) throws MappingException
getIdentifierType
in interface Mapping
MappingException
public java.lang.String getIdentifierPropertyName(java.lang.String className) throws MappingException
getIdentifierPropertyName
in interface Mapping
MappingException
public Type getReferencedPropertyType(java.lang.String className, java.lang.String propertyName) throws MappingException
getReferencedPropertyType
in interface Mapping
MappingException
public java.lang.String getUuid()
SessionFactoryImplementor
UUID
, but kept
as a String.getUuid
in interface SessionFactoryImplementor
SessionFactoryRegistry.getSessionFactory(java.lang.String)
public java.lang.String getName()
SessionFactoryImplementor
getName
in interface SessionFactoryImplementor
public javax.naming.Reference getReference() throws javax.naming.NamingException
getReference
in interface javax.naming.Referenceable
javax.naming.NamingException
public <T> java.util.List<javax.persistence.EntityGraph<? super T>> findEntityGraphsByType(java.lang.Class<T> entityClass)
HibernateEntityManagerFactory
EntityGraph
s associated with a given entity type.findEntityGraphsByType
in interface HibernateEntityManagerFactory
entityClass
- the entity type for which to find all EntityGraph
s.EntityGraph
instances associated with the given entity type. The empty list is
returned in case there are not entity graphs.public javax.persistence.EntityManager createEntityManager()
createEntityManager
in interface javax.persistence.EntityManagerFactory
public javax.persistence.EntityManager createEntityManager(java.util.Map map)
createEntityManager
in interface javax.persistence.EntityManagerFactory
public javax.persistence.EntityManager createEntityManager(javax.persistence.SynchronizationType synchronizationType)
createEntityManager
in interface javax.persistence.EntityManagerFactory
public javax.persistence.EntityManager createEntityManager(javax.persistence.SynchronizationType synchronizationType, java.util.Map map)
createEntityManager
in interface javax.persistence.EntityManagerFactory
public javax.persistence.criteria.CriteriaBuilder getCriteriaBuilder()
getCriteriaBuilder
in interface javax.persistence.EntityManagerFactory
public MetamodelImplementor getMetamodel()
getMetamodel
in interface javax.persistence.EntityManagerFactory
getMetamodel
in interface SessionFactoryImplementor
getMetamodel
in interface HibernateEntityManagerFactory
public boolean isOpen()
isOpen
in interface javax.persistence.EntityManagerFactory
public Type resolveParameterBindType(java.lang.Object bindValue)
resolveParameterBindType
in interface QueryParameterBindingTypeResolver
public Type resolveParameterBindType(java.lang.Class clazz)
resolveParameterBindType
in interface QueryParameterBindingTypeResolver
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.