[
https://issues.jboss.org/browse/FORGE-1507?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-1507.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.0.0.Final
(was: 2.x Future)
Resolution: Done
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
Assignee: George Gastaldi
Fix For: 2.0.0.Final
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