Uses of Class
org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
Packages that use MassIndexingFailureContext
Package
Description
-
Uses of MassIndexingFailureContext in org.hibernate.search.mapper.orm.massindexing
Methods in org.hibernate.search.mapper.orm.massindexing with parameters of type MassIndexingFailureContextModifier and TypeMethodDescriptionvoid
MassIndexingFailureHandler.handle
(MassIndexingFailureContext context) Deprecated. -
Uses of MassIndexingFailureContext in org.hibernate.search.mapper.pojo.massindexing
Subclasses of MassIndexingFailureContext in org.hibernate.search.mapper.pojo.massindexingModifier and TypeClassDescriptionclass
Contextual information about a failure to load or index a entities during mass indexing.Methods in org.hibernate.search.mapper.pojo.massindexing that return MassIndexingFailureContextMethods in org.hibernate.search.mapper.pojo.massindexing with parameters of type MassIndexingFailureContextModifier and TypeMethodDescriptionvoid
MassIndexingFailureHandler.handle
(MassIndexingFailureContext context) Handle a generic failure.
MassIndexingFailureHandler.handle(MassIndexingFailureContext)
.