What is the difference between @Immutable and @Entity(mutable=false) when using Hibernate

Viewed 25259

What is the difference between the two if any?

Should one or both be used on an entity?

2 Answers
Related