Uses of Class
org.hibernate.persister.entity.mutation.TableSet
-
Packages that use TableSet Package Description org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events. -
-
Uses of TableSet in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return TableSet Modifier and Type Method Description TableSetUpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getTablesNeedingDynamicUpdate()TableSetUpdateValuesAnalysis. getTablesNeedingDynamicUpdate()TableSetUpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getTablesNeedingUpdate()TableSetUpdateValuesAnalysis. getTablesNeedingUpdate()Descriptor of the tables needing to be updated.TableSetUpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getTablesWithNonNullValues()TableSetUpdateValuesAnalysis. getTablesWithNonNullValues()Descriptor of the tables which had any non-null value bindingsTableSetUpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getTablesWithPreviousNonNullValues()TableSetUpdateValuesAnalysis. getTablesWithPreviousNonNullValues()Descriptor of the tables which had any non-null value bindings
-