Uses of Class
org.hibernate.search.util.common.impl.AbstractCloser
Packages that use AbstractCloser
-
Uses of AbstractCloser in org.hibernate.search.util.common.impl
Subclasses of AbstractCloser in org.hibernate.search.util.common.implModifier and TypeClassDescriptionfinal classA helper for closing multiple resources and re-throwing only one exception,suppressingthe others as necessary.final classA helper for closing multiple resources and re-throwing a provided exception,suppressingany exceptions caught while closing.