Uses of Interface
org.hibernate.search.mapper.orm.search.loading.dsl.SearchLoadingOptionsStep
-
-
Uses of SearchLoadingOptionsStep in org.hibernate.search.mapper.orm.loading.impl
Classes in org.hibernate.search.mapper.orm.loading.impl that implement SearchLoadingOptionsStep Modifier and Type Class Description static classHibernateOrmSelectionLoadingContext.BuilderMethods in org.hibernate.search.mapper.orm.loading.impl that return SearchLoadingOptionsStep Modifier and Type Method Description SearchLoadingOptionsStepHibernateOrmSelectionLoadingContext.Builder. cacheLookupStrategy(EntityLoadingCacheLookupStrategy strategy)SearchLoadingOptionsStepHibernateOrmSelectionLoadingContext.Builder. fetchSize(int fetchSize)SearchLoadingOptionsStepHibernateOrmSelectionLoadingContext.Builder. graph(EntityGraph<?> graph, org.hibernate.graph.GraphSemantic semantic)SearchLoadingOptionsStepHibernateOrmSelectionLoadingContext.Builder. graph(String graphName, org.hibernate.graph.GraphSemantic semantic)SearchLoadingOptionsStepHibernateOrmSelectionLoadingContext.Builder. toAPI() -
Uses of SearchLoadingOptionsStep in org.hibernate.search.mapper.orm.scope.impl
Methods in org.hibernate.search.mapper.orm.scope.impl that return types with arguments of type SearchLoadingOptionsStep Modifier and Type Method Description SearchQuerySelectStep<?,EntityReference,E,SearchLoadingOptionsStep,?,?>SearchScopeImpl. search(HibernateOrmScopeSessionContext sessionContext, HibernateOrmSelectionLoadingContext.Builder loadingContextBuilder) -
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 SearchLoadingOptionsStepSearchLoadingOptionsStep. cacheLookupStrategy(EntityLoadingCacheLookupStrategy strategy)Set the strategy for cache lookup before query results are loaded.SearchLoadingOptionsStepSearchLoadingOptionsStep. fetchSize(int fetchSize)Set the fetch size for this query, i.e.SearchLoadingOptionsStepSearchLoadingOptionsStep. graph(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.SearchLoadingOptionsStepSearchLoadingOptionsStep. 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. -
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. -
Uses of SearchLoadingOptionsStep in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return types with arguments of type SearchLoadingOptionsStep Modifier and Type Method Description <T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>DelegatingSearchSession. search(Collection<? extends Class<? extends T>> types)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>DelegatingSearchSession. search(SearchScope<T> scope)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>HibernateOrmSearchSession. search(Collection<? extends Class<? extends T>> types)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>HibernateOrmSearchSession. search(SearchScopeImpl<T> scope)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>HibernateOrmSearchSession. search(SearchScope<T> scope)
-