Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
Modifier and Type | Field and Description |
---|---|
PersistenceContext |
SessionImpl.context |
protected PersistenceContext |
Selection.context
The context used to fetch fragments.
|
protected PersistenceContext |
Fragment.context |
Modifier and Type | Method and Description |
---|---|
protected PersistenceContext |
SessionImpl.getContext() |
Constructor and Description |
---|
CollectionFragment(Row row,
Fragment.State state,
PersistenceContext context)
Constructs a
CollectionFragment from a Row . |
Fragment(Row row,
Fragment.State state,
PersistenceContext context)
|
Node(PersistenceContext context,
org.nuxeo.ecm.core.storage.sql.FragmentGroup fragmentGroup,
String path)
Creates a Node.
|
Selection(Serializable selId,
String tableName,
boolean empty,
String filterKey,
PersistenceContext context,
Map<Serializable,Selection> softMap,
Map<Serializable,Selection> hardMap)
Constructs a
Selection for the given selection id. |
SelectionContext(SelectionType selType,
Serializable criterion,
RowMapper mapper,
PersistenceContext context) |
SimpleFragment(Row row,
Fragment.State state,
PersistenceContext context)
Constructs a
SimpleFragment from a Row . |
Copyright © 2017 Nuxeo. All rights reserved.