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

Details

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

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: