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.
Comments
Post a Comment