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