Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.search.api.client.query.NativeQuery

Packages that use NativeQuery
org.nuxeo.ecm.core.search.api.backend Nuxeo Core search engine backend API. 
org.nuxeo.ecm.core.search.api.client Nuxeo Core search engine client API. 
org.nuxeo.ecm.core.search.api.client.query.impl Nuxeo Core search engine query abstraction API implementation. 
org.nuxeo.ecm.core.search.service   
org.nuxeo.ecm.platform.search.backend.core   
org.nuxeo.ecm.platform.search.ejb Nuxeo Core search engine EJB facade. 
 

Uses of NativeQuery in org.nuxeo.ecm.core.search.api.backend
 

Methods in org.nuxeo.ecm.core.search.api.backend with parameters of type NativeQuery
 ResultSet SearchEngineBackend.searchQuery(NativeQuery nativeQuery, int offset, int range)
          Searches results given a native query.
 

Uses of NativeQuery in org.nuxeo.ecm.core.search.api.client
 

Methods in org.nuxeo.ecm.core.search.api.client with parameters of type NativeQuery
 ResultSet SearchService.searchQuery(NativeQuery nativeQuery, int offset, int range)
          Deprecated. use CoreSession#query instead
 

Uses of NativeQuery in org.nuxeo.ecm.core.search.api.client.query.impl
 

Classes in org.nuxeo.ecm.core.search.api.client.query.impl that implement NativeQuery
 class NativeQueryImpl
          Native query implementation.
 

Uses of NativeQuery in org.nuxeo.ecm.core.search.service
 

Methods in org.nuxeo.ecm.core.search.service with parameters of type NativeQuery
 ResultSet SearchServiceImpl.searchQuery(NativeQuery nativeQuery, int offset, int range)
           
 

Uses of NativeQuery in org.nuxeo.ecm.platform.search.backend.core
 

Methods in org.nuxeo.ecm.platform.search.backend.core with parameters of type NativeQuery
 ResultSet CoreSearchBackend.searchQuery(NativeQuery nativeQuery, int offset, int range)
           
 

Uses of NativeQuery in org.nuxeo.ecm.platform.search.ejb
 

Methods in org.nuxeo.ecm.platform.search.ejb with parameters of type NativeQuery
 ResultSet SearchServiceBean.searchQuery(NativeQuery nativeQuery, int offset, int range)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.