You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest having the generator also generate an extra no argument constructor in the model classes to allow us to create objects using the fluent pattern i.e. Object obj = new Object().setField1(field).setField2(field2) etc.
The text was updated successfully, but these errors were encountered:
I suggest having the generator also generate an extra no argument constructor in the model classes to allow us to create objects using the fluent pattern i.e.
Object obj = new Object().setField1(field).setField2(field2)
etc.The text was updated successfully, but these errors were encountered: