Class ReactiveInsertRowsCoordinatorNoOp

java.lang.Object
org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorNoOp
All Implemented Interfaces:
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator, org.hibernate.persister.collection.mutation.InsertRowsCoordinator, ReactiveInsertRowsCoordinator

public class ReactiveInsertRowsCoordinatorNoOp extends Object implements ReactiveInsertRowsCoordinator
InsertRowsCoordinatorNoOp
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator

    org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactiveInsertRowsCoordinatorNoOp(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.persister.collection.mutation.CollectionMutationTarget
     
    void
    insertRows(org.hibernate.collection.spi.PersistentCollection<?> collection, Object id, org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter entryChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
    reactiveInsertRows(org.hibernate.collection.spi.PersistentCollection<?> collection, Object id, org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter entryChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ReactiveInsertRowsCoordinatorNoOp

      public ReactiveInsertRowsCoordinatorNoOp(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • insertRows

      public void insertRows(org.hibernate.collection.spi.PersistentCollection<?> collection, Object id, org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter entryChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Specified by:
      insertRows in interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator
    • reactiveInsertRows

      public CompletionStage<Void> reactiveInsertRows(org.hibernate.collection.spi.PersistentCollection<?> collection, Object id, org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter entryChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Specified by:
      reactiveInsertRows in interface ReactiveInsertRowsCoordinator
    • getMutationTarget

      public org.hibernate.persister.collection.mutation.CollectionMutationTarget getMutationTarget()
      Specified by:
      getMutationTarget in interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator