It would be great if I can specfy for two classes that I want to use getters and setters for mapping.
Simply, when mapping A to B instead of B.field = A.field use B.setField( A.getField() ) or B.setBooleanField( A.getBooleanField() )
I read the description today and probably it's not clear that field names are different in classes A anb B, but getter and setter names are same.
You seem to have CSS turned off. Please don't fill out this field.
Log in to post a comment.
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
I read the description today and probably it's not clear that field names are different in classes A anb B, but getter and setter names are same.