Issue Details (XML | Word | Printable)

Key: HHH-3985
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Tomas Hampl
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Hibernate Core

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

Created: 23/Jun/09 08:51 AM   Updated: 23/Jun/09 08:51 AM
Component/s: metamodel
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. GZip Archive propertyaccessor.tar.gz (30 kB)

Environment:
HIBERNATE 3.3.1.GA
tested on postgresql
HBM definition of model

Bug Testcase Reminder (view):
REMINDER: Bug reports should generally be accompanied by a test case
Participants: Tomas Hampl


 Description  « Hide

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 ?



There are no comments yet on this issue.