Uses of Class
org.infinispan.search.mapper.scope.impl.SearchScopeImpl
-
Packages that use SearchScopeImpl Package Description org.infinispan.search.mapper.mapping.impl org.infinispan.search.mapper.session.impl -
-
Uses of SearchScopeImpl in org.infinispan.search.mapper.mapping.impl
Methods in org.infinispan.search.mapper.mapping.impl that return SearchScopeImpl Modifier and Type Method Description <E> SearchScopeImpl<E>InfinispanMapping. createScope(Class<E> expectedSuperType, Collection<String> entityNames)<E> SearchScopeImpl<E>InfinispanMapping. createScope(Collection<? extends Class<? extends E>> classes) -
Uses of SearchScopeImpl in org.infinispan.search.mapper.session.impl
Methods in org.infinispan.search.mapper.session.impl that return SearchScopeImpl Modifier and Type Method Description <E> SearchScopeImpl<E>InfinispanSearchSessionMappingContext. createScope(Collection<? extends Class<? extends E>> classes)<E> SearchScopeImpl<E>InfinispanSearchSession. scope(Collection<? extends Class<? extends E>> types)
-