Package org.hibernate.search.scope.spi
Interface V5MigrationSearchScope
Deprecated.
This class will be removed without replacement. Use actual API instead.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.SearchProjection<? extends Class<?>>Deprecated.Deprecated.Deprecated.sort()Deprecated.Deprecated.
-
Method Details
-
targetTypes
Deprecated. -
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.
-