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

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

    XMLWordPrintable

Details

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

    Description

      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;
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: