Class ReactiveCteMutationStrategy

    • Field Summary

      • Fields inherited from class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy

        ID_TABLE_NAME, SHORT_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveCteMutationStrategy​(org.hibernate.metamodel.mapping.EntityMappingType rootEntityType, org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext)  
      ReactiveCteMutationStrategy​(org.hibernate.persister.entity.EntityPersister rootDescriptor, org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.Integer> reactiveExecuteDelete​(org.hibernate.query.sqm.tree.delete.SqmDeleteStatement<?> sqmDeleteStatement, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, org.hibernate.query.spi.DomainQueryExecutionContext context)  
      java.util.concurrent.CompletionStage<java.lang.Integer> reactiveExecuteUpdate​(org.hibernate.query.sqm.tree.update.SqmUpdateStatement<?> sqmUpdateStatement, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, org.hibernate.query.spi.DomainQueryExecutionContext context)  
      • Methods inherited from class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy

        checkMatch, executeDelete, executeUpdate, getIdCteTable, getRootDescriptor, getSessionFactory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy

        prepare, release
    • Constructor Detail

      • ReactiveCteMutationStrategy

        public ReactiveCteMutationStrategy​(org.hibernate.metamodel.mapping.EntityMappingType rootEntityType,
                                           org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext)
      • ReactiveCteMutationStrategy

        public ReactiveCteMutationStrategy​(org.hibernate.persister.entity.EntityPersister rootDescriptor,
                                           org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext)
    • Method Detail

      • reactiveExecuteUpdate

        public java.util.concurrent.CompletionStage<java.lang.Integer> reactiveExecuteUpdate​(org.hibernate.query.sqm.tree.update.SqmUpdateStatement<?> sqmUpdateStatement,
                                                                                             org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref,
                                                                                             org.hibernate.query.spi.DomainQueryExecutionContext context)
        Specified by:
        reactiveExecuteUpdate in interface ReactiveSqmMultiTableMutationStrategy
      • reactiveExecuteDelete

        public java.util.concurrent.CompletionStage<java.lang.Integer> reactiveExecuteDelete​(org.hibernate.query.sqm.tree.delete.SqmDeleteStatement<?> sqmDeleteStatement,
                                                                                             org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref,
                                                                                             org.hibernate.query.spi.DomainQueryExecutionContext context)
        Specified by:
        reactiveExecuteDelete in interface ReactiveSqmMultiTableMutationStrategy