Package org.hibernate.engine.jdbc.spi
Interface JdbcWrapper<T>
- Type Parameters:
T- One of eitherConnection,StatementorResultSet
- All Known Subinterfaces:
InvalidatableWrapper<T>
public interfaceJdbcWrapper<T>Generic contract for wrapped JDBC objects.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetWrappedObject()Retrieve the wrapped JDBC object.
Method Detail
getWrappedObject
T getWrappedObject()
Retrieve the wrapped JDBC object.- Returns:
- The wrapped object