Uses of Interface
org.jboss.dna.graph.connector.map.MapRepositoryTransaction

Packages that use MapRepositoryTransaction
org.jboss.dna.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.jboss.dna.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.jboss.dna.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.jboss.dna.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.jboss.dna.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
 

Uses of MapRepositoryTransaction in org.jboss.dna.connector.infinispan
 

Methods in org.jboss.dna.connector.infinispan that return MapRepositoryTransaction
 MapRepositoryTransaction InfinispanRepository.startTransaction(boolean readonly)
          Begin a transaction, hinting whether the transaction will be used only to read the content.
 

Uses of MapRepositoryTransaction in org.jboss.dna.connector.jbosscache
 

Methods in org.jboss.dna.connector.jbosscache that return MapRepositoryTransaction
 MapRepositoryTransaction JBossCacheRepository.startTransaction(boolean readonly)
          Begin a transaction, hinting whether the transaction will be used only to read the content.
 

Uses of MapRepositoryTransaction in org.jboss.dna.connector.store.jpa.model.simple
 

Classes in org.jboss.dna.connector.store.jpa.model.simple that implement MapRepositoryTransaction
 class SimpleJpaTransaction
          A MapRepositoryTransaction that wraps an EntityTransaction.
 

Methods in org.jboss.dna.connector.store.jpa.model.simple that return MapRepositoryTransaction
 MapRepositoryTransaction SimpleJpaRepository.startTransaction(boolean readonly)
          Begin a transaction, hinting whether the transaction will be used only to read the content.
 

Uses of MapRepositoryTransaction in org.jboss.dna.graph.connector.inmemory
 

Methods in org.jboss.dna.graph.connector.inmemory that return MapRepositoryTransaction
 MapRepositoryTransaction InMemoryRepository.startTransaction(boolean readonly)
          Begin a transaction, hinting whether the transaction will be used only to read the content.
 

Uses of MapRepositoryTransaction in org.jboss.dna.graph.connector.map
 

Classes in org.jboss.dna.graph.connector.map that implement MapRepositoryTransaction
 class LockBasedTransaction
          A MapRepositoryTransaction based upon a Lock.
 

Methods in org.jboss.dna.graph.connector.map that return MapRepositoryTransaction
abstract  MapRepositoryTransaction MapRepository.startTransaction(boolean readonly)
          Begin a transaction, hinting whether the transaction will be used only to read the content.
 



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