Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.query.Query.Type

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

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

Methods in org.nuxeo.ecm.core.model with parameters of type Query.Type
 Query Session.createQuery(String query, Query.Type qType, String... params)
          Creates a query object given a SQL like query string.
 

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

Methods in org.nuxeo.ecm.core.query that return Query.Type
static Query.Type Query.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Query.Type[] Query.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.nuxeo.ecm.core.query with parameters of type Query.Type
UnsupportedQueryTypeException(Query.Type qtype)
           
 

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

Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Query.Type
 Query SQLSession.createQuery(String query, Query.Type qType, String... params)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.