Uses of Package
org.modeshape.graph.connector.map

Packages that use org.modeshape.graph.connector.map
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
 

Classes in org.modeshape.graph.connector.map used by org.modeshape.connector.store.jpa.model.simple
AbstractMapWorkspace
          A default implementation of MapWorkspace that only requires the user to implement some simple, map-like operations.
MapNode
           
MapRepository
          A default implementation of a map-based repository.
MapRepositoryTransaction
          A transaction returned by the MapRepository.startTransaction(boolean).
MapRequestProcessor
          The default implementation of the RequestProcessor for map repositories.
MapWorkspace
          The MapWorkspace defines the required methods for workspaces in a map repository.
 

Classes in org.modeshape.graph.connector.map used by org.modeshape.graph.connector.map
AbstractMapWorkspace
          A default implementation of MapWorkspace that only requires the user to implement some simple, map-like operations.
MapNode
           
MapRepository
          A default implementation of a map-based repository.
MapRepositorySource
          An extension of the RepositorySource class that provides a cache policy and a repository context.
MapRepositoryTransaction
          A transaction returned by the MapRepository.startTransaction(boolean).
MapWorkspace
          The MapWorkspace defines the required methods for workspaces in a map repository.
 



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