A Hibernate class mapping can be marked as immutable using mutable="false" attribute. This tells Hibernate that instances of this class never change, allowing optimizations. Options B and C use incorrect attribute names - the correct attribute is 'mutable', not 'ismutable'.