Login
Remember
Register
Ask a Question
How to make an immutable class in hibernate?
0
votes
asked
Jan 1, 2024
in
Hibernate
by
rajeshsharma
How to make an immutable class in hibernate?
hibernate-immutable-class
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 1, 2024
by
rajeshsharma
If you mark a class as mutable="false", the class will be treated as an immutable class. By default, it is mutable="true".
...