[hibernate-issues] [Hibernate-JIRA] Created: (HBX-818) Check if a nullable FK column is marked not-null=true

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Nov 14 09:09:04 EST 2006


Check if a nullable FK column is marked not-null=true
-----------------------------------------------------

         Key: HBX-818
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-818
     Project: Hibernate Tools
        Type: New Feature

  Components: reverse-engineer  
    Reporter: Emmanuel Bernard


marking a fk column as not-null=true allows hibernate to use an inner join, which might lead to entity miss if the data does not enforce the not null.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list