Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.storage.sql.jdbc.QueryMaker

Packages that use QueryMaker
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.jdbc   
org.nuxeo.ecm.platform.tag   
 

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

Classes in org.nuxeo.ecm.core.storage.sql that implement QueryMaker
 class CapturingQueryMaker
          A dummy QueryMaker usable to capture the low level sqlInfo, model and session from a high-level session, in order to further test QueryMakers.
 

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

Classes in org.nuxeo.ecm.core.storage.sql.jdbc that implement QueryMaker
 class NXQLQueryMaker
          Transformer of NXQL queries into underlying SQL queries to the actual database.
 

Fields in org.nuxeo.ecm.core.storage.sql.jdbc with type parameters of type QueryMaker
 Class<? extends QueryMaker> QueryMakerDescriptor.queryMaker
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return types with arguments of type QueryMaker
 List<Class<? extends QueryMaker>> QueryMakerServiceImpl.getQueryMakers()
           
 List<Class<? extends QueryMaker>> QueryMakerService.getQueryMakers()
           
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type QueryMaker
ResultSetQueryResult(QueryMaker queryMaker, String query, QueryFilter queryFilter, Session.PathResolver pathResolver, JDBCMapper mapper, Object... params)
           
 

Uses of QueryMaker in org.nuxeo.ecm.platform.tag
 

Classes in org.nuxeo.ecm.platform.tag that implement QueryMaker
 class TagQueryMaker
          Query Maker specialized for tagging queries that need joins.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.