Annotation Interface 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 a BasicJavaType via the JavaTypeRegistry.

Since:
6.0
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The Java Class
  • Element Details

    • value

      Class<?> value
      The Java Class