Class Operation


  • public class Operation
    extends Object
    Orchestrate a global save operation, with underlying insert, update and delete necessary to synchronize the database with the entities.
    Author:
    Guillaume Le Cousin
    • Method Detail

      • addToSave

        public <T> net.lecousin.reactive.data.relational.query.operation.SaveProcessor.SaveRequest addToSave​(EntityInstance<T> entity)
      • addToDelete

        public <T> net.lecousin.reactive.data.relational.query.operation.DeleteProcessor.DeleteRequest addToDelete​(EntityInstance<T> entity)
      • execute

        public reactor.core.publisher.Mono<Void> execute()