I have forgot to set database property value to MYSQL. in below code of my persistancecontext.xml file.
<bean id="entityManagerFactory"...
Type: Posts; User: racer1025; Keyword(s):
I have forgot to set database property value to MYSQL. in below code of my persistancecontext.xml file.
<bean id="entityManagerFactory"...
Hi All,
I am little new to Spring.
I am developing a small application using SpringMVC + Hibernate + Oracle/MySQL.
The "find" method of getJpaTemplate returns me below query:
select
...