Package org.hibernate.annotations

A set of mapping annotations which extend the O/R mapping annotations defined by JPA.

Basic value mapping

Hibernate supports two approaches to defining a mapping strategy for basic values: These two approaches are not intended to be mixed. Specifying a custom-type takes precedence over the compositional approach. Although the compositional approach is recommended, both forms are fully supported.

Please see the user guide for a more in-depth discussion.