Uses of Class
org.hibernate.search.mapper.pojo.massindexing.MassIndexingEntityFailureContext
Packages that use MassIndexingEntityFailureContext
Package
Description
-
Uses of MassIndexingEntityFailureContext in org.hibernate.search.mapper.orm.massindexing
Methods in org.hibernate.search.mapper.orm.massindexing with parameters of type MassIndexingEntityFailureContextModifier and TypeMethodDescriptiondefault void
MassIndexingFailureHandler.handle
(MassIndexingEntityFailureContext context) Deprecated. -
Uses of MassIndexingEntityFailureContext in org.hibernate.search.mapper.pojo.massindexing
Methods in org.hibernate.search.mapper.pojo.massindexing that return MassIndexingEntityFailureContextMethods in org.hibernate.search.mapper.pojo.massindexing with parameters of type MassIndexingEntityFailureContextModifier and TypeMethodDescriptiondefault void
MassIndexingFailureHandler.handle
(MassIndexingEntityFailureContext context) Handle a failure when indexing an entity.
MassIndexingFailureHandler.handle(MassIndexingEntityFailureContext)
.