Monday, January 4, 2016

How can we map the classes as immutable?

Ref:- http://career.guru99.com/hibernate-interview-questions/

If we don’t want an application to update or delete objects of a class in hibernate, we can make the class as immutable by setting mutable=false

No comments:

Post a Comment