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".

Related questions

0 votes
asked Dec 31, 2023 in Hibernate by Robindeniel
0 votes
0 votes
asked Jun 8, 2020 in Hibernate by DavidAnderson
...