Is there a way to test HQL queries from Hibernate project integrated with Spring?
I came across JBoss tools for eclipse, but unable to configure it as it is expecting hibernate.cfg.xml file as input, whereas we had all our configuration in hibernateContext.xml file and annotations were used instead of .hbm files.
Any ideas please?