Reputation: 553
I want avoid updates undue with Ebean, because it happens to Hibernate(@Immutable) and EclipseLink(@ReadOnly).
Upvotes: 0
Views: 4851
Reputation: 4031
So as an answer:
Just remove the setter methods and make the bean immutable that way.
Upvotes: 1