javax.persistence
Annotation Type PersistenceContexts


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

List of Persistence Contexts.

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

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

Element Detail

value

public abstract PersistenceContext[] value
List of PersistenceContext objects.