[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3964) Support for lazy=no-proxy for nullable Many-to-One fields for instrumented classes.

Dave Stephan (JIRA) noreply at atlassian.com
Tue Jun 16 18:12:33 EDT 2009


Support for lazy=no-proxy for nullable Many-to-One fields for instrumented classes.
-----------------------------------------------------------------------------------

                 Key: HHH-3964
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3964
             Project: Hibernate Core
          Issue Type: Improvement
          Components: core
    Affects Versions: 3.3.1, 3.2.7
            Reporter: Dave Stephan
             Fix For: 3.2.x, 3.3.x
         Attachments: proxyPatch.txt

Currently there is support for nullable one-to-one columns with lazy=no-proxy on instrumented classes. 

The attached patch allows support for nullable many-to-one columns with lazy=no-proxy.

This will allow lazy loading and nullable FK's on large legacy object graphs where UserTypes and or Criteria are not practical.

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