[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3423) criteria does not flush before eager fetching

Sebastian Hennebrueder (JIRA) noreply at atlassian.com
Thu Aug 7 15:49:30 EDT 2008


criteria does not flush before eager fetching
---------------------------------------------

                 Key: HHH-3423
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3423
             Project: Hibernate3
          Issue Type: Bug
          Components: core
    Affects Versions: 3.2.5
         Environment: Java 1.5, Mac, Hibernate 3.2.5, Hibernate Annotations 3.3.0
            Reporter: Sebastian Hennebrueder
         Attachments: sample.zip

relationship
customer-table-person
created a customer with a table
saved, commit close
created relation table to a new person

execute criteria 
session.createCriteria(Customer.class).list();

eager load tables and persons but does not flush the insert of the person



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