org.eclipse.persistence.annotations
Annotation Type DiscriminatorClass


@Target(value={})
@Retention(value=RUNTIME)
public @interface DiscriminatorClass

A DiscriminatorClass is used within a VariableOneToOne annotation.

Since:
Eclipselink 1.0
Author:
Guy Pelletier

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

discriminator

public abstract String discriminator
(Required) The discriminator to be stored on the database.


value

public abstract Class value
(Required) The class to the instantiated with the given discriminator.