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
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