Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1505 Perform a review of Forge 2.CR
  3. FORGE-1507

Mapped super classes are not generated under the model package

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 2.0.0.Final
    • 2.0.0.CR2
    • UI - Shell
    • None

      When creating a Mapped Superclass, it goes to the root package instead of the model subpackage (like any entity) :

       
      jpa-new-mapped-superclass --named Person 
      

      Gives

       
      package com.pluralsight.persistence.module07;
      
      import javax.persistence.MappedSuperclass;
      
      @MappedSuperclass
      public class Person
      {
      }
      

              rhn-support-ggastald George Gastaldi
              agoncal Antonio Goncalves (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: