[
https://hibernate.onjira.com/browse/HHH-7326?page=com.atlassian.jira.plug...
]
Gail Badner updated HHH-7326:
-----------------------------
Description:
Determine if one-to-many collection key is nullable or updateable.
From the documentation:
not-null (optional): specifies that the foreign key columns are not nullable. This is
implied whenever the foreign key is also part of the primary key.
update (optional): specifies that the foreign key should never be updated. This is implied
whenever the foreign key is also part of the primary key.
was:
Determine if collection key is nullable or updateable.
From the documentation:
not-null (optional): specifies that the foreign key columns are not nullable. This is
implied whenever the foreign key is also part of the primary key.
update (optional): specifies that the foreign key should never be updated. This is implied
whenever the foreign key is also part of the primary key.
Summary: Determine if one-to-many collection key is nullable or updateable (was:
Determine if collection key is nullable or updateable)
Determine if one-to-many collection key is nullable or updateable
-----------------------------------------------------------------
Key: HHH-7326
URL:
https://hibernate.onjira.com/browse/HHH-7326
Project: Hibernate ORM
Issue Type: Task
Components: metamodel
Reporter: Gail Badner
Fix For: 5.0.0
Determine if one-to-many collection key is nullable or updateable.
From the documentation:
not-null (optional): specifies that the foreign key columns are not nullable. This is
implied whenever the foreign key is also part of the primary key.
update (optional): specifies that the foreign key should never be updated. This is
implied whenever the foreign key is also part of the primary key.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira