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
      Class targetEntity
      The entity type.
      String value
      The corresponding discriminator value stored in database.
    • Element Detail

      • targetEntity

        Class targetEntity
        The entity type.
      • value

        String value
        The corresponding discriminator value stored in database.