Package org.hibernate.annotations
Annotation Type AnyKeyJavaClass
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface AnyKeyJavaClass
Specifies the Java Class to use for the foreign-key handling related to an ANY mapping. The specified class is resolved to aBasicJavaType
via theJavaTypeRegistry
- Since:
- 6.0
- See Also:
Any
,AnyKeyJavaType
-
-
Element Detail
-
value
Class<?> value
The Java Class
-
-