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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira