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