org.springframework.jdbc.datasource
Interface ConnectionHandle

All Known Implementing Classes:
SimpleConnectionHandle

public interface ConnectionHandle

Simple interface to be implemented by handles for a JDBC Connection. Used by JdoDialect, for example.

Since:
14.06.2004
Author:
Juergen Hoeller
See Also:
SimpleConnectionHandle, ConnectionHolder, JdoDialect.getJdbcConnection(javax.jdo.PersistenceManager, boolean)

Method Summary
 Connection getConnection()
          Return the JDBC Connection that this handle refers to.
 

Method Detail

getConnection

public Connection getConnection()
Return the JDBC Connection that this handle refers to.



Copyright (C) 2003-2004 The Spring Framework Project.