Uses of Interface
org.hibernate.persister.entity.mutation.AttributeAnalysis
-
Packages that use AttributeAnalysis Package Description org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events. -
-
Uses of AttributeAnalysis in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return types with arguments of type AttributeAnalysis Modifier and Type Method Description List<AttributeAnalysis>
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getAttributeAnalyses()
List<AttributeAnalysis>
UpdateValuesAnalysis. getAttributeAnalyses()
Descriptors for the analysis of each attribute
-