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

Packages that use BaseTransaction
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.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.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 BaseTransaction in org.modeshape.connector.disk
 

Subclasses of BaseTransaction in org.modeshape.connector.disk
 class DiskTransaction
           
 

Uses of BaseTransaction in org.modeshape.connector.infinispan
 

Subclasses of BaseTransaction in org.modeshape.connector.infinispan
 class InfinispanTransaction
           
 

Uses of BaseTransaction in org.modeshape.connector.jbosscache
 

Subclasses of BaseTransaction in org.modeshape.connector.jbosscache
 class JBossCacheTransaction
           
 

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

Subclasses of BaseTransaction in org.modeshape.connector.meta.jdbc
protected  class JdbcMetadataRepository.JdbcMetadataTransaction
           
 

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

Subclasses of BaseTransaction in org.modeshape.graph.connector.base
 class MapTransaction<NodeType extends MapNode,WorkspaceType extends MapWorkspace<NodeType>>
          An implementation of Transaction that maintains a cache of nodes by their hash (or UUID).
 class PathTransaction<NodeType extends PathNode,WorkspaceType extends PathWorkspace<NodeType>>
          An implementation of Transaction that maintains a cache of nodes by their path.
 

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

Subclasses of BaseTransaction in org.modeshape.graph.connector.inmemory
 class InMemoryTransaction
           
 



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