Uses of Class
org.hibernate.action.queue.spi.decompose.entity.InsertCacheHandling.CacheInsert
Packages that use InsertCacheHandling.CacheInsert
-
Uses of InsertCacheHandling.CacheInsert in org.hibernate.action.queue.spi.decompose.entity
Methods in org.hibernate.action.queue.spi.decompose.entity that return InsertCacheHandling.CacheInsertModifier and TypeMethodDescriptionEntityMutationPlanContributor.InsertContext.cacheInsert()Returns the value of thecacheInsertrecord component.Methods in org.hibernate.action.queue.spi.decompose.entity with parameters of type InsertCacheHandling.CacheInsertModifier and TypeMethodDescriptionstatic voidInsertCacheHandling.afterTransactionCompletion(boolean success, org.hibernate.action.internal.AbstractEntityInsertAction action, InsertCacheHandling.CacheInsert cacheInsert, SharedSessionContractImplementor session) static voidInsertCacheHandling.putIfNecessary(org.hibernate.action.internal.AbstractEntityInsertAction action, InsertCacheHandling.CacheInsert cacheInsert, Object id, Object version, SharedSessionContractImplementor session) Constructors in org.hibernate.action.queue.spi.decompose.entity with parameters of type InsertCacheHandling.CacheInsertModifierConstructorDescriptionInsertContext(EntityPersister entityPersister, org.hibernate.action.internal.AbstractEntityInsertAction action, int ordinalBase, SharedSessionContractImplementor session, DecompositionContext decompositionContext, Object entity, Object identifier, Object[] state, InsertCacheHandling.CacheInsert cacheInsert) Creates an instance of aInsertContextrecord class.