Class ConfiguredSearchIndexingPlanFilter.ExcludeAll
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter.ExcludeAll
-
- All Implemented Interfaces:
ConfiguredSearchIndexingPlanFilter
- Enclosing interface:
- ConfiguredSearchIndexingPlanFilter
public static class ConfiguredSearchIndexingPlanFilter.ExcludeAll extends Object implements ConfiguredSearchIndexingPlanFilter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter
ConfiguredSearchIndexingPlanFilter.ExcludeAll, ConfiguredSearchIndexingPlanFilter.Filter, ConfiguredSearchIndexingPlanFilter.IncludeAll
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisIncluded(PojoRawTypeIdentifier<?> typeIdentifier)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.mapper.pojo.work.spi.ConfiguredSearchIndexingPlanFilter
supportsAsyncProcessing
-
-
-
-
Method Detail
-
isIncluded
public boolean isIncluded(PojoRawTypeIdentifier<?> typeIdentifier)
- Specified by:
isIncludedin interfaceConfiguredSearchIndexingPlanFilter
-
-