nullable one-to-one with manual editing; nullable one-to-many if not edited
手動編集ありで null 可能な 1 対 1 の関係、編集なしで null 可能な 1 対多の関係 - NetBeans
Includes required checks to prevent non-nullable column violations and orphan checks to prevent non-nullable column violations in related entities(by leveraging nullable or optional annotation elements in the entity classes) null 可能ではない列の違反を防止するために必要なチェック機能と、関連のエンティティー内で null 可能ではない列の違反を防止するための孤立チェック機能が含まれます。 ウィザードによってエンティティークラスに注釈要素 nullable または optional が組み込まれます。 - NetBeans
non-nullable one-to-many; in a Project entity, the value of the client field is part of the Project's primary key
null 可能ではない 1 対多の関係。 Project エンティティーで、client フィールドの値は Project の主キーの一部です - NetBeans