org.hibernate.annotations
Annotation Type Immutable


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Immutable

Mark an Entity or a Collection as immutable No annotation means the element is mutable

Author:
Emmanuel Bernard