Re: [hibernate-dev] Mutable natural key caching?

2008-09-17 Thread Elias Ross
On Wed, Sep 17, 2008 at 9:12 PM, Steve Ebersole <[EMAIL PROTECTED]> wrote: > http://opensource.atlassian.com/projects/hibernate/browse/HHH-2879 ??? > If you use Hibernate EntityManager, get the Hibernate Session and use Criteria to query by natural ID and the entity was deleted, you end up with an

Re: [hibernate-dev] Mutable natural key caching?

2008-09-17 Thread Steve Ebersole
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2879 ??? - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Tue, 2008-09-16 at 10

Re: [hibernate-dev] Contributed with HiRDB Dialect

2008-09-17 Thread Chris Bredesen
Tomoto-san, I've had a conversation with Steve regarding the addition of new Dialects such as the one you've proposed. Here are the options: 1. Integrate a new org.hibernate.dialect.HiRDBDialect into Hibernate's source code. This is reasonable for mainstream highly used databases that most