Opened 16 years ago
Closed 16 years ago
#1058 closed defect (fixed)
Metadata.getPropertyValue() fails to get value for the 'id' property
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.8 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
This makes it impossible to export the id
value from data tables that was introduced by #1037.
Checking the Hibernate documentation it seems like we have to call ClassMetadata.getIdentifier()
instead of ClassMetadata.getPropertyValue()
to get the id
value.
Note:
See TracTickets
for help on using tickets.
(In [4339]) Fixes #1058: Metadata.getPropertyValue() fails to get value for the 'id' property