[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-7326) Determine if collection key is nullable or updateable

Gail Badner (JIRA) noreply at atlassian.com
Fri May 18 15:02:11 EDT 2012


     [ https://hibernate.onjira.com/browse/HHH-7326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gail Badner updated HHH-7326:
-----------------------------

    Description: 
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.

  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.


> Determine if 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 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

        


More information about the hibernate-issues mailing list