Package org.hibernate.annotations
Annotation Interface AnyKeyJavaClass
Specifies the Java class to use for the foreign key handling
related to an
Any
mapping.
The specified class is resolved to a BasicJavaType
via the JavaTypeRegistry
.
- Since:
- 6.0
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueThe Java Class
-