Annotation Interface Compatibility


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface Compatibility
Denotes that a setting is intended to allow applications to upgrade versions of Hibernate and maintain backwards compatibility with the older version in some specific behavior. Such settings are almost always considered temporary and are usually also deprecated.