Uses of Interface
com.hammurapi.review.Repository

Packages that use Repository
com.hammurapi.review   
com.hammurapi.review.impl   
com.hammurapi.review.util   
 

Uses of Repository in com.hammurapi.review
 

Methods in com.hammurapi.review that return Repository
 Repository ReviewFactory.createRepository()
          Returns a new object of class 'Repository'.
 

Uses of Repository in com.hammurapi.review.impl
 

Classes in com.hammurapi.review.impl that implement Repository
 class RepositoryImpl
          An implementation of the model object 'Repository'.
 

Methods in com.hammurapi.review.impl that return Repository
 Repository ReviewFactoryImpl.createRepository()
           
 

Uses of Repository in com.hammurapi.review.util
 

Methods in com.hammurapi.review.util with parameters of type Repository
 T ReviewSwitch.caseRepository(Repository object)
          Returns the result of interpreting the object as an instance of 'Repository'.