@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.5.2, "build v20140319-9ad6abd" API Reference