0 votes
in Hibernate by
How to make an immutable class in hibernate?

1 Answer

0 votes
by
If you mark a class as mutable="false", the class will be treated as an immutable class. By default, it is mutable="true".
...