Uses of Class
org.hibernate.persister.entity.mutation.EntityTableMapping
-
Packages that use EntityTableMapping Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events -
-
Uses of EntityTableMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityTableMapping Modifier and Type Method Description protected EntityTableMapping[]
AbstractEntityPersister. buildTableMappings()
Builds the EntityTableMapping descriptors for the tables mapped by this entity.EntityTableMapping
AbstractEntityPersister. getIdentifierTableMapping()
EntityTableMapping
AbstractEntityPersister. getPhysicalTableMappingForMutation(SelectableMapping selectableMapping)
EntityTableMapping
AbstractEntityPersister. getTableMapping(int i)
protected EntityTableMapping[]
AbstractEntityPersister. getTableMappings()
Method parameters in org.hibernate.persister.entity with type arguments of type EntityTableMapping Modifier and Type Method Description void
AbstractEntityPersister. forEachMutableTable(Consumer<EntityTableMapping> consumer)
void
AbstractEntityPersister. forEachMutableTableReverse(Consumer<EntityTableMapping> consumer)
-
Uses of EntityTableMapping in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return EntityTableMapping Modifier and Type Method Description EntityTableMapping
EntityMutationTarget. getIdentifierTableMapping()
Methods in org.hibernate.persister.entity.mutation that return types with arguments of type EntityTableMapping Modifier and Type Method Description Set<EntityTableMapping>
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getTablesNeedingUpdate()
Set<EntityTableMapping>
UpdateValuesAnalysis. getTablesNeedingUpdate()
Descriptor of the tables needing to be updated.Set<EntityTableMapping>
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getTablesWithNonNullValues()
Set<EntityTableMapping>
UpdateValuesAnalysis. getTablesWithNonNullValues()
Descriptor of the tables which had any non-null value bindingsSet<EntityTableMapping>
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. getTablesWithPreviousNonNullValues()
Set<EntityTableMapping>
UpdateValuesAnalysis. getTablesWithPreviousNonNullValues()
Descriptor of the tables which had any non-null value bindingsMethods in org.hibernate.persister.entity.mutation with parameters of type EntityTableMapping Modifier and Type Method Description void
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. registerColumnOptLock(EntityTableMapping table, String readExpression, Object lockValue)
void
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl. registerColumnSet(EntityTableMapping table, String readExpression, String writeExpression)
Callback to register the setting of a column value
-