SessionFactoryBuilder |
SessionFactoryBuilder.addEntityNameResolver(EntityNameResolver... entityNameResolvers) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.addSessionFactoryObservers(SessionFactoryObserver... observers) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.allowOutOfTransactionUpdateOperations(boolean allow) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyAutoClosing(boolean enabled) |
Specifies whether Session s should be automatically
closed at the end of the transaction.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyAutoFlushing(boolean enabled) |
Applies whether Session s should be automatically
flushed at the end of the transaction.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyAutomaticEvictionOfCollectionCaches(boolean enabled) |
When using bidirectional many-to-one associations and caching the one-to-many side
it is expected that both sides of the association are managed (actually that is true of
all bidirectional associations).
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyBatchFetchStyle(BatchFetchStyle style) |
Deprecated.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyBeanManager(Object beanManager) |
Specifies a CDI BeanManager .
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyCacheRegionPrefix(String prefix) |
Specify a prefix to prepended to all cache region names.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyCollectionsInDefaultFetchGroup(boolean enabled) |
Should collections be included in the default fetch group when bytecode
enhancement is used?
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyConnectionHandlingMode(PhysicalConnectionHandlingMode connectionHandlingMode) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyConnectionProviderDisablesAutoCommit(boolean providerDisablesAutoCommit) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver resolver) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyDefaultBatchFetchSize(int size) |
Specifies a default batch fetch size for all entities and collections which
do not otherwise specify a batch fetch size.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyDefaultNullPrecedence(NullPrecedence nullPrecedence) |
Apply a null precedence (NULLS FIRST, NULLS LAST) to be applied to
order by clauses rendered in SQL queries.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyDelayedEntityLoaderCreations(boolean delay) |
Should entity loaders be
generated immediately? Or should the creation be delayed until first need?
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyDirectReferenceCaching(boolean enabled) |
Generally, Hibernate will extract the information from an entity and put that
extracted information into the second-level cache.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyEntityNotFoundDelegate(EntityNotFoundDelegate entityNotFoundDelegate) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyGetGeneratedKeysSupport(boolean enabled) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyIdentifierRollbackSupport(boolean enabled) |
Should the generated identifier be "unset" when an entity is deleted?
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyInterceptor(Interceptor interceptor) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyJdbcBatchingForVersionedEntities(boolean enabled) |
This setting controls whether versioned entities will be included in JDBC batching.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyJdbcBatchSize(int size) |
Specifies the maximum number of statements to batch together in a JDBC batch for
insert, update and delete operations.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyJdbcFetchSize(int size) |
Apply a fetch size to the JDBC driver for fetching results.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyJtaTrackingByThread(boolean enabled) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyLazyInitializationOutsideTransaction(boolean enabled) |
Should the application be allowed to initialize uninitialized lazy state
outside the bounds of a transaction?
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyMaximumFetchDepth(int depth) |
Apply a limit to the depth Hibernate will use for outer joins.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyMinimalPutsForCaching(boolean enabled) |
By default, Hibernate will always just push data into the cache without first checking
if that data already exists.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyMultiTenancy(boolean enabled) |
Specifies whether multi-tenancy is enabled
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyName(String sessionFactoryName) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyNameAsJndiName(boolean isJndiName) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyNamedQueryCheckingOnStartup(boolean enabled) |
Should named queries be checked on startup?
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyNullabilityChecking(boolean enabled) |
Should attributes using columns marked as not-null be checked (by Hibernate)
for nullness, or should this be left as a job for the database?
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyOrderingOfInserts(boolean enabled) |
Specify whether ordering of inserts should be enabled.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyOrderingOfUpdates(boolean enabled) |
Specify whether ordering of updates should be enabled.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyPreferUserTransactions(boolean preferUserTransactions) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyQueryCacheSupport(boolean enabled) |
Should second level query caching support be enabled?
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyScrollableResultsSupport(boolean enabled) |
Should scrollable results be supported in queries? We ask the JDBC driver whether it
supports scrollable result sets as the default for this setting, but some drivers do not
accurately report this via DatabaseMetaData.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applySecondLevelCacheSupport(boolean enabled) |
Should second level caching support be enabled?
|
SessionFactoryBuilder |
SessionFactoryBuilder.applySqlComments(boolean enabled) |
Should Hibernate apply comments to SQL it generates?
|
SessionFactoryBuilder |
SessionFactoryBuilder.applySqlFunction(String registrationName,
SqmFunctionDescriptor functionDescriptor) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyStatelessInterceptor(Class<? extends Interceptor> statelessInterceptorClass) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyStatelessInterceptor(Supplier<? extends Interceptor> statelessInterceptorSupplier) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyStatementInspector(StatementInspector statementInspector) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyStatisticsSupport(boolean enabled) |
Specifies whether statistics gathering is enabled.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyStructuredCacheEntries(boolean enabled) |
By default, Hibernate stores data in the cache in its own optimized format.
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyTimestampsCacheFactory(TimestampsCacheFactory factory) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.applyValidatorFactory(Object validatorFactory) |
Specifies a Bean Validation ValidatorFactory .
|
SessionFactoryBuilder |
SessionFactoryBuilder.enableJpaClosedCompliance(boolean enabled) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.enableJpaListCompliance(boolean enabled) |
Deprecated.
|
SessionFactoryBuilder |
SessionFactoryBuilder.enableJpaOrderByMappingCompliance(boolean enabled) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.enableJpaQueryCompliance(boolean enabled) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.enableJpaTransactionCompliance(boolean enabled) |
|
SessionFactoryBuilder |
SessionFactoryBuilder.enableReleaseResourcesOnCloseEnabled(boolean enable) |
Should resources held by an EntityManager be
released immediately on close?
|
SessionFactoryBuilder |
Metadata.getSessionFactoryBuilder() |
|