Uses of Interface
org.apache.xbean.recipe.Repository

Packages that use Repository
org.apache.xbean.recipe   
 

Uses of Repository in org.apache.xbean.recipe
 

Classes in org.apache.xbean.recipe that implement Repository
 class DefaultRepository
           
 

Methods in org.apache.xbean.recipe that return Repository
 Repository DefaultExecutionContext.getRepository()
           
 Repository ObjectGraph.getRepository()
           
 

Methods in org.apache.xbean.recipe with parameters of type Repository
 void DefaultExecutionContext.setRepository(Repository repository)
           
 void ObjectGraph.setRepository(Repository repository)
           
 

Constructors in org.apache.xbean.recipe with parameters of type Repository
DefaultExecutionContext(Repository repository)
           
ObjectGraph(Repository repository)
           
 



Copyright © 2005-2011. All Rights Reserved.