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 TableSet
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getTablesNeedingDynamicUpdate()
TableSet
UpdateValuesAnalysis. getTablesNeedingDynamicUpdate()
TableSet
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getTablesNeedingUpdate()
TableSet
UpdateValuesAnalysis. getTablesNeedingUpdate()
Descriptor of the tables needing to be updated.TableSet
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getTablesWithNonNullValues()
TableSet
UpdateValuesAnalysis. getTablesWithNonNullValues()
Descriptor of the tables which had any non-null value bindingsTableSet
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getTablesWithPreviousNonNullValues()
TableSet
UpdateValuesAnalysis. getTablesWithPreviousNonNullValues()
Descriptor of the tables which had any non-null value bindings
-