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

All Superinterfaces:
ArtistDaoBase
All Known Implementing Classes:
ArtistDaoImpl

public interface ArtistDao
extends ArtistDaoBase

ArtistDao 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.ArtistDaoBase
add, delete, listAllArtists, retrieve, update
 



Copyright © 2010. All Rights Reserved.