public static interface SessionFactory.SessionFactoryOptions
| Modifier and Type | Method and Description |
|---|---|
Object |
getBeanManagerReference() |
CurrentTenantIdentifierResolver |
getCurrentTenantIdentifierResolver() |
CustomEntityDirtinessStrategy |
getCustomEntityDirtinessStrategy() |
Map<String,SQLFunction> |
getCustomSqlFunctionMap() |
EntityNameResolver[] |
getEntityNameResolvers() |
EntityNotFoundDelegate |
getEntityNotFoundDelegate()
Get the delegate for handling entity-not-found exception conditions.
|
Interceptor |
getInterceptor()
Get the interceptor to use by default for all sessions opened from this factory.
|
StandardServiceRegistry |
getServiceRegistry()
The service registry to use in building the factory.
|
SessionFactoryObserver[] |
getSessionFactoryObservers() |
Settings |
getSettings() |
Object |
getValidatorFactoryReference() |
StandardServiceRegistry getServiceRegistry()
Interceptor getInterceptor()
nullCustomEntityDirtinessStrategy getCustomEntityDirtinessStrategy()
CurrentTenantIdentifierResolver getCurrentTenantIdentifierResolver()
SessionFactoryObserver[] getSessionFactoryObservers()
EntityNameResolver[] getEntityNameResolvers()
Settings getSettings()
EntityNotFoundDelegate getEntityNotFoundDelegate()
nullMap<String,SQLFunction> getCustomSqlFunctionMap()
Object getBeanManagerReference()
Object getValidatorFactoryReference()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.