Class SchemaBootstrap.UnclosableConnection

java.lang.Object
org.alfresco.repo.domain.schema.SchemaBootstrap.UnclosableConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper
Enclosing class:
SchemaBootstrap

public class SchemaBootstrap.UnclosableConnection extends Object implements Connection
A Connection wrapper that delegates all calls to the wrapped class except for the close methods, which are ignored.
Author:
Frederik Heremans