|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) @Retention(value=RUNTIME) public @interface DiscriminatorClass
A DiscriminatorClass is used within a VariableOneToOne annotation.
Required Element Summary | |
---|---|
java.lang.String |
discriminator
(Required) The discriminator to be stored on the database. |
java.lang.Class |
value
(Required) The class to the instantiated with the given discriminator. |
Element Detail |
---|
public abstract java.lang.String discriminator
public abstract java.lang.Class value
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |