Class InsertCacheHandling
java.lang.Object
org.hibernate.action.queue.spi.decompose.entity.InsertCacheHandling
Second-level cache bookkeeping for graph-based entity inserts.
- Since:
- 8.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidafterTransactionCompletion(boolean success, org.hibernate.action.internal.AbstractEntityInsertAction action, InsertCacheHandling.CacheInsert cacheInsert, SharedSessionContractImplementor session) static voidputIfNecessary(org.hibernate.action.internal.AbstractEntityInsertAction action, InsertCacheHandling.CacheInsert cacheInsert, Object id, Object version, SharedSessionContractImplementor session)
-
Constructor Details
-
InsertCacheHandling
public InsertCacheHandling()
-
-
Method Details