Interface ReactiveGeneratedValuesMutationDelegate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CompletionStage<org.hibernate.generator.values.GeneratedValues> reactivePerformMutation​(org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails singleStatementDetails, org.hibernate.engine.jdbc.mutation.JdbcValueBindings jdbcValueBindings, Object modelReference, SharedSessionContractImplementor session)  
      • Methods inherited from interface org.hibernate.generator.values.GeneratedValuesMutationDelegate

        createTableMutationBuilder, getGeneratedValuesMappingProducer, getTiming, performMutation, prepareStatement, supportsArbitraryValues, supportsRowId
    • Method Detail

      • reactivePerformMutation

        CompletionStage<org.hibernate.generator.values.GeneratedValues> reactivePerformMutation​(org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails singleStatementDetails,
                                                                                                org.hibernate.engine.jdbc.mutation.JdbcValueBindings jdbcValueBindings,
                                                                                                Object modelReference,
                                                                                                SharedSessionContractImplementor session)