Uses of Package
net.sf.easyweb4j.repository

Packages that use net.sf.easyweb4j.repository
net.sf.easyweb4j.controller Classes managing controllers. 
net.sf.easyweb4j.dispatcher Classes managing request dispatch. 
net.sf.easyweb4j.repository Classes managing repositories. 
net.sf.easyweb4j.repository.orm Classes/Packages implementing ORM based persistence. 
net.sf.easyweb4j.repository.orm.hibernate Classes/Packages implementing persistence using Hibernate. 
net.sf.easyweb4j.repository.orm.jpa Classes/Packages implementing persistence using JPA. 
 

Classes in net.sf.easyweb4j.repository used by net.sf.easyweb4j.controller
RepositoryProvider
           
 

Classes in net.sf.easyweb4j.repository used by net.sf.easyweb4j.dispatcher
RepositoryManager
          A repository manager instance manages singleton instances of the different repositories required by the controllers.
 

Classes in net.sf.easyweb4j.repository used by net.sf.easyweb4j.repository
PersistenceContextManager
           
PersistenceManager
           
Repository
          Parent type of all repository super classes.
RepositoryProvider
           
 

Classes in net.sf.easyweb4j.repository used by net.sf.easyweb4j.repository.orm
Repository
          Parent type of all repository super classes.
 

Classes in net.sf.easyweb4j.repository used by net.sf.easyweb4j.repository.orm.hibernate
PersistenceContextManager
           
PersistenceManager
           
Repository
          Parent type of all repository super classes.
 

Classes in net.sf.easyweb4j.repository used by net.sf.easyweb4j.repository.orm.jpa
PersistenceContextManager
           
PersistenceManager
           
Repository
          Parent type of all repository super classes.
 



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