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