| Package | Description |
|---|---|
| org.hibernate.search.mapper.javabean.search.query |
| Modifier and Type | Method and Description |
|---|---|
default SearchResult<T> |
SearchQuery.fetch()
Execute the query and return the
SearchResult. |
default SearchResult<T> |
SearchQuery.fetch(int limit)
Execute the query and return the
SearchResult. |
default SearchResult<T> |
SearchQuery.fetch(Integer limit,
Integer offset)
Execute the query and return the
SearchResult. |
default SearchResult<T> |
SearchQuery.fetch(long limit)
Execute the query and return the
SearchResult. |
SearchResult<T> |
SearchQuery.fetch(Long limit,
Long offset)
Execute the query and return the
SearchResult. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.