| Package | Description |
|---|---|
| com.googlecode.genericdao.search | |
| com.googlecode.genericdao.search.jpa |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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-2013. All Rights Reserved.