| Package | Description |
|---|---|
| org.hibernate.search.mapper.orm.search.query.dsl | |
| org.hibernate.search.mapper.orm.session |
| Modifier and Type | Method and Description |
|---|---|
HibernateOrmSearchQueryHitTypeStep<E> |
HibernateOrmSearchQueryHitTypeStep.cacheLookupStrategy(EntityLoadingCacheLookupStrategy strategy)
Deprecated.
Call
.loading( o -> o.cacheLookupStrategy( ... ) near the end of the query definition instead. |
HibernateOrmSearchQueryHitTypeStep<E> |
HibernateOrmSearchQueryHitTypeStep.fetchSize(int fetchSize)
Deprecated.
Call
.loading( o -> o.fetchSize( ... ) near the end of the query definition instead. |
| Modifier and Type | Method and Description |
|---|---|
default <T> HibernateOrmSearchQueryHitTypeStep<T> |
SearchSession.search(Class<T> type)
Initiate the building of a search query.
|
<T> HibernateOrmSearchQueryHitTypeStep<T> |
SearchSession.search(Collection<? extends Class<? extends T>> types)
Initiate the building of a search query.
|
<T> HibernateOrmSearchQueryHitTypeStep<T> |
SearchSession.search(SearchScope<T> scope)
Initiate the building of a search query.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.