How to get Hibernate object relations dynamically?
- by Michael Jones
Hi,
I'm using Hibernate and I need to find a way of retrieving the relations for an object dynamically at run-time. I can't find this in the API.
Can anyone point me in the right direction please?
Thanks