From: Christoph S. <ch...@mc...> - 2002-08-02 11:19:54
|
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 all three styles: identity, sequence, > native - where native is a portable form as you suggest, and > sequence is nonportable but lets you specify a sequence name. > > Anyone unhappy with that? 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. |