Uses of Class
org.hibernate.search.mapper.pojo.massindexing.MassIndexingEntityFailureContext
-
-
Uses of MassIndexingEntityFailureContext in org.hibernate.search.mapper.orm.massindexing
Methods in org.hibernate.search.mapper.orm.massindexing with parameters of type MassIndexingEntityFailureContext Modifier and Type Method Description default voidMassIndexingFailureHandler. handle(MassIndexingEntityFailureContext context)Deprecated. -
Uses of MassIndexingEntityFailureContext in org.hibernate.search.mapper.pojo.massindexing
Methods in org.hibernate.search.mapper.pojo.massindexing that return MassIndexingEntityFailureContext Modifier and Type Method Description MassIndexingEntityFailureContextMassIndexingEntityFailureContext.Builder. build()Methods in org.hibernate.search.mapper.pojo.massindexing with parameters of type MassIndexingEntityFailureContext Modifier and Type Method Description default voidMassIndexingFailureHandler. handle(MassIndexingEntityFailureContext context)Handle a failure when indexing an entity. -
Uses of MassIndexingEntityFailureContext in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type MassIndexingEntityFailureContext Modifier and Type Method Description voidPojoMassIndexingDelegatingFailureHandler. handle(MassIndexingEntityFailureContext context)voidPojoMassIndexingFailSafeFailureHandlerWrapper. handle(MassIndexingEntityFailureContext context)
-