[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5544) ManyToOne could't use getter interface to get value form entity

Leo Deng (JIRA) noreply at atlassian.com
Thu Sep 9 02:35:18 EDT 2010


ManyToOne could't use getter interface to get value form entity
---------------------------------------------------------------

                 Key: HHH-5544
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5544
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.5.5
         Environment: Windows 7 , JDK 1.6.20,
            Reporter: Leo Deng
            Priority: Critical
         Attachments: TestJPA.rar

I have a header table map to class "TSmProgram", and a line table map to class "TSmProgramFunction".

I could use "getXXX" method to get field data after I query a entity form database. but I could't use org.hibernate.property.Getter interface which retrieved from "PersistentClass.getProperty("XXX").getGetter(...)" method.

I upload my test case in attachment,PLEASE solve this problem ASAP. It's crucial to my project.

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