Class ReactiveEntityIncrementVersionProcess

    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveEntityIncrementVersionProcess​(java.lang.Object object)
      Constructs an EntityIncrementVersionProcess for the given entity.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.Void> doBeforeTransactionCompletion​(ReactiveSession session)
      Perform whatever processing is encapsulated here before completion of the transaction.
      • Methods inherited from class java.lang.Object

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

      • ReactiveEntityIncrementVersionProcess

        public ReactiveEntityIncrementVersionProcess​(java.lang.Object object)
        Constructs an EntityIncrementVersionProcess for the given entity.
        Parameters:
        object - The entity instance
    • Method Detail