Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-3021

When creating pojo and the column is byte[], change to define in pojo as byte[]

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Critical Critical
    • None
    • None
    • Modeling
    • None

      Instead of mapping to a ByteString data type, map to byte[].

      Example:

      @ProtoField(number = 7)
      public byte[] getByteArrayValue()

      { return byteArrayValue; }

      public void setByteArrayValue(byte[] objectValue)

      { this.byteArrayValue = objectValue; }

            Unassigned Unassigned
            van.halbert Van Halbert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: