Top Description Methods
jakarta.persistence

public @Interface PersistenceContexts

extends Annotation
Annotations
@Target:TYPE
@Retention:RUNTIME
Imports
java.lang.annotation.Target, .Retention

Declares one or more PersistenceContext annotations. It is used to express a dependency on container-managed entity manager persistence contexts.
Since
1.0
See Also
PersistenceContext

Method Summary

Modifier and TypeMethod and Description
public PersistenceContext[]
value()

(Required) One or more PersistenceContext annotations.

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString

Method Detail

valueback to summary
public PersistenceContext[] value()

(Required) One or more PersistenceContext annotations.