net.sf.oness.common.model.dao
Interface AuditingDao

All Superinterfaces:
AuditableDao
All Known Subinterfaces:
Dao
All Known Implementing Classes:
HibernateDao

public interface AuditingDao
extends AuditableDao

Version:
$Revision: 1.1 $
Author:
Carlos Sanchez

Method Summary
 void delete(java.io.Serializable id)
          Delete an object
 
Methods inherited from interface net.sf.oness.common.model.dao.AuditableDao
create, findById, findWithDetails, update
 

Method Detail

delete

public void delete(java.io.Serializable id)
Delete an object

Parameters:
id - The id of the value to delete
Throws:
org.springframework.dao.OptimisticLockingFailureException - if the value has been already updated or deleted


Copyright © 2003-2005 ONess Project. All Rights Reserved.