Class PreparedBatchEntry

java.lang.Object
se.conciliate.extensions.attribute.PreparedBatchEntry

public final class PreparedBatchEntry extends Object
A value-class for the result of prepareBatch-methods. Holds the raw value of an attribute, the prepared value of that attribute and the valueHolder on which the attribute is attached. The raw value and the value holder are held in an instance of an AttributeValue.
  • Field Details

    • value

      public final AttributeValue value
      The value that was prepared.
    • prepared

      public final PreparedAttribute prepared
      The prepared value of the attribute.