View Javadoc

1   /**
2    * Initial generated by Mod4j at Mon Aug 11 22:17:09 CEST 2008
3    */
4   package org.company.thesandbox.data.spring.dao;
5   
6   /**
7    * Artist Data Access Object (DOA) Implementation. Responsible for Creating, Reading, Updating and
8    * Deleting Artist objects in the database. All database access is done here.
9    * 
10   * @author Initial generated by Mod4j
11   */
12  public class ArtistDaoImpl extends ArtistDaoImplBase implements ArtistDao {
13  
14      // TODO: Add manual DAO method implementations here
15  }