Uses of Class
org.hibernate.search.util.common.impl.Closer
Packages that use Closer
Package
Description
-
Uses of Closer in org.hibernate.search.mapper.orm.bootstrap.impl
Methods in org.hibernate.search.mapper.orm.bootstrap.impl with parameters of type CloserModifier and TypeMethodDescriptionprotected voidHibernateSearchPreIntegrationService.doClose(Closer<RuntimeException> closer) -
Uses of Closer in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type CloserModifier and TypeMethodDescriptionprotected voidAbstractPojoTypeManager.Builder.doCloseOnFailure(Closer<RuntimeException> closer) protected voidPojoIndexedTypeManager.Builder.doCloseOnFailure(Closer<RuntimeException> closer) -
Uses of Closer in org.hibernate.search.util.common.impl
Methods in org.hibernate.search.util.common.impl that return Closer