javax.persistence
Annotation Type Inheritance


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Inheritance

The JoinTable annotation is used in the mapping of associations. A JoinTable annotation is specified on the owning side of a many-to-many association, or in a unidirectional one-to-many association.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification

Optional Element Summary
 InheritanceType strategy
          (Optional) The inheritance strategy to use for the entity inheritance hierarchy.
 

strategy

public abstract InheritanceType strategy
(Optional) The inheritance strategy to use for the entity inheritance hierarchy.

Default:
SINGLE_TABLE