Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
org.nuxeo.ecm.core.storage.sql.jdbc | |
org.nuxeo.ecm.core.storage.sql.management |
Simple MBean to report the status of a SQL repository.
|
Modifier and Type | Method and Description |
---|---|
static RepositoryBackend.MapperKind |
RepositoryBackend.MapperKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryBackend.MapperKind[] |
RepositoryBackend.MapperKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Mapper |
RepositoryBackend.newMapper(Model model,
Session.PathResolver pathResolver,
RepositoryBackend.MapperKind kind)
Creates a new instance a
Mapper . |
Modifier and Type | Method and Description |
---|---|
Mapper |
JDBCBackend.newMapper(Model model,
Session.PathResolver pathResolver,
RepositoryBackend.MapperKind kind) |
Modifier and Type | Method and Description |
---|---|
Mapper |
MonitoredBackend.newMapper(Model model,
Session.PathResolver pathResolver,
RepositoryBackend.MapperKind kind) |
Copyright © 2015 Nuxeo SA. All rights reserved.