<!--
HBM file
-->
Code:
<component name="auditInfo" class="AuditInformation">
<property name="creation" column="CreateDate" type="timestamp"/>
<property name="lastEdited" column="LastEditDate" type="timestamp"/>
<property name="createdByObjId" column="CreateBy_PersonObjId" type="string"/>
<property name="editedByObjId" column="LastEditBy_PersonObjId" type="string"/>
</component>
I would like to get back the property names (e.g. "creation", "lastEdited", ...) from component "auditInfo" during run time. I could get back Property, Value and Type via configuration.getClassMapping, however, I haven't been able to find any method to get back the property name(s) of component.
Thanks for your reply