public static class SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl extends java.lang.Object implements SessionFactoryOptionsState
Constructor and Description |
---|
SessionFactoryOptionsStateStandardImpl(StandardServiceRegistry serviceRegistry) |
public SessionFactoryOptionsStateStandardImpl(StandardServiceRegistry serviceRegistry)
public StandardServiceRegistry getServiceRegistry()
getServiceRegistry
in interface SessionFactoryOptionsState
public boolean isJpaBootstrap()
isJpaBootstrap
in interface SessionFactoryOptionsState
public boolean isJtaTransactionAccessEnabled()
isJtaTransactionAccessEnabled
in interface SessionFactoryOptionsState
public boolean isAllowRefreshDetachedEntity()
isAllowRefreshDetachedEntity
in interface SessionFactoryOptionsState
public boolean isAllowOutOfTransactionUpdateOperations()
isAllowOutOfTransactionUpdateOperations
in interface SessionFactoryOptionsState
public boolean isReleaseResourcesOnCloseEnabled()
isReleaseResourcesOnCloseEnabled
in interface SessionFactoryOptionsState
public java.lang.Object getBeanManagerReference()
getBeanManagerReference
in interface SessionFactoryOptionsState
public java.lang.Object getValidatorFactoryReference()
getValidatorFactoryReference
in interface SessionFactoryOptionsState
public java.lang.String getSessionFactoryName()
getSessionFactoryName
in interface SessionFactoryOptionsState
public boolean isSessionFactoryNameAlsoJndiName()
isSessionFactoryNameAlsoJndiName
in interface SessionFactoryOptionsState
public boolean isFlushBeforeCompletionEnabled()
isFlushBeforeCompletionEnabled
in interface SessionFactoryOptionsState
public boolean isAutoCloseSessionEnabled()
isAutoCloseSessionEnabled
in interface SessionFactoryOptionsState
public boolean isStatisticsEnabled()
isStatisticsEnabled
in interface SessionFactoryOptionsState
public Interceptor getInterceptor()
getInterceptor
in interface SessionFactoryOptionsState
public java.lang.Class<? extends Interceptor> getStatelessInterceptorImplementor()
SessionFactoryOptionsState
Interceptor
class.getStatelessInterceptorImplementor
in interface SessionFactoryOptionsState
Interceptor
classpublic java.util.function.Supplier<? extends Interceptor> getStatelessInterceptorImplementorSupplier()
getStatelessInterceptorImplementorSupplier
in interface SessionFactoryOptionsState
public StatementInspector getStatementInspector()
getStatementInspector
in interface SessionFactoryOptionsState
public SessionFactoryObserver[] getSessionFactoryObservers()
getSessionFactoryObservers
in interface SessionFactoryOptionsState
public BaselineSessionEventsListenerBuilder getBaselineSessionEventsListenerBuilder()
getBaselineSessionEventsListenerBuilder
in interface SessionFactoryOptionsState
public boolean isIdentifierRollbackEnabled()
isIdentifierRollbackEnabled
in interface SessionFactoryOptionsState
public EntityMode getDefaultEntityMode()
getDefaultEntityMode
in interface SessionFactoryOptionsState
public EntityTuplizerFactory getEntityTuplizerFactory()
getEntityTuplizerFactory
in interface SessionFactoryOptionsState
public boolean isCheckNullability()
isCheckNullability
in interface SessionFactoryOptionsState
public boolean isInitializeLazyStateOutsideTransactionsEnabled()
isInitializeLazyStateOutsideTransactionsEnabled
in interface SessionFactoryOptionsState
public MultiTableBulkIdStrategy getMultiTableBulkIdStrategy()
getMultiTableBulkIdStrategy
in interface SessionFactoryOptionsState
public TempTableDdlTransactionHandling getTempTableDdlTransactionHandling()
getTempTableDdlTransactionHandling
in interface SessionFactoryOptionsState
public BatchFetchStyle getBatchFetchStyle()
getBatchFetchStyle
in interface SessionFactoryOptionsState
public int getDefaultBatchFetchSize()
getDefaultBatchFetchSize
in interface SessionFactoryOptionsState
public java.lang.Integer getMaximumFetchDepth()
getMaximumFetchDepth
in interface SessionFactoryOptionsState
public NullPrecedence getDefaultNullPrecedence()
getDefaultNullPrecedence
in interface SessionFactoryOptionsState
public boolean isOrderUpdatesEnabled()
isOrderUpdatesEnabled
in interface SessionFactoryOptionsState
public boolean isOrderInsertsEnabled()
isOrderInsertsEnabled
in interface SessionFactoryOptionsState
public MultiTenancyStrategy getMultiTenancyStrategy()
getMultiTenancyStrategy
in interface SessionFactoryOptionsState
public CurrentTenantIdentifierResolver getCurrentTenantIdentifierResolver()
getCurrentTenantIdentifierResolver
in interface SessionFactoryOptionsState
public boolean isJtaTrackByThread()
isJtaTrackByThread
in interface SessionFactoryOptionsState
public java.util.Map getQuerySubstitutions()
getQuerySubstitutions
in interface SessionFactoryOptionsState
public boolean isStrictJpaQueryLanguageCompliance()
isStrictJpaQueryLanguageCompliance
in interface SessionFactoryOptionsState
public boolean isNamedQueryStartupCheckingEnabled()
isNamedQueryStartupCheckingEnabled
in interface SessionFactoryOptionsState
public boolean isConventionalJavaConstants()
isConventionalJavaConstants
in interface SessionFactoryOptionsState
public boolean isProcedureParameterNullPassingEnabled()
isProcedureParameterNullPassingEnabled
in interface SessionFactoryOptionsState
public boolean isCollectionJoinSubqueryRewriteEnabled()
isCollectionJoinSubqueryRewriteEnabled
in interface SessionFactoryOptionsState
public boolean isSecondLevelCacheEnabled()
isSecondLevelCacheEnabled
in interface SessionFactoryOptionsState
public boolean isQueryCacheEnabled()
isQueryCacheEnabled
in interface SessionFactoryOptionsState
public QueryCacheFactory getQueryCacheFactory()
getQueryCacheFactory
in interface SessionFactoryOptionsState
public java.lang.String getCacheRegionPrefix()
getCacheRegionPrefix
in interface SessionFactoryOptionsState
public boolean isMinimalPutsEnabled()
isMinimalPutsEnabled
in interface SessionFactoryOptionsState
public boolean isStructuredCacheEntriesEnabled()
isStructuredCacheEntriesEnabled
in interface SessionFactoryOptionsState
public boolean isDirectReferenceCacheEntriesEnabled()
isDirectReferenceCacheEntriesEnabled
in interface SessionFactoryOptionsState
public boolean isAutoEvictCollectionCache()
isAutoEvictCollectionCache
in interface SessionFactoryOptionsState
public SchemaAutoTooling getSchemaAutoTooling()
getSchemaAutoTooling
in interface SessionFactoryOptionsState
public int getJdbcBatchSize()
getJdbcBatchSize
in interface SessionFactoryOptionsState
public boolean isJdbcBatchVersionedData()
isJdbcBatchVersionedData
in interface SessionFactoryOptionsState
public boolean isScrollableResultSetsEnabled()
isScrollableResultSetsEnabled
in interface SessionFactoryOptionsState
public boolean isWrapResultSetsEnabled()
isWrapResultSetsEnabled
in interface SessionFactoryOptionsState
public boolean isGetGeneratedKeysEnabled()
isGetGeneratedKeysEnabled
in interface SessionFactoryOptionsState
public java.lang.Integer getJdbcFetchSize()
getJdbcFetchSize
in interface SessionFactoryOptionsState
public PhysicalConnectionHandlingMode getPhysicalConnectionHandlingMode()
getPhysicalConnectionHandlingMode
in interface SessionFactoryOptionsState
public boolean connectionProviderDisablesAutoCommit()
connectionProviderDisablesAutoCommit
in interface SessionFactoryOptionsState
public ConnectionReleaseMode getConnectionReleaseMode()
getConnectionReleaseMode
in interface SessionFactoryOptionsState
public boolean isCommentsEnabled()
isCommentsEnabled
in interface SessionFactoryOptionsState
public CustomEntityDirtinessStrategy getCustomEntityDirtinessStrategy()
getCustomEntityDirtinessStrategy
in interface SessionFactoryOptionsState
public EntityNameResolver[] getEntityNameResolvers()
getEntityNameResolvers
in interface SessionFactoryOptionsState
public EntityNotFoundDelegate getEntityNotFoundDelegate()
getEntityNotFoundDelegate
in interface SessionFactoryOptionsState
public java.util.Map<java.lang.String,SQLFunction> getCustomSqlFunctionMap()
getCustomSqlFunctionMap
in interface SessionFactoryOptionsState
public boolean isPreferUserTransaction()
isPreferUserTransaction
in interface SessionFactoryOptionsState
public java.util.TimeZone getJdbcTimeZone()
getJdbcTimeZone
in interface SessionFactoryOptionsState
public boolean isQueryParametersValidationEnabled()
isQueryParametersValidationEnabled
in interface SessionFactoryOptionsState
public LiteralHandlingMode getCriteriaLiteralHandlingMode()
getCriteriaLiteralHandlingMode
in interface SessionFactoryOptionsState
public boolean isFailOnPaginationOverCollectionFetchEnabled()
isFailOnPaginationOverCollectionFetchEnabled
in interface SessionFactoryOptionsState
public boolean isJpaProxyComplianceEnabled()
isJpaProxyComplianceEnabled
in interface SessionFactoryOptionsState
public ImmutableEntityUpdateQueryHandlingMode getImmutableEntityUpdateQueryHandlingMode()
getImmutableEntityUpdateQueryHandlingMode
in interface SessionFactoryOptionsState
public boolean inClauseParameterPaddingEnabled()
inClauseParameterPaddingEnabled
in interface SessionFactoryOptionsState
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.