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