Uses of Interface
org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
-
Packages that use UpdateValuesAnalysis Package Description org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events. -
-
Uses of UpdateValuesAnalysis in org.hibernate.persister.entity.mutation
Classes in org.hibernate.persister.entity.mutation that implement UpdateValuesAnalysis Modifier and Type Class Description protected class
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
Contains the aggregated analysis of the update values to determine what SQL UPDATE statement(s) should be used to update the entity and to drive parameter binding
-