Class UpdateCacheHandling
java.lang.Object
org.hibernate.action.queue.spi.decompose.entity.UpdateCacheHandling
Second-level cache bookkeeping for graph-based entity updates.
- Since:
- 8.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidafterTransactionCompletion(boolean success, org.hibernate.action.internal.EntityUpdateAction action, UpdateCacheHandling.CacheUpdate cacheUpdate, SharedSessionContractImplementor session) lockItem(org.hibernate.action.internal.EntityUpdateAction action, Object previousVersion, SharedSessionContractImplementor session) static voidupdateItem(org.hibernate.action.internal.EntityUpdateAction action, UpdateCacheHandling.CacheUpdate cacheUpdate, Object nextVersion, EntityEntry entry, SharedSessionContractImplementor session)
-
Constructor Details
-
UpdateCacheHandling
public UpdateCacheHandling()
-
-
Method Details