Re: [Hibernate] Session.replicate() into IDENTITY table ?

2006-08-11 Thread Darryl Miles
Steve Ebersole wrote: Not sure if anyone replied to this yet or not, so I'll throw my $0.02 into the discussion. I think all that is needed is to better allow definition of what is to occur during replication in the method call. For example, consider the changing the signature from accepting

Re: [Hibernate] Session.replicate() into IDENTITY table ?

2006-08-09 Thread Steve Ebersole
Of Darryl Miles Sent: Tuesday, August 01, 2006 12:47 PM To: hibernate-devel@lists.sourceforge.net Subject: [Hibernate] Session.replicate() into IDENTITY table ? A while ago I highlighted a problem with the differences between the documented API and what Hibernate actually does and I'm seeking

[Hibernate] Session.replicate() into IDENTITY table ?

2006-08-01 Thread Darryl Miles
A while ago I highlighted a problem with the differences between the documented API and what Hibernate actually does and I'm seeking to an open discussion about the merits and problems to renaming the current #replicate() function to #replicateOrSave() to better identify what it actually

[Hibernate] Session.replicate() into IDENTITY table ?

2005-11-26 Thread Darryl L. Miles
A few weeks ago I posted on the Forum and Gavin responded, but I'd like to know if anyone has taken a look at my response. Is there another purpose that I'm not seeing for Session.replicate() ? It reads that in the case of an IDENTITY table the replicate does not honour its documented