Uses of Class
org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
-
Packages that use AttributeAnalysis.DirtynessStatus Package Description org.hibernate.persister.entity.mutation 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.DirtynessStatus Modifier and Type Method Description AttributeAnalysis.DirtynessStatus
AttributeAnalysis. getDirtynessStatus()
Whether the attribute is considered dirtyAttributeAnalysis.DirtynessStatus
UpdateCoordinatorStandard.DirtinessChecker. isDirty(int position, AttributeMapping attribute)
static AttributeAnalysis.DirtynessStatus
AttributeAnalysis.DirtynessStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeAnalysis.DirtynessStatus[]
AttributeAnalysis.DirtynessStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-