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

All Superinterfaces:
PersonDaoBase
All Known Implementing Classes:
PersonDaoImpl

public interface PersonDao
extends PersonDaoBase

PersonDao 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.PersonDaoBase
add, delete, listAllPersons, retrieve, update
 



Copyright © 2010. All Rights Reserved.