Tuesday, November 29, 2011

How can a whole class be mapped as immutable?

Mark the class as mutable="false" (Default is true),. This specifies that instances of the class are (not) mutable. Immutable classes, may not be updated or deleted by the application.
Category:Hibernate Interview Questions

No comments:

Post a Comment