-
Feature Request
-
Resolution: Done
-
Major
-
2.4.1.Final
-
None
When the DTO-based REST resources are generated, the listAll() method contains the following expression, even though there is no Customer class:
TypedQuery<Customer> findAllQuery = ...