[
https://issues.jboss.org/browse/FORGE-1762?page=com.atlassian.jira.plugin...
]
Vineet Reynolds updated FORGE-1762:
-----------------------------------
Description:
When the DTO-based REST resources are generated, the {{listAll()}} method contains the
following expression, even though there is no {{Customer}} class:
{noformat}
TypedQuery<Customer> findAllQuery = ...
{noformat}
was:
When the DTO-based REST resources are generated, the {{findAll()}} method contains the
following expression, even though there is no {{Customer}} class:
{noformat}
TypedQuery<Customer> findAllQuery = ...
{noformat}
Generated REST resources reference a 'Customer' class
-----------------------------------------------------
Key: FORGE-1762
URL:
https://issues.jboss.org/browse/FORGE-1762
Project: Forge
Issue Type: Feature Request
Components: Java EE
Affects Versions: 2.4.1.Final
Reporter: Vineet Reynolds
Assignee: Vineet Reynolds
Fix For: 2.4.2.Final
When the DTO-based REST resources are generated, the {{listAll()}} method contains the
following expression, even though there is no {{Customer}} class:
{noformat}
TypedQuery<Customer> findAllQuery = ...
{noformat}
--
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