Class ConnectionImpl

java.lang.Object
de.hybris.platform.jdbcwrapper.WrapperRelease<Statement>
de.hybris.platform.jdbcwrapper.ConnectionImpl
All Implemented Interfaces:
ParsedStatement, AutoCloseable, Connection, Wrapper
Direct Known Subclasses:
JUnitConnectionImpl

public class ConnectionImpl extends WrapperRelease<Statement> implements Connection, ParsedStatement
Wrapper for the jdbc Connection class CAUTION: Please be aware that this file will be compiled by using jdk 1.6 and jdk 1.7,
for being successful in both cases we have to suppress the generation of the @override annotation. So please DONT OPEN/SAVE this file by using eclipse !!!!