Interface JdbcWrapper<T>

Type Parameters:
T - One of either Connection, Statement or ResultSet
All Known Subinterfaces:
InvalidatableWrapper<T>

public interface JdbcWrapper<T>
Generic contract for wrapped JDBC objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieve the wrapped JDBC object.
  • Method Details

    • getWrappedObject

      T getWrappedObject()
      Retrieve the wrapped JDBC object.
      Returns:
      The wrapped object