Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.storage.sql.Selection

Packages that use Selection
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
 

Uses of Selection in org.nuxeo.ecm.core.storage.sql
 

Fields in org.nuxeo.ecm.core.storage.sql with type parameters of type Selection
 Map<Serializable,Selection> SelectionContext.hardMap
           
 

Constructor parameters in org.nuxeo.ecm.core.storage.sql with type arguments of type Selection
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.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.