| Package | Description |
|---|---|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.spi | |
| org.hibernate.engine.spi |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy)
Specifies a custom entity dirtiness strategy to be applied to the SessionFactory.
|
| Modifier and Type | Method and Description |
|---|---|
CustomEntityDirtinessStrategy |
SessionFactoryOptions.getCustomEntityDirtinessStrategy() |
CustomEntityDirtinessStrategy |
AbstractDelegatingSessionFactoryOptions.getCustomEntityDirtinessStrategy() |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractDelegatingSessionFactoryBuilder.applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
CustomEntityDirtinessStrategy |
SessionFactoryImplementor.getCustomEntityDirtinessStrategy() |
CustomEntityDirtinessStrategy |
SessionFactoryDelegatingImpl.getCustomEntityDirtinessStrategy() |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.