Questo contenuto non è disponibile nella lingua selezionata.
7.2. Unidirectional associations
7.2.1. Many-to-one Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
A unidirectional many-to-one association is the most common kind of unidirectional association.
create table Person ( personId bigint not null primary key, addressId bigint not null ) create table Address ( addressId bigint not null primary key )
create table Person ( personId bigint not null primary key, addressId bigint not null )
create table Address ( addressId bigint not null primary key )