Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.jdbf.engine.repository.Repository

Uses of Repository in org.jdbf.engine.repository
 

Classes in org.jdbf.engine.repository that implement Repository
 class RepositoryView
          RepositoryView is the class that represents the repositoryView specified in repository.
 

Methods in org.jdbf.engine.repository that return Repository
 Repository RepositoryFactory.getRepository(java.lang.String key)
          Return the Repository with the name specified in key paramater
 

Methods in org.jdbf.engine.repository with parameters of type Repository
 void RepositoryFactory.addRepository(java.lang.String key, Repository repository)
          Add Repository with the specific key.