bodiam
01/09/2019, 12:41 PMMike
01/09/2019, 12:56 PMtoString
, equals
and hashCode
. If the JPA implementation leverages any of those functions (i.e. you were defining them when/if you worked in Java), then you don’t have to define them manually.
If the JPA doesn’t rely on those, then strictly answering your question, it doesn’t add any value for JPA.
Of course as soon as you use the model objects in your code, those functions may be beneficial.thanksforallthefish
01/09/2019, 1:13 PMMike
01/09/2019, 2:07 PMbodiam
01/10/2019, 1:01 AM