Uses of Interface
net.sf.easyweb4j.repository.PersistenceManager

Packages that use PersistenceManager
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 PersistenceManager in net.sf.easyweb4j.repository
 

Constructor parameters in net.sf.easyweb4j.repository with type arguments of type PersistenceManager
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 PersistenceManager in net.sf.easyweb4j.repository.orm.hibernate
 

Classes in net.sf.easyweb4j.repository.orm.hibernate that implement PersistenceManager
 class HibernatePersistenceManager
           
 

Uses of PersistenceManager in net.sf.easyweb4j.repository.orm.jpa
 

Classes in net.sf.easyweb4j.repository.orm.jpa that implement PersistenceManager
 class JPAPersistenceManager
           
 



Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.