Class ReactiveDeleteRowsCoordinatorStandard

java.lang.Object
org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
org.hibernate.reactive.persister.collection.mutation.ReactiveDeleteRowsCoordinatorStandard
All Implemented Interfaces:
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator, org.hibernate.persister.collection.mutation.DeleteRowsCoordinator, ReactiveDeleteRowsCoordinator

public class ReactiveDeleteRowsCoordinatorStandard extends org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard implements ReactiveDeleteRowsCoordinator
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactiveDeleteRowsCoordinatorStandard(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations, boolean deleteByIndex, org.hibernate.service.ServiceRegistry serviceRegistry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactiveDeleteRows(org.hibernate.collection.spi.PersistentCollection<?> collection, Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     

    Methods inherited from class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard

    deleteRows, getMutationTarget

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator

    getMutationTarget

    Methods inherited from interface org.hibernate.persister.collection.mutation.DeleteRowsCoordinator

    deleteRows
  • Constructor Details

    • ReactiveDeleteRowsCoordinatorStandard

      public ReactiveDeleteRowsCoordinatorStandard(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations, boolean deleteByIndex, org.hibernate.service.ServiceRegistry serviceRegistry)
  • Method Details