Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache.document | |
org.modeshape.persistence.file |
The classes that make up the file system persistence provider.
|
org.modeshape.persistence.relational |
The classes that make up the relational persistence provider.
|
org.modeshape.schematic |
Modifier and Type | Method and Description |
---|---|
default SchematicDb |
Environment.getDb(Document persistenceConfig)
Returns
SchematicDb instance for the given configuration and optional classpath entries using a
custom loader . |
Modifier and Type | Method and Description |
---|---|
protected Transactions |
JcrRepository.RunningState.createTransactions(TransactionManager txnMgr,
SchematicDb db) |
Constructor and Description |
---|
LocalDocumentStore(SchematicDb database,
RepositoryEnvironment repoEnv)
Creates a new local store with the given database
|
Modifier and Type | Class and Description |
---|---|
class |
FileDb
SchematicDb implementation which uses H2's MV Store to store data in memory or on disk. |
Modifier and Type | Class and Description |
---|---|
class |
RelationalDb
SchematicDb implementation which stores data in Relational databases. |
Modifier and Type | Interface and Description |
---|---|
interface |
SchematicDbProvider<T extends SchematicDb>
Service interface for
SchematicDb providers. |
Modifier and Type | Method and Description |
---|---|
static <T extends SchematicDb> |
Schematic.getDb(Document document)
Returns a DB with the given configuration document
Document . |
static <T extends SchematicDb> |
Schematic.getDb(Document document,
ClassLoader cl)
Returns a DB with the given type and configuration document, by delegating to all the available
SchematicDbProvider
services. |
static <T extends SchematicDb> |
Schematic.getDb(InputStream configInputStream)
Returns a DB with reads the given input stream as a configuration document
Document . |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.