Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.storage.PartialList

Packages that use PartialList
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.core.storage.sql.jdbc   
org.nuxeo.ecm.core.storage.sql.ra   
 

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

Methods in org.nuxeo.ecm.core.storage.sql that return PartialList
 PartialList<java.io.Serializable> SessionImpl.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
           
 PartialList<java.io.Serializable> Session.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
          Makes a NXQL query to the database.
 PartialList<java.io.Serializable> Mapper.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
          Makes a NXQL query to the database.
 PartialList<java.io.Serializable> CachingMapper.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
           
 

Uses of PartialList in org.nuxeo.ecm.core.storage.sql.coremodel
 

Constructors in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type PartialList
SQLQueryResult(SQLSession session, PartialList<java.io.Serializable> pl, java.lang.Boolean orderByPath, long limit, long offset)
           
 

Uses of PartialList in org.nuxeo.ecm.core.storage.sql.jdbc
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return PartialList
 PartialList<java.io.Serializable> JDBCMapper.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
           
 

Uses of PartialList in org.nuxeo.ecm.core.storage.sql.ra
 

Methods in org.nuxeo.ecm.core.storage.sql.ra that return PartialList
 PartialList<java.io.Serializable> ConnectionImpl.query(java.lang.String query, QueryFilter queryFilter, boolean countTotal)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.