I want to retrieve Column name and table name of Entities in JPA I know if i have Annotation I can retrieve Column name by getting Annotation. but my classes hasn't Annotation, they have mapped by hbm files So, How can I retrieve column names?
Asked
Active
Viewed 895 times
0
-
Some code which you tried – Rahul Patel Sep 17 '13 at 09:16
-
1Try this http://stackoverflow.com/a/2023894/655756 – n1ckolas Sep 17 '13 at 09:53