Re: [appfuse-user] Query regarding GenericDao

2007-04-17 Thread Matt Raible
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

Re: [appfuse-user] Query regarding GenericDao

2007-04-17 Thread Thomas Ramapuram
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

[appfuse-user] Query regarding GenericDao

2007-04-16 Thread Thomas Ramapuram
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