RE: [Hibernate-devel] Getting Collections to pull data from the c ache

2002-08-02 Thread Urberg, John
Before I start asking dumb questions, let me reword what I think you're saying to make sure I understand. At the point a collection is loaded from the database, Hibernate should disassemble each object in the collection and store that either with the collection's owner's cached value or in a cache

AW: [Hibernate-devel] Native vs sequence

2002-08-02 Thread Christoph Sturm
Hey Gavin! > > The issue I have here is that "identity" style key generation > doesn't need to specify a sequence name, whereas sequence > style does. Should I just go with the default sequence name > ("hibernate_sequence" or something, I forget what it is exactly)? > > That way we can have al