org.dartra.framework.dao
Interface DataSource


public interface DataSource

Persistence technology agnostic data source interface.

Note that this interface uses the DataSource-Connection metaphor used by JDBC, but it is in no way linked to JDBC.

Author:
Erwin Vervaet

Method Summary
 Connection getConnection()
          Return a connection to the data source.
 

Method Detail

getConnection

public Connection getConnection()
                         throws DataAccessException

Return a connection to the data source.

Throws:
DataAccessException