How To Define A Composite Primary Key Having An Explicit Part and a Generated Part Via Sequence
Description: This application is a proof of concept of how to define a composite key having an explicit part (name
) and a generated part (authorId
via SEQUENCE
generator).
Key points:
- use
@IdClass