Uses of Package
org.jboss.dna.graph.connector.map

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

Classes in org.jboss.dna.graph.connector.map used by org.jboss.dna.connector.infinispan
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).
 

Classes in org.jboss.dna.graph.connector.map used by org.jboss.dna.connector.jbosscache
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).
 

Classes in org.jboss.dna.graph.connector.map used by org.jboss.dna.connector.store.jpa.model.simple
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.jboss.dna.graph.connector.map used by org.jboss.dna.graph.connector.inmemory
DefaultMapNode
           
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).
 

Classes in org.jboss.dna.graph.connector.map used by org.jboss.dna.graph.connector.map
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.