|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> [ framework overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ru.gammalabs.ice.framework
Interface DAO

- 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.
|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> [ framework overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC