Uses of Interface
org.infinispan.search.mapper.scope.SearchScope
Package
Description
-
Uses of SearchScope in org.infinispan.search.mapper.mapping
Modifier and TypeMethodDescriptiondefault <E> SearchScope
<E> Create aSearchScope
limited to the given type.<E> SearchScope
<E> SearchMapping.scope
(Collection<? extends Class<? extends E>> types) Create aSearchScope
limited to the given types.SearchScope
<?> SearchMapping.scopeAll()
-
Uses of SearchScope in org.infinispan.search.mapper.mapping.impl
Modifier and TypeMethodDescription<E> SearchScope
<E> InfinispanMapping.scope
(Collection<? extends Class<? extends E>> targetedTypes) SearchScope
<?> InfinispanMapping.scopeAll()
-
Uses of SearchScope in org.infinispan.search.mapper.scope.impl
-
Uses of SearchScope in org.infinispan.search.mapper.session
Modifier and TypeMethodDescriptiondefault <E> SearchScope
<E> Create aSearchScope
limited to the given type.default <T> SearchScope
<T> Create aSearchScope
limited to entity types referenced by their name.<T> SearchScope
<T> SearchSession.scope
(Class<T> expectedSuperType, Collection<String> entityNames) Create aSearchScope
limited to entity types referenced by their name.<E> SearchScope
<E> SearchSession.scope
(Collection<? extends Class<? extends E>> types) Create aSearchScope
limited to the given types.Modifier and TypeMethodDescription<E> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
<?, EntityReference, E, ?, ?, ?> SearchSession.search
(SearchScope<E> scope) Initiate the building of a search query. -
Uses of SearchScope in org.infinispan.search.mapper.session.impl
Modifier and TypeMethodDescription<E> SearchScope
<E> InfinispanSearchSessionMappingContext.createScope
(Class<E> expectedSuperType, Collection<String> entityNames) <T> SearchScope
<T> InfinispanSearchSession.scope
(Class<T> expectedSuperType, Collection<String> entityNames) Modifier and TypeMethodDescription<E> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
<?, EntityReference, E, ?, ?, ?> InfinispanSearchSession.search
(SearchScope<E> scope)