Package | Description |
---|---|
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 | 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 |
SchematicDb
A store for JSON documents and other binary content, plus a library of JSON Schema documents used to describe and validate the
stored documents.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.