@Target(value={}) @Retention(value=RUNTIME) public @interface DiscriminatorClass
Modifier and Type | Required Element and Description |
---|---|
String |
discriminator
(Required) The discriminator to be stored on the database.
|
Class |
value
(Required) The class to the instantiated with the given discriminator.
|
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference