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 |
Constructor and Description |
---|
CollectionFragment(Row row,
Fragment.State state,
PersistenceContext context)
Constructs a
CollectionFragment from a Row . |
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 © 2011 Nuxeo SA. All Rights Reserved.