Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
JPA 1.0, 3.0
-
None
-
None
Description
Current JPA runtime assumes field-based access (even though it recognizes property method annotations). Need to support both equally. It should come down to creating the right property descriptors in JpaClassDescriptorFactory and maybe checking the enhancer to ensure it does the right thing.