org.company.thesandbox.data.spring.dao
Interface RecordDao

All Superinterfaces:
RecordDaoBase
All Known Implementing Classes:
RecordDaoImpl

public interface RecordDao
extends RecordDaoBase

RecordDao Data Access Object (DAO). Responsible for accessing the database. This interface is intended to be manually changed by developers.

Author:
Initial generated by Mod4j

Method Summary
 
Methods inherited from interface org.company.thesandbox.data.spring.dao.RecordDaoBase
add, delete, listAllRecords, retrieve, update
 



Copyright © 2010. All Rights Reserved.