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

All Superinterfaces:
CustomerDaoBase
All Known Implementing Classes:
CustomerDaoImpl

public interface CustomerDao
extends CustomerDaoBase

CustomerDao 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.CustomerDaoBase
add, delete, listAllCustomers, retrieve, update
 



Copyright © 2010. All Rights Reserved.