2020-04-18

Hibernate JPA @PersistenceContexts Example

@PersistenceContexts

The @PersistenceContexts annotation is used to group multiple @PersistenceContext annotations.

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

No comments:

Post a Comment