1.

How Can We Map The Classes As Immutable?

Answer»

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

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



Discussion

No Comment Found