There's also no way to force it to use a table for pk generation.
The choices are:

default -- for Oracle, make up a sequence
database-generated - autoinc columns
custom -- specify a sequence

On 4/13/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> As I rebuild my schemas on Oracle today, I notice that there's no way
> to specify not to create a "PK generation Strategy" for a join table
> with only dependent primary keys.
>
> I was hoping that "default" would work, but I was expecting too much :)
>

Reply via email to