Annotation Type MetaValue


  • public @interface MetaValue
    Maps a given discriminator value to the corresponding entity type. See Any for more information.
    See Also:
    Any
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class targetEntity
      The entity type.
      java.lang.String value
      The corresponding discriminator value stored in database.
    • Element Detail

      • targetEntity

        java.lang.Class targetEntity
        The entity type.
      • value

        java.lang.String value
        The corresponding discriminator value stored in database.