A solution that does the trick is definitely ideal in my mind. I'd
make sure you write some tests to ensure it functions like you expect
it to.
Matt
On 4/17/07, Thomas Ramapuram <[EMAIL PROTECTED]> wrote:
Actually I came up with this solution. Don't know if it is ideal but I
guess it will do t
Actually I came up with this solution. Don't know if it is ideal but I
guess it will do the trick.
==
package mypackage.dao.hibernate;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import java.uti
Hi,
In my application I would like to extended the GenericDao,
GenericDaoHibernate and GenericManager. The features that I would like
to implement are
In the deleteMethod if the persistance class extends MarkDeleted the
Deletion Details should be saved to the database else the record d