|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| 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
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||