Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionFragment
A type of fragment corresponding to several rows with the same id.
|
class |
SimpleFragment
A type of fragment corresponding to a single row in a table and its
associated in-memory information (state, dirty fields, attached context).
|
Modifier and Type | Method and Description |
---|---|
List<Fragment> |
PersistenceContext.getMulti(Collection<RowId> rowIds,
boolean allowAbsent)
Gets a list of fragments.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceContext.removeFragment(Fragment fragment,
boolean primary)
Deletes a fragment from the context.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.