Uses of Interface
org.hibernate.search.mapper.orm.search.loading.dsl.SearchLoadingOptionsStep
-
Packages that use SearchLoadingOptionsStep Package Description org.hibernate.search.mapper.orm.search.loading.dsl org.hibernate.search.mapper.orm.session -
-
Uses of SearchLoadingOptionsStep in org.hibernate.search.mapper.orm.search.loading.dsl
Methods in org.hibernate.search.mapper.orm.search.loading.dsl that return SearchLoadingOptionsStep Modifier and Type Method 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(String graphName, org.hibernate.graph.GraphSemantic semantic)
Customize fetching/loading of entity attributes and associations according to the entity graph with the given name, with the given semantic.SearchLoadingOptionsStep
SearchLoadingOptionsStep. graph(javax.persistence.EntityGraph<?> graph, org.hibernate.graph.GraphSemantic semantic)
Customize fetching/loading of entity attributes and associations according to the given entity graph, with the given semantic. -
Uses of SearchLoadingOptionsStep in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session that return types with arguments of type SearchLoadingOptionsStep Modifier and Type Method Description default <T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>
SearchSession. search(Class<T> type)
Initiate the building of a search query.<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>
SearchSession. search(Collection<? extends Class<? extends T>> types)
Initiate the building of a search query.<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>
SearchSession. search(SearchScope<T> scope)
Initiate the building of a search query.
-