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

All Superinterfaces:
ProductDaoBase
All Known Implementing Classes:
ProductDaoImpl

public interface ProductDao
extends ProductDaoBase

ProductDao 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.ProductDaoBase
add, delete, listAllProducts, retrieve, update
 



Copyright © 2010. All Rights Reserved.