注释类型 MetaValue


  • public @interface MetaValue
    Maps a given discriminator value to the corresponding entity type. See Any for more information.
    作者:
    Emmanuel Bernard, Steve Ebersole
    另请参阅:
    Any
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      Class targetEntity
      The entity type.
      String value
      The corresponding discriminator value stored in database.
    • 元素详细资料

      • targetEntity

        Class targetEntity
        The entity type.
      • value

        String value
        The corresponding discriminator value stored in database.