From: cremor (JIRA) <nh...@gm...> - 2010-09-29 06:03:46
|
Port support of unidirectional one-to-many with not nullable foreign key from Hibernate --------------------------------------------------------------------------------------- Key: NH-2353 URL: http://216.121.112.228/browse/NH-2353 Project: NHibernate Issue Type: Improvement Components: Core Affects Versions: 3.0.0.Alpha3 Reporter: cremor Priority: Major According to the following links, Hibernate supports unidirectional one-to-manys with not nullable foreign keys by specifying the key as nullable=false: https://forum.hibernate.org/viewtopic.php?p=2408442#p2408442 http://opensource.atlassian.com/projects/hibernate/browse/HHH-5091 Would be really nice if NHibernate would support that too. That way I could remove the references from child to parent entities in cases where the reference makes no sense in the domain model. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |