Uses of Class
org.wso2.registry.jdbc.Repository

Packages that use Repository
org.wso2.registry.config   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.handlers   
 

Uses of Repository in org.wso2.registry.config
 

Methods in org.wso2.registry.config that return Repository
 Repository RegistryContext.getRepository()
           
 

Methods in org.wso2.registry.config with parameters of type Repository
 void RegistryContext.setRepository(Repository repository)
           
 

Uses of Repository in org.wso2.registry.jdbc
 

Fields in org.wso2.registry.jdbc declared as Repository
protected  Repository JDBCRegistry.repository
           
 

Constructors in org.wso2.registry.jdbc with parameters of type Repository
BasicRegistry(RegistryContext registryContext, Repository repository, VersionRepository versionRepository, QueryProcessorManager queryProcessorManager)
           
 

Uses of Repository in org.wso2.registry.jdbc.handlers
 

Methods in org.wso2.registry.jdbc.handlers that return Repository
 Repository RequestContext.getRepository()
           
 

Constructors in org.wso2.registry.jdbc.handlers with parameters of type Repository
RequestContext(Registry registry, Repository repository)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.