Uses of Enum Class
org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
Packages that use AttributeAnalysis.DirtynessStatus
Package
Description
Defines support for performing mutation operations originating
from persistence-context events.
-
Uses of AttributeAnalysis.DirtynessStatus in org.hibernate.persister.entity.mutation
Subclasses with type arguments of type AttributeAnalysis.DirtynessStatus in org.hibernate.persister.entity.mutationModifier and TypeClassDescriptionstatic enumDirty-ness status of each attribute: it's useful to differentiate when it's definitely dirty, when it's definitely not dirty, and when we need to treat it like dirty but there is no certainty - for example because we didn't actually load the value from the database.Methods in org.hibernate.persister.entity.mutation that return AttributeAnalysis.DirtynessStatusModifier and TypeMethodDescriptionAttributeAnalysis.getDirtynessStatus()Whether the attribute is considered dirtyUpdateCoordinatorStandard.DirtinessChecker.isDirty(int position, AttributeMapping attribute) Returns the enum constant of this class with the specified name.static AttributeAnalysis.DirtynessStatus[]AttributeAnalysis.DirtynessStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.