Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.framework
Interface DAO  view DAO download DAO.java

All Known Implementing Classes:
BasicDAO

public interface DAO

Abstract DAO interface. All DAO interfaces should extend this interface.

Version:
$Revision: 1.1 $

Method Summary
 void disconnect()
          Disconnect from the database.
 void setConnection(java.sql.Connection connection)
          This method calls to set connection to the database.
 

Method Detail

setConnection

public void setConnection(java.sql.Connection connection)
This method calls to set connection to the database.


disconnect

public void disconnect()
Disconnect from the database.