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