Package org.hibernate.boot.internal
Annotation Interface Target
Used in mapping dynamic models to specify the java-type of an attribute, mainly for
basic,
id,
embedded and
embedded-id attributes.
Can also be useful for any and
many-to-any attributes to
specify a base type.
Other attribute classifications have spec-defined ways to specify the target
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe attribute's Java type
-