javax.persistence
Annotation Type SecondaryTables


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

The SecondaryTables annotation is used to specify multiple secondary tables for an entity.

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

Required Element Summary
 SecondaryTable[] value
          List of SecondaryTable objects.
 

Element Detail

value

public abstract SecondaryTable[] value
List of SecondaryTable objects.