Hibernate / Hibernate interview questions
How to make a immutable class in hibernate?
If you mark a class as mutable="false", class will be treated as an immutable class. By default, it is mutable="true".
More Related questions...
If you mark a class as mutable="false", class will be treated as an immutable class. By default, it is mutable="true".
More Related questions...