Uses of Interface
org.modeshape.graph.connector.map.MapRepositoryTransaction

Packages that use MapRepositoryTransaction
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.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.modeshape.connector.store.jpa.model.simple
 

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

Methods in org.modeshape.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.modeshape.graph.connector.map
 

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

Methods in org.modeshape.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-2012 JBoss, a division of Red Hat. All Rights Reserved.