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

Packages that use Repository
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. 
 

Uses of Repository in net.sf.easyweb4j.repository
 

Methods in net.sf.easyweb4j.repository that return Repository
 Repository<?> RepositoryManager.getRepository(Class<Repository<?>> repositoryClass)
          Retrieves an instance of the given repository class from the available repositories or creates a new instance.
 Repository<?> RepositoryProvider.getRepository(Class<Repository<?>> repositoryClass)
           
 

Methods in net.sf.easyweb4j.repository with parameters of type Repository
 void PersistenceContextManager.bindRepositoryToThread(Repository<?> repository)
           
 void PersistenceContextManager.ensureTransaction(Repository<?> repository)
           
 void PersistenceManager.initializeRepository(Repository<?> repository)
           
 

Method parameters in net.sf.easyweb4j.repository with type arguments of type Repository
 Repository<?> RepositoryManager.getRepository(Class<Repository<?>> repositoryClass)
          Retrieves an instance of the given repository class from the available repositories or creates a new instance.
 Repository<?> RepositoryProvider.getRepository(Class<Repository<?>> repositoryClass)
           
 

Uses of Repository in net.sf.easyweb4j.repository.orm
 

Subinterfaces of Repository in net.sf.easyweb4j.repository.orm
 interface ORMRepository<T>
           
 

Uses of Repository in net.sf.easyweb4j.repository.orm.hibernate
 

Classes in net.sf.easyweb4j.repository.orm.hibernate that implement Repository
 class HibernateRepository<T>
           
 

Methods in net.sf.easyweb4j.repository.orm.hibernate with parameters of type Repository
 void HibernatePersistenceContextManager.bindRepositoryToThread(Repository<?> repository)
           
 void HibernatePersistenceContextManager.ensureTransaction(Repository<?> repository)
           
 void HibernatePersistenceManager.initializeRepository(Repository<?> repository)
           
 

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

Classes in net.sf.easyweb4j.repository.orm.jpa that implement Repository
 class JPARepository<T>
           
 

Methods in net.sf.easyweb4j.repository.orm.jpa with parameters of type Repository
 void JPAPersistenceContextManager.bindRepositoryToThread(Repository<?> repository)
           
 void JPAPersistenceContextManager.ensureTransaction(Repository<?> repository)
           
 void JPAPersistenceManager.initializeRepository(Repository<?> repository)
           
 



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