Uses of Class
com.googlecode.genericdao.search.SearchResult

Packages that use SearchResult
com.googlecode.genericdao.search   
com.googlecode.genericdao.search.jpa   
 

Uses of SearchResult in com.googlecode.genericdao.search
 

Methods in com.googlecode.genericdao.search that return SearchResult
 SearchResult SearchFacade.searchAndCount(Class<?> searchClass, ISearch search)
          Returns a SearchResult object that includes the list of results like search() and the total length like searchLength.
 SearchResult SearchFacade.searchAndCount(ISearch search)
          Returns a SearchResult object that includes the list of results like search() and the total length like searchLength.
 

Uses of SearchResult in com.googlecode.genericdao.search.jpa
 

Methods in com.googlecode.genericdao.search.jpa that return SearchResult
 SearchResult JPASearchFacade.searchAndCount(Class<?> searchClass, ISearch search)
           
 SearchResult JPASearchProcessor.searchAndCount(javax.persistence.EntityManager entityManager, Class<?> searchClass, ISearch search)
          Returns a SearchResult object that includes the list of results like search() and the total length like searchLength.
 SearchResult JPASearchProcessor.searchAndCount(javax.persistence.EntityManager entityManager, ISearch search)
          Returns a SearchResult object that includes the list of results like search() and the total length like searchLength.
 SearchResult JPASearchFacade.searchAndCount(ISearch search)
           
 



Copyright © 2008-2011. All Rights Reserved.