| Author |
Can we create auto key generation(sequence) for composite PK
|
bala kumar
Greenhorn
Joined: Sep 13, 2007
Posts: 10
|
|
Can we create auto key generation(sequence) for composite PK in ejb 2 in weblogic server. Pls any help me.
|
 |
Paul Campbell
Ranch Hand
Joined: Oct 06, 2007
Posts: 338
|
|
a surrogate key (a key generated from a sequence is independent of any logic or rules related to the row it identifies) and is by definition unique. a composite key is used with natural keys or to identify a row in a fact table. what is it you are trying to make unique with a composite key?
|
 |
 |
|
|
subject: Can we create auto key generation(sequence) for composite PK
|
|
|