Uses of Class
org.modeshape.graph.connector.base.Repository

Packages that use Repository
org.modeshape.connector.disk The classes that make up the connector that stores content in a ModeShape-specific format on fixed disk. 
org.modeshape.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
org.modeshape.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.modeshape.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.modeshape.connector.meta.jdbc The classes that make up the connector that accesses the database schema metadata exposed by JDBC drivers for existing relational databases. 
org.modeshape.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
org.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
 

Uses of Repository in org.modeshape.connector.disk
 

Subclasses of Repository in org.modeshape.connector.disk
 class DiskRepository
          The representation of a disk-based repository and its content.
 

Uses of Repository in org.modeshape.connector.filesystem
 

Subclasses of Repository in org.modeshape.connector.filesystem
 class FileSystemRepository
          Implementation of Repository that provides access to an underlying file system.
 

Uses of Repository in org.modeshape.connector.infinispan
 

Subclasses of Repository in org.modeshape.connector.infinispan
 class InfinispanRepository
          The representation of an in-memory repository and its content.
 

Uses of Repository in org.modeshape.connector.jbosscache
 

Subclasses of Repository in org.modeshape.connector.jbosscache
 class JBossCacheRepository
          The representation of an in-memory repository and its content.
 

Uses of Repository in org.modeshape.connector.meta.jdbc
 

Subclasses of Repository in org.modeshape.connector.meta.jdbc
 class JdbcMetadataRepository
           
 

Constructors in org.modeshape.connector.meta.jdbc with parameters of type Repository
JdbcMetadataRepository.JdbcMetadataTransaction(Repository<PathNode,org.modeshape.connector.meta.jdbc.JdbcMetadataWorkspace> repository, UUID rootNodeUuid)
           
 

Uses of Repository in org.modeshape.connector.svn
 

Subclasses of Repository in org.modeshape.connector.svn
 class SvnRepository
           
 

Uses of Repository in org.modeshape.graph.connector.base
 

Methods in org.modeshape.graph.connector.base that return Repository
protected  Repository<NodeType,WorkspaceType> BaseTransaction.getRepository()
          Obtain the repository object against which this transaction is running.
 

Constructors in org.modeshape.graph.connector.base with parameters of type Repository
BaseTransaction(ExecutionContext context, Repository<NodeType,WorkspaceType> repository, UUID rootNodeUuid)
           
Connection(BaseRepositorySource source, Repository<NodeType,WorkspaceType> repository)
           
MapTransaction(ExecutionContext context, Repository<NodeType,WorkspaceType> repository, UUID rootNodeUuid)
          Create a new transaction.
PathTransaction(Repository<NodeType,WorkspaceType> repository, UUID rootNodeUuid)
          Create a new transaction.
Processor(Transaction<NodeType,WorkspaceType> txn, Repository<NodeType,WorkspaceType> repository, Observer observer, boolean updatesAllowed, boolean creatingWorkspacesAllowed)
           
 

Uses of Repository in org.modeshape.graph.connector.inmemory
 

Subclasses of Repository in org.modeshape.graph.connector.inmemory
 class InMemoryRepository
          The representation of an in-memory repository and its content.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.