| Package | Description |
|---|---|
| org.hibernate.search.mapper.orm.search.loading.dsl |
| Modifier and Type | Method and Description |
|---|---|
SearchLoadingOptionsStep |
SearchLoadingOptionsStep.cacheLookupStrategy(EntityLoadingCacheLookupStrategy strategy)
Set the strategy for cache lookup before query results are loaded.
|
SearchLoadingOptionsStep |
SearchLoadingOptionsStep.fetchSize(int fetchSize)
Set the fetch size for this query,
i.e.
|
SearchLoadingOptionsStep |
SearchLoadingOptionsStep.graph(javax.persistence.EntityGraph<?> graph,
GraphSemantic semantic)
Customize fetching/loading of entity attributes and associations
according to the given entity graph, with the given semantic.
|
SearchLoadingOptionsStep |
SearchLoadingOptionsStep.graph(String graphName,
GraphSemantic semantic)
Customize fetching/loading of entity attributes and associations
according to the entity graph with the given name, with the given semantic.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.