[Hibernate] Refresh After saveOrUpdate

2005-06-30 Thread Jason Voegele
Hibernate version: 3.0.5 In the Hibernate application that we're working on, we've got a generic saveObject method in one of our DAOs. The intent of this method is to insert the object if it is transient or update it if it is detached. The database we're using has a set of triggers that execute

Re: [Hibernate] Refresh After saveOrUpdate

2005-06-30 Thread Christian Bauer
On Jun 30, 2005, at 7:02 PM, Jason Voegele wrote: Does anyone have any insight into this problem? Why do you think the developer mailing list is the right place to ask usage questions when everything on our website tells you not to do so?

Re: [Hibernate] Refresh After saveOrUpdate

2005-06-30 Thread Jason Voegele
On Thu, June 30, 2005 1:25 pm, Christian Bauer said: On Jun 30, 2005, at 7:02 PM, Jason Voegele wrote: Does anyone have any insight into this problem? Why do you think the developer mailing list is the right place to ask usage questions when everything on our website tells you not to do so?