|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JPAEntityManagerSource
Responsible for creating an EntityManager as needed. Internally, is responsible for
PersistenceUnit Configuration, resulting in a EntityManagerFactory.
| Method Summary | |
|---|---|
javax.persistence.EntityManager |
create()
Creates a new session using the EntityManagerFactory
created at service startup. |
javax.persistence.EntityManagerFactory |
getEntityManagerFactory()
Returns the EntityManagerFactory from which JPA entity managers are created. |
| Method Detail |
|---|
javax.persistence.EntityManager create()
EntityManagerFactory
created at service startup.
javax.persistence.EntityManagerFactory getEntityManagerFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||