Uses of Interface
org.hibernate.persister.entity.mutation.AttributeInclusionChecker
Packages that use AttributeInclusionChecker
Package
Description
Defines support for performing mutation operations originating
from persistence-context events.
-
Uses of AttributeInclusionChecker in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return AttributeInclusionCheckerModifier and TypeMethodDescriptionprotected AttributeInclusionCheckerMergeCoordinatorStandard.createInclusionChecker(boolean[] attributeUpdateability) protected AttributeInclusionCheckerUpdateCoordinatorStandard.createInclusionChecker(boolean[] attributeUpdateability) Methods in org.hibernate.persister.entity.mutation with parameters of type AttributeInclusionCheckerModifier and TypeMethodDescriptionMergeCoordinatorStandard.analyzeUpdateValues(Object entity, Object[] values, Object oldVersion, Object[] oldValues, int[] dirtyAttributeIndexes, AttributeInclusionChecker inclusionChecker, AttributeInclusionChecker lockingChecker, AttributeInclusionChecker dirtinessChecker, boolean restrictToTemporalExcluded, Object rowId, boolean forceDynamicUpdate, SharedSessionContractImplementor session) UpdateCoordinatorStandard.analyzeUpdateValues(Object entity, Object[] values, Object oldVersion, Object[] oldValues, int[] dirtyAttributeIndexes, AttributeInclusionChecker inclusionChecker, AttributeInclusionChecker lockingChecker, AttributeInclusionChecker dirtinessChecker, boolean restrictToTemporalExcluded, Object rowId, boolean forceDynamicUpdate, SharedSessionContractImplementor session) protected GeneratedValuesUpdateCoordinatorStandard.doDynamicUpdate(Object entity, Object id, Object rowId, Object[] values, Object[] oldValues, AttributeInclusionChecker dirtinessChecker, UpdateCoordinatorStandard.UpdateValuesAnalysisImpl valuesAnalysis, SharedSessionContractImplementor session) Constructors in org.hibernate.persister.entity.mutation with parameters of type AttributeInclusionCheckerModifierConstructorDescriptionUpdateValuesAnalysisImpl(Object[] values, Object[] oldValues, int[] dirtyAttributeIndexes, AttributeInclusionChecker dirtinessChecker, Object rowId, boolean forceDynamicUpdate)