public class SessionFactoryOptionsImpl extends Object implements SessionFactoryOptions
| Constructor and Description |
|---|
SessionFactoryOptionsImpl(SessionFactoryOptionsState state) |
public SessionFactoryOptionsImpl(SessionFactoryOptionsState state)
public StandardServiceRegistry getServiceRegistry()
SessionFactoryOptionsgetServiceRegistry in interface SessionFactoryOptionspublic Object getBeanManagerReference()
getBeanManagerReference in interface SessionFactoryOptionspublic Object getValidatorFactoryReference()
getValidatorFactoryReference in interface SessionFactoryOptionspublic String getSessionFactoryName()
SessionFactoryOptionsSessionFactoryOptions.isSessionFactoryNameAlsoJndiName()getSessionFactoryName in interface SessionFactoryOptionspublic boolean isSessionFactoryNameAlsoJndiName()
SessionFactoryOptionsSesssionFactory name also a JNDI name, indicating we
should bind it into JNDI?isSessionFactoryNameAlsoJndiName in interface SessionFactoryOptionstrue if the SessionFactory name is also a JNDI name; false otherwise.public boolean isFlushBeforeCompletionEnabled()
isFlushBeforeCompletionEnabled in interface SessionFactoryOptionspublic boolean isAutoCloseSessionEnabled()
isAutoCloseSessionEnabled in interface SessionFactoryOptionspublic boolean isStatisticsEnabled()
isStatisticsEnabled in interface SessionFactoryOptionspublic Interceptor getInterceptor()
SessionFactoryOptionsgetInterceptor in interface SessionFactoryOptionsnullpublic StatementInspector getStatementInspector()
getStatementInspector in interface SessionFactoryOptionspublic BaselineSessionEventsListenerBuilder getBaselineSessionEventsListenerBuilder()
getBaselineSessionEventsListenerBuilder in interface SessionFactoryOptionspublic SessionFactoryObserver[] getSessionFactoryObservers()
getSessionFactoryObservers in interface SessionFactoryOptionspublic boolean isIdentifierRollbackEnabled()
isIdentifierRollbackEnabled in interface SessionFactoryOptionspublic EntityMode getDefaultEntityMode()
getDefaultEntityMode in interface SessionFactoryOptionspublic EntityTuplizerFactory getEntityTuplizerFactory()
getEntityTuplizerFactory in interface SessionFactoryOptionspublic boolean isCheckNullability()
isCheckNullability in interface SessionFactoryOptionspublic boolean isInitializeLazyStateOutsideTransactionsEnabled()
isInitializeLazyStateOutsideTransactionsEnabled in interface SessionFactoryOptionspublic MultiTableBulkIdStrategy getMultiTableBulkIdStrategy()
getMultiTableBulkIdStrategy in interface SessionFactoryOptionspublic TempTableDdlTransactionHandling getTempTableDdlTransactionHandling()
getTempTableDdlTransactionHandling in interface SessionFactoryOptionspublic BatchFetchStyle getBatchFetchStyle()
getBatchFetchStyle in interface SessionFactoryOptionspublic int getDefaultBatchFetchSize()
getDefaultBatchFetchSize in interface SessionFactoryOptionspublic Integer getMaximumFetchDepth()
getMaximumFetchDepth in interface SessionFactoryOptionspublic NullPrecedence getDefaultNullPrecedence()
getDefaultNullPrecedence in interface SessionFactoryOptionspublic boolean isOrderUpdatesEnabled()
isOrderUpdatesEnabled in interface SessionFactoryOptionspublic boolean isOrderInsertsEnabled()
isOrderInsertsEnabled in interface SessionFactoryOptionspublic MultiTenancyStrategy getMultiTenancyStrategy()
getMultiTenancyStrategy in interface SessionFactoryOptionspublic CurrentTenantIdentifierResolver getCurrentTenantIdentifierResolver()
getCurrentTenantIdentifierResolver in interface SessionFactoryOptionspublic boolean isJtaTrackByThread()
isJtaTrackByThread in interface SessionFactoryOptionspublic Map getQuerySubstitutions()
getQuerySubstitutions in interface SessionFactoryOptionspublic boolean isStrictJpaQueryLanguageCompliance()
isStrictJpaQueryLanguageCompliance in interface SessionFactoryOptionspublic boolean isNamedQueryStartupCheckingEnabled()
isNamedQueryStartupCheckingEnabled in interface SessionFactoryOptionspublic boolean isSecondLevelCacheEnabled()
isSecondLevelCacheEnabled in interface SessionFactoryOptionspublic boolean isQueryCacheEnabled()
isQueryCacheEnabled in interface SessionFactoryOptionspublic QueryCacheFactory getQueryCacheFactory()
getQueryCacheFactory in interface SessionFactoryOptionspublic String getCacheRegionPrefix()
getCacheRegionPrefix in interface SessionFactoryOptionspublic boolean isMinimalPutsEnabled()
isMinimalPutsEnabled in interface SessionFactoryOptionspublic boolean isStructuredCacheEntriesEnabled()
isStructuredCacheEntriesEnabled in interface SessionFactoryOptionspublic boolean isDirectReferenceCacheEntriesEnabled()
isDirectReferenceCacheEntriesEnabled in interface SessionFactoryOptionspublic boolean isAutoEvictCollectionCache()
isAutoEvictCollectionCache in interface SessionFactoryOptionspublic SchemaAutoTooling getSchemaAutoTooling()
getSchemaAutoTooling in interface SessionFactoryOptionspublic int getJdbcBatchSize()
getJdbcBatchSize in interface SessionFactoryOptionspublic boolean isJdbcBatchVersionedData()
isJdbcBatchVersionedData in interface SessionFactoryOptionspublic boolean isScrollableResultSetsEnabled()
isScrollableResultSetsEnabled in interface SessionFactoryOptionspublic boolean isWrapResultSetsEnabled()
isWrapResultSetsEnabled in interface SessionFactoryOptionspublic boolean isGetGeneratedKeysEnabled()
isGetGeneratedKeysEnabled in interface SessionFactoryOptionspublic Integer getJdbcFetchSize()
getJdbcFetchSize in interface SessionFactoryOptionspublic ConnectionReleaseMode getConnectionReleaseMode()
getConnectionReleaseMode in interface SessionFactoryOptionspublic boolean isCommentsEnabled()
isCommentsEnabled in interface SessionFactoryOptionspublic CustomEntityDirtinessStrategy getCustomEntityDirtinessStrategy()
getCustomEntityDirtinessStrategy in interface SessionFactoryOptionspublic EntityNameResolver[] getEntityNameResolvers()
getEntityNameResolvers in interface SessionFactoryOptionspublic EntityNotFoundDelegate getEntityNotFoundDelegate()
SessionFactoryOptionsgetEntityNotFoundDelegate in interface SessionFactoryOptionsnullpublic Map<String,SQLFunction> getCustomSqlFunctionMap()
getCustomSqlFunctionMap in interface SessionFactoryOptionspublic void setCheckNullability(boolean enabled)
setCheckNullability in interface SessionFactoryOptionspublic boolean isPreferUserTransaction()
isPreferUserTransaction in interface SessionFactoryOptionsCopyright © 2016 JBoss by Red Hat. All rights reserved.