Class AbstractReactiveEntitiesOperations.Data

    • Field Summary

      Fields 
      Modifier and Type Field Description
      T entity  
      java.lang.Object filter  
      java.util.Map<io.micronaut.data.model.runtime.QueryParameterBinding,​java.lang.Object> previousValues  
      boolean vetoed  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Data()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • entity

        public T entity
      • filter

        public java.lang.Object filter
      • previousValues

        public java.util.Map<io.micronaut.data.model.runtime.QueryParameterBinding,​java.lang.Object> previousValues
      • vetoed

        public boolean vetoed
    • Constructor Detail

      • Data

        protected Data()