@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DiscriminatorValue
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
(Optional) The value that indicates that the row is an entity of the
annotated entity type.
|