@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.
|
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.