From: "Alexey A. Efimov" <[EMAIL PROTECTED]>

> When you load mappin.xml and get object Mapping.
> Then:
> MappingRoot mappingRoot = mapping.getRoot();
> Enumeration e = mappingRoot.enumerateClassMapping();
> while (e.hasMoreElements()) {
>   ClassMapping classMapping = (ClassMapping)e.nextElement();
>   // Here using ClassMapping you can retrive all info from mapping.xml
> for each class
>   // See Full JavaDocs API
> }

Thanks! That's it!

Radu

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to