Class BatchQueryRow


  • public abstract class BatchQueryRow
    extends Object
    Represents a single row of values in a BatchQuery.
    Since:
    4.0
    • Method Detail

      • getValue

        public abstract Object getValue​(int i)
      • getObjectId

        public ObjectId getObjectId()
      • getValue

        protected Object getValue​(Map<String,​Object> valueMap,
                                  DbAttribute attribute)
        Used by subclasses to resolve deferred values on demand. This is useful when a certain value comes from a generated key of another master object.