Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0
-
Component/s: DSL for Business Domain
-
Labels:None
-
Number of attachments :
Description
Generate toString() method for domain classes.
Should this method access the private fields directly, of use getters? When using getters on a Hibernate lazy loading proxy, take into account that invoking it might cause the object to be loaded into memory.
Done