Hi,
Is there any way to get a list of all classes with @Entity annotation in current project?
I am using Netbeans
IDE. In netbeans when i open persistence.xml in design mode, and click on Add Class button, i get a list of all classes in current project with @Entity annotation.
I wanted to get a similar list to manually configure Hibernate. Can anyone help me for this?
Thank you
Mahesh Kedari