Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.query.Query

Packages that use Query
org.nuxeo.ecm.core.model   
org.nuxeo.ecm.core.query   
org.nuxeo.ecm.core.storage.sql.coremodel   
 

Uses of Query in org.nuxeo.ecm.core.model
 

Methods in org.nuxeo.ecm.core.model that return Query
 Query Session.createQuery(String query, Query.Type qType, String... params)
          Creates a query object given a SQL like query string.
 Query Session.createQuery(String query, String queryType, String... params)
          Creates a query object given a SQL like query string.
 

Uses of Query in org.nuxeo.ecm.core.query
 

Subinterfaces of Query in org.nuxeo.ecm.core.query
 interface FilterableQuery
          A Query that can be executed with an additional QueryFilter.
 

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

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return Query
 Query SQLSession.createQuery(String query, Query.Type qType, String... params)
           
 Query SQLSession.createQuery(String query, String queryType, String... params)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.