Annotation Type DiscriminatorClass
- 
@Target({}) @Retention(RUNTIME) public @interface DiscriminatorClassA DiscriminatorClass is used within a VariableOneToOne annotation.- Author:
 - Guy Pelletier
 - Since:
 - Eclipselink 1.0
 
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringdiscriminator(Required) The discriminator to be stored on the database.java.lang.Classvalue(Required) The class to the instantiated with the given discriminator. 
 -