Package org.hibernate.search.scope.spi
Interface V5MigrationSearchScope
-
@Deprecated public interface V5MigrationSearchScope
Deprecated.This class will be removed without replacement. Use actual API instead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SearchAggregationFactoryaggregation()Deprecated.SearchProjection<Object>idProjection()Deprecated.Set<IndexManager>indexManagers()Deprecated.SearchProjection<? extends Class<?>>objectClassProjection()Deprecated.SearchPredicateFactorypredicate()Deprecated.SearchProjectionFactory<?,?>projection()Deprecated.SearchSortFactorysort()Deprecated.Set<Class<?>>targetTypes()Deprecated.
-
-
-
Method Detail
-
indexManagers
Set<IndexManager> indexManagers()
Deprecated.
-
predicate
SearchPredicateFactory predicate()
Deprecated.
-
sort
SearchSortFactory sort()
Deprecated.
-
projection
SearchProjectionFactory<?,?> projection()
Deprecated.
-
idProjection
SearchProjection<Object> idProjection()
Deprecated.
-
objectClassProjection
SearchProjection<? extends Class<?>> objectClassProjection()
Deprecated.
-
aggregation
SearchAggregationFactory aggregation()
Deprecated.
-
-