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 |
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 © 2016 Nuxeo SA. All rights reserved.