Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.7.0
-
None
Description
To assist migration from CMP 2.x beans to EJB3-style beans, it would be handy to allow a class to implement the CMP fields as concrete fields and classes in their code rather than requiring the methods to be abstract ones that are completed by the container system. This is something that JPA supports via mapped superclasses, so it should be possible to skip the code generation for the non-abstract methods and use the mapped-superclasses to enable these fields.