Uses of Class
org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
-
Packages that use MassIndexingFailureContext Package Description org.hibernate.search.mapper.pojo.massindexing -
-
Uses of MassIndexingFailureContext in org.hibernate.search.mapper.pojo.massindexing
Subclasses of MassIndexingFailureContext in org.hibernate.search.mapper.pojo.massindexing Modifier and Type Class Description classMassIndexingEntityFailureContextContextual information about a failure to load or index a entities during mass indexing.Methods in org.hibernate.search.mapper.pojo.massindexing that return MassIndexingFailureContext Modifier and Type Method Description MassIndexingFailureContextMassIndexingFailureContext.Builder. build()Methods in org.hibernate.search.mapper.pojo.massindexing with parameters of type MassIndexingFailureContext Modifier and Type Method Description voidMassIndexingFailureHandler. handle(MassIndexingFailureContext context)Handle a generic failure.
-