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

Details

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

    Description

      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; }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: