Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
org.nuxeo.ecm.core.storage.sql.jdbc |
Modifier and Type | Method and Description |
---|---|
RowMapper.CopyResult |
UnifiedCachingRowMapper.copy(RowMapper.IdWithTypes source,
Serializable destParentId,
String destName,
Row overwriteRow) |
RowMapper.CopyResult |
SoftRefCachingRowMapper.copy(RowMapper.IdWithTypes source,
Serializable destParentId,
String destName,
Row overwriteRow) |
RowMapper.CopyResult |
RowMapper.copy(RowMapper.IdWithTypes source,
Serializable destParentId,
String destName,
Row overwriteRow)
Copies the hierarchy starting from a given row to a new parent with a new name.
|
Set<String> |
Model.getTypeFragments(RowMapper.IdWithTypes typeInfo)
Gets the type fragments for a primary type and mixin types.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Set<Serializable>> |
Model.getPerFragmentIds(Map<Serializable,RowMapper.IdWithTypes> idToTypes)
Given a map of id to types, returns a map of fragment names to ids.
|
Modifier and Type | Method and Description |
---|---|
RowMapper.CopyResult |
JDBCRowMapper.copy(RowMapper.IdWithTypes source,
Serializable destParentId,
String destName,
Row overwriteRow) |
Copyright © 2015 Nuxeo SA. All rights reserved.