| Interface and Description |
|---|
| org.hibernate.search.mapper.orm.search.query.dsl.HibernateOrmSearchQuerySelectStep
Use
SearchQuerySelectStep instead. |
| org.hibernate.search.mapper.orm.massindexing.monitor.MassIndexingMonitor
Implement
MassIndexingMonitor instead. |
| Method and Description |
|---|
| org.hibernate.search.mapper.orm.search.query.dsl.HibernateOrmSearchQuerySelectStep.cacheLookupStrategy(EntityLoadingCacheLookupStrategy)
Call
.loading( o -> o.cacheLookupStrategy( ... ) near the end of the query definition instead. |
| org.hibernate.search.mapper.orm.search.query.dsl.HibernateOrmSearchQuerySelectStep.fetchSize(int)
Call
.loading( o -> o.fetchSize( ... ) near the end of the query definition instead. |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.