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
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.