Uses of Class
org.modeshape.graph.connector.map.MapRepository

Packages that use MapRepository
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 MapRepository in org.modeshape.connector.store.jpa.model.simple
 

Subclasses of MapRepository in org.modeshape.connector.store.jpa.model.simple
 class SimpleJpaRepository
          Implementation of MapRepository for the Simple JPA connector model.
 

Constructors in org.modeshape.connector.store.jpa.model.simple with parameters of type MapRepository
SimpleJpaRepository.Workspace(MapRepository repository, String name, long workspaceId)
           
 

Uses of MapRepository in org.modeshape.graph.connector.map
 

Methods in org.modeshape.graph.connector.map that return MapRepository
protected  MapRepository AbstractMapWorkspace.getRepository()
          Get the repository that owns this workspace.
 

Constructors in org.modeshape.graph.connector.map with parameters of type MapRepository
AbstractMapWorkspace(MapRepository repository, String name)
           
MapRepositoryConnection(MapRepositorySource source, MapRepository repository)
           
MapRequestProcessor(ExecutionContext context, MapRepository repository, Observer observer, boolean updatesAllowed)
           
 



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