|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceContextManager | |
---|---|
net.sf.easyweb4j.repository | Classes managing repositories. |
net.sf.easyweb4j.repository.orm.hibernate | Classes/Packages implementing persistence using Hibernate. |
net.sf.easyweb4j.repository.orm.jpa | Classes/Packages implementing persistence using JPA. |
Uses of PersistenceContextManager in net.sf.easyweb4j.repository |
---|
Constructor parameters in net.sf.easyweb4j.repository with type arguments of type PersistenceContextManager | |
---|---|
RepositoryManager(Map<Class<?>,PersistenceManager> persistenceManagers,
Map<Class<?>,PersistenceContextManager> persistenceContextManagers)
Initializes the repository map, builds the SessionFactory and EntityManagerFactory if appropriate configuration files are found.. |
Uses of PersistenceContextManager in net.sf.easyweb4j.repository.orm.hibernate |
---|
Classes in net.sf.easyweb4j.repository.orm.hibernate that implement PersistenceContextManager | |
---|---|
class |
HibernatePersistenceContextManager
|
Uses of PersistenceContextManager in net.sf.easyweb4j.repository.orm.jpa |
---|
Classes in net.sf.easyweb4j.repository.orm.jpa that implement PersistenceContextManager | |
---|---|
class |
JPAPersistenceContextManager
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |