| Package | Description |
|---|---|
| org.hibernate.search.util.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
Closer.push(GenericCloseable<? extends E> closeable)
Close the given
closeable immediately,
swallowing any throwable in order to throw it later. |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Exception> |
Closeables.close(Iterable<? extends GenericCloseable<? extends E>> closeables)
Close multiple resources, ensuring that all resources get closed
even if one of them throws a Throwable.
|
Copyright © 2006–2017 Hibernate. All rights reserved.