Package org.hibernate.engine.jdbc.spi
Interface JdbcWrapper<T>
- Type Parameters:
T
- One of eitherConnection
,Statement
orResultSet
- All Known Subinterfaces:
InvalidatableWrapper<T>
public interface JdbcWrapper<T>
Generic contract for wrapped JDBC objects.
-
Method Summary
-
Method Details
-
getWrappedObject
T getWrappedObject()Retrieve the wrapped JDBC object.- Returns:
- The wrapped object
-