Beginner |
|
Joined: Fri Apr 20, 2007 1:07 am Posts: 23
|
Hi All,
I use the Hibernate Entity Manager and annotations for my project. I need to retrieve the class name for an entity based on its annotations..
i.e. if an entity is marked as @Entity and @Table annotations, if I supply the table name I need the corresponding Entity and class name...Is there any utility class which I can supply the name and it would retrieve me the above data...something like a metadata utility class ?
Thanks in advance...
Regards..Vijay
|
|