Uses of Class
org.hibernate.action.queue.spi.decompose.entity.UpdateCacheHandling.CacheUpdate
Packages that use UpdateCacheHandling.CacheUpdate
-
Uses of UpdateCacheHandling.CacheUpdate in org.hibernate.action.queue.spi.decompose.entity
Methods in org.hibernate.action.queue.spi.decompose.entity that return UpdateCacheHandling.CacheUpdateModifier and TypeMethodDescriptionEntityMutationPlanContributor.UpdateContext.cacheUpdate()Returns the value of thecacheUpdaterecord component.UpdateCacheHandling.lockItem(org.hibernate.action.internal.EntityUpdateAction action, Object previousVersion, SharedSessionContractImplementor session) Methods in org.hibernate.action.queue.spi.decompose.entity with parameters of type UpdateCacheHandling.CacheUpdateModifier and TypeMethodDescriptionstatic voidUpdateCacheHandling.afterTransactionCompletion(boolean success, org.hibernate.action.internal.EntityUpdateAction action, UpdateCacheHandling.CacheUpdate cacheUpdate, SharedSessionContractImplementor session) static voidUpdateCacheHandling.updateItem(org.hibernate.action.internal.EntityUpdateAction action, UpdateCacheHandling.CacheUpdate cacheUpdate, Object nextVersion, EntityEntry entry, SharedSessionContractImplementor session) Constructors in org.hibernate.action.queue.spi.decompose.entity with parameters of type UpdateCacheHandling.CacheUpdateModifierConstructorDescriptionUpdateContext(EntityPersister entityPersister, org.hibernate.action.internal.EntityUpdateAction action, int ordinalBase, SharedSessionContractImplementor session, DecompositionContext decompositionContext, Object entity, Object identifier, Object rowId, Object[] state, Object[] previousState, Object previousVersion, EntityEntry entityEntry, UpdateCacheHandling.CacheUpdate cacheUpdate) Creates an instance of aUpdateContextrecord class.