1.

How To Make An Immutable Class In Hibernate?

Answer»

If we MARK a class as mutable=”false”, the class will be TREATED as an immutable class. The DEFAULT VALUE of mutable is “true”.

If we mark a class as mutable=”false”, the class will be treated as an immutable class. The default value of mutable is “true”.



Discussion

No Comment Found