Re: AW: [Hibernate-devel] Native vs sequence

2002-08-03 Thread Gavin_King/Cirrus%CIRRUS
>I think the native keygenerator should have a parameter where you can >specify the sequence name, and if its really a sequence that one is >used. okay. done. I havn't added a seperate "identity" style but I'll get onto that later. For now, "native" allows "sequence" as a fallback. --

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