Class DatabaseConnection

java.lang.Object
com.aoapps.dbc.DatabaseConnection
All Implemented Interfaces:
DatabaseAccess, AutoCloseable

public class DatabaseConnection extends Object implements DatabaseAccess, AutoCloseable
A DatabaseConnection represents the scope of an overall transaction. It is used to only get actual database connections when needed.
Author:
AO Industries, Inc.
See Also: