Class ReactiveInsertRowsCoordinatorNoOp

  • All Implemented Interfaces:
    org.hibernate.persister.collection.mutation.CollectionOperationCoordinator, org.hibernate.persister.collection.mutation.InsertRowsCoordinator, ReactiveInsertRowsCoordinator

    public class ReactiveInsertRowsCoordinatorNoOp
    extends java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.persister.collection.mutation.CollectionMutationTarget getMutationTarget()  
      void insertRows​(org.hibernate.collection.spi.PersistentCollection<?> collection, java.lang.Object id, org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter entryChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session)  
      java.util.concurrent.CompletionStage<java.lang.Void> reactiveInsertRows​(org.hibernate.collection.spi.PersistentCollection<?> collection, java.lang.Object id, org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter entryChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ReactiveInsertRowsCoordinatorNoOp

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

      • toString

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

        public void insertRows​(org.hibernate.collection.spi.PersistentCollection<?> collection,
                               java.lang.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 java.util.concurrent.CompletionStage<java.lang.Void> reactiveInsertRows​(org.hibernate.collection.spi.PersistentCollection<?> collection,
                                                                                       java.lang.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