I am new to java, hibernate, spring roo and spring mvc. I use Hibernate annotations and POJO classes. My IDE spring Source (based on Eclipse)
What hibernate query editor do you suggest for testing hibernate requests?
I tried installing jboss hibernate for eclipse but was not successful in setting up. When I try to view the database, I get this error
An internal error occurred during: "Retrieving children from the database." org.slf4j.spi.LocationAwareLogger.log (Lorg / SLF4J / Token; Ljava / languages ββ/ String; ILjava / languages ββ/ String; [Ljava / languages ββ/ object; Ljava / languages ββ/ Throwable;)
I tried to configure maven to use the older version of slf4j (1.5.8), but this did not solve the problem.
I found a recommendation for the HQE editor, but it is not available https://hqe.dev.java.net (not found)
What is the easiest way to try Hibernate Queries? What tool do you offer?
source share