Hibernate / Hibernate interview questions II
How do I create an immutable class in hibernate?
Configuring the entity class property mutable to false (mutable="false"), class becomes an immutable class. By default, it is mutable="true".
More Related questions...