Class ReactiveEntityIdentityInsertAction

java.lang.Object
org.hibernate.action.internal.EntityAction
org.hibernate.action.internal.AbstractEntityInsertAction
org.hibernate.action.internal.EntityIdentityInsertAction
org.hibernate.reactive.engine.impl.ReactiveEntityIdentityInsertAction
All Implemented Interfaces:
Serializable, Comparable<org.hibernate.engine.spi.ComparableExecutable>, org.hibernate.action.spi.AfterTransactionCompletionProcess, org.hibernate.action.spi.Executable, org.hibernate.engine.spi.ComparableExecutable, ReactiveEntityInsertAction, ReactiveExecutable

public class ReactiveEntityIdentityInsertAction extends org.hibernate.action.internal.EntityIdentityInsertAction implements ReactiveEntityInsertAction
A reactific EntityIdentityInsertAction (used when inserting into tables with autoincrement columns).
See Also:
  • Constructor Details

    • ReactiveEntityIdentityInsertAction

      public ReactiveEntityIdentityInsertAction(Object[] state, Object instance, org.hibernate.persister.entity.EntityPersister persister, boolean isVersionIncrementDisabled, org.hibernate.event.spi.EventSource session, boolean isDelayed)
  • Method Details