Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-2352

JPA: New Field creates an unknown B type for byte[] types

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 2.16.2.Final
    • 2.16.1.Final
    • Java EE
    • None

      When running jpa-new-field --named blob_field --type byte[] --lob in a JPA entity, the generated field is

              @Lob
      	@Column(length = 2147483647)
      	private B blob_field;
      

              rhn-support-ggastald George Gastaldi
              rhn-support-ggastald George Gastaldi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: