javax.persistence
Annotation Type SecondaryTables


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

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

Author:
Emmanuel Bernard

Required Element Summary
 SecondaryTable[] value
          The secondary tables for an entity.
 

Element Detail

value

public abstract SecondaryTable[] value
The secondary tables for an entity.