Package org.hibernate.annotations

Package containing all Hibernate's specific annotations.

Basic value mapping

Hibernate supports 2 approaches to defining a mapping strategy for basic values: These 2 approaches are not intended to be mixed. Specifying a custom-type takes precedence over the compositional approach. Though the compositional approach is recommended, both forms are fully supported. See the user-guide for a more in-depth discussion