Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
Modifier and Type | Field and Description |
---|---|
Map<Serializable,Selection> |
SelectionContext.hardMap |
Modifier and Type | Method and Description |
---|---|
protected Selection |
SelectionContext.getSelectionOrNull(Serializable selId)
Gets the proper selection cache, if it exists, otherwise returns
null . |
Constructor and Description |
---|
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. |
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. |
Copyright © 2018 Nuxeo. All rights reserved.