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:
JPA 1.0 version.
Author:
Florent Benoit
See Also:
JPA 2.0 specification

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

Element Detail

value

public abstract SecondaryTable[] value
List of SecondaryTable objects.



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.