[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3985) User defined propertyaccessor is not used when creating metamodel - basicproppertyaccessor is hardcoded

Tomas Hampl (JIRA) noreply at atlassian.com
Tue Jun 23 09:51:33 EDT 2009


User defined propertyaccessor is not used when creating metamodel - basicproppertyaccessor is hardcoded
-------------------------------------------------------------------------------------------------------

                 Key: HHH-3985
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3985
             Project: Hibernate Core
          Issue Type: Bug
          Components: metamodel
         Environment: HIBERNATE  3.3.1.GA
tested on postgresql
HBM definition of model

            Reporter: Tomas Hampl
         Attachments: propertyaccessor.tar.gz

I created my own property accessor for UJO BO (http://ujoframework.org/) it is faster than basicproppertyaccessor and works fine when i have getters in BO class. When I remove them I got "Could not determine type for ...exepction". . I looked in souruce and there is hardcoded using of basicpropertyaccessor in ReflectHelper class. Why you do "Monkey Business" with property accessors and don't use them ? I want help so I do some changes and it works fine for me. Modifed classes is in attachment. Is there any workaroud to generate metamodel using my property accessor ? 


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