Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.0
-
None
-
None
Description
POJOInnerJoinOperator should use getDeclaredField of java reflection. Currently its using getField because of which unless the POJO fields are public, they're not see by reflection. In reality the fields in POJO will be private and getters/setters will be public.
Attachments
Issue Links
- links to