Antonio Goncalves created FORGE-1507:
----------------------------------------
Summary: Mapped super classes are not generated under the model package
Key: FORGE-1507
URL:
https://issues.jboss.org/browse/FORGE-1507
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.CR2
Reporter: Antonio Goncalves
Fix For: 2.x Future
When creating a Mapped Superclass, it goes to the root package instead of the {{model}}
subpackage (like any entity) :
{code}
jpa-new-mapped-superclass --named Person
{code}
Gives
{code}
package com.pluralsight.persistence.module07;
import javax.persistence.MappedSuperclass;
@MappedSuperclass
public class Person
{
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira