Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
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 | Class and Description |
---|---|
class |
DefaultCustomEntityDirtinessStrategy
The default implementation of
CustomEntityDirtinessStrategy which does nada. |
Modifier and Type | Method and Description |
---|---|
CustomEntityDirtinessStrategy |
SessionFactoryOptionsState.getCustomEntityDirtinessStrategy() |
CustomEntityDirtinessStrategy |
SessionFactoryOptionsImpl.getCustomEntityDirtinessStrategy() |
CustomEntityDirtinessStrategy |
SessionFactoryBuilderImpl.getCustomEntityDirtinessStrategy() |
CustomEntityDirtinessStrategy |
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.getCustomEntityDirtinessStrategy() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy) |
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() |
Modifier and Type | Method and Description |
---|---|
CustomEntityDirtinessStrategy |
SessionFactoryImpl.getCustomEntityDirtinessStrategy() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.