Uses of Interface
org.hibernate.search.mapper.pojo.standalone.scope.SearchScope
Packages that use SearchScope
Package
Description
-
Uses of SearchScope in org.hibernate.search.mapper.pojo.standalone.scope
Methods in org.hibernate.search.mapper.pojo.standalone.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.pojo.standalone.session
Methods in org.hibernate.search.mapper.pojo.standalone.session with parameters of type SearchScopeModifier and TypeMethodDescription<T> SearchQuerySelectStep<?,EntityReference, T, ?, ?, ?> SearchSession.search(SearchScope<T> scope) Initiate the building of a search query.