Class ReactiveEntityRegularInsertAction

java.lang.Object
org.hibernate.action.internal.EntityAction
org.hibernate.action.internal.AbstractEntityInsertAction
org.hibernate.action.internal.EntityInsertAction
org.hibernate.reactive.engine.impl.ReactiveEntityRegularInsertAction
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 ReactiveEntityRegularInsertAction extends org.hibernate.action.internal.EntityInsertAction implements ReactiveEntityInsertAction
A reactive EntityInsertAction.
See Also:
  • Constructor Details

    • ReactiveEntityRegularInsertAction

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