Class ConditionallyCloseableConnection

java.lang.Object
io.helidon.integrations.jdbc.DelegatingConnection
io.helidon.integrations.jdbc.ConditionallyCloseableConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public class ConditionallyCloseableConnection extends DelegatingConnection
A DelegatingConnection whose close() method performs a close only if the isCloseable() method returns true.

Thread Safety

Instances of this class are not necessarily safe for concurrent use by multiple threads.

See Also: