此内容没有您所选择的语言版本。
7.2. Unidirectional associations
7.2.1. Many-to-one 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
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 )