|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapRepository | |
---|---|
org.modeshape.connector.infinispan | The classes that make up the connector that stores content in a deployed instance of Infinispan. |
org.modeshape.connector.jbosscache | The classes that make up the connector that stores content in a JBoss Cache instance. |
org.modeshape.connector.store.jpa.model.simple | The classes that define the "simple" storage model for the JPA connector. |
org.modeshape.graph.connector.inmemory | The In-Memory Connector represents a connector that maintains
a graph in transient in-process memory. |
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.infinispan |
---|
Subclasses of MapRepository in org.modeshape.connector.infinispan | |
---|---|
class |
InfinispanRepository
The repository that uses an Infinispan instance. |
Constructors in org.modeshape.connector.infinispan with parameters of type MapRepository | |
---|---|
InfinispanRepository.Workspace(MapRepository repository,
String name,
org.infinispan.Cache<UUID,MapNode> workspaceCache)
|
Uses of MapRepository in org.modeshape.connector.jbosscache |
---|
Subclasses of MapRepository in org.modeshape.connector.jbosscache | |
---|---|
class |
JBossCacheRepository
A repository implementation that uses JBoss Cache. |
Constructors in org.modeshape.connector.jbosscache with parameters of type MapRepository | |
---|---|
JBossCacheRepository.Workspace(MapRepository repository,
String name,
org.jboss.cache.Node<UUID,MapNode> workspaceNode)
|
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.inmemory |
---|
Subclasses of MapRepository in org.modeshape.graph.connector.inmemory | |
---|---|
class |
InMemoryRepository
A specialized MapRepository that represents an in-memory repository. |
Constructors in org.modeshape.graph.connector.inmemory with parameters of type MapRepository | |
---|---|
InMemoryRepository.Workspace(MapRepository repository,
String name)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |