|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |