Class NonClosableConnectionWrapper

java.lang.Object
dev.chicoferreira.lifestealer.user.persistent.sql.impl.file.NonClosableConnectionWrapper
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public class NonClosableConnectionWrapper extends Object implements Connection
A wrapper for a connection that won't be automatically closed by the try-with-resources statement. Used to keep the connection open for SQLite as it doesn't support multiple connections.