Uses of Interface
org.hibernate.search.mapper.orm.scope.SearchScope
Packages that use SearchScope
Package
Description
-
Uses of SearchScope in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return SearchScopeModifier and TypeMethodDescriptiondefault <T> SearchScope<T>Creates aSearchScopelimited to indexed entity types among the given class and its subtypes.default <T> SearchScope<T>Creates aSearchScopelimited to indexed entity types among the entity with the given name and its subtypes.<T> SearchScope<T>SearchScopeProvider.scope(Class<T> expectedSuperType, Collection<String> entityNames) Creates aSearchScopelimited to indexed entity types among the entities with the given names and their subtypes.<T> SearchScope<T>SearchScopeProvider.scope(Collection<? extends Class<? extends T>> classes) Creates aSearchScopelimited to indexed entity types among the given classes and their subtypes. -
Uses of SearchScope in org.hibernate.search.mapper.orm.scope.impl
Classes in org.hibernate.search.mapper.orm.scope.impl that implement SearchScope -
Uses of SearchScope in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session with parameters of type SearchScopeModifier and TypeMethodDescription<T> SearchQuerySelectStep<?,EntityReference, T, SearchLoadingOptionsStep, ?, ?> SearchSession.search(SearchScope<T> scope) Initiate the building of a search query. -
Uses of SearchScope in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return SearchScopeModifier and TypeMethodDescription<T> SearchScope<T>DelegatingSearchSession.scope(Class<T> expectedSuperType, Collection<String> entityNames) <T> SearchScope<T>DelegatingSearchSession.scope(Collection<? extends Class<? extends T>> classes) <T> SearchScope<T>HibernateOrmSearchSession.scope(Class<T> expectedSuperType, Collection<String> entityNames) Methods in org.hibernate.search.mapper.orm.session.impl with parameters of type SearchScopeModifier and TypeMethodDescription<T> SearchQuerySelectStep<?,EntityReference, T, SearchLoadingOptionsStep, ?, ?> DelegatingSearchSession.search(SearchScope<T> scope) <T> SearchQuerySelectStep<?,EntityReference, T, SearchLoadingOptionsStep, ?, ?> HibernateOrmSearchSession.search(SearchScope<T> scope)