Deal all please check below link:
Hibernate-2 App Source
Thanks & regards,
Vikram Y.
Hibernate-2 App Source
- After downloading the above rar file unrar it and create new hibernate project and add all source files into src folder.
- After that add Hibernate jar files and database vendor jar file(driver jar) to classpath.
- Once it is done execute the programs.
Thanks & regards,
Vikram Y.
good evening sir,
ReplyDeletewhen i tried to execute the hibernate application,
i am getting mapping error could you please resolve or just re-comment me,
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.naresh.employee.dao.EmployeeDAO.(EmployeeDAO.java:15)
at EmployeeService.main(EmployeeService.java:13)
Caused by: org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister
thanking you sir,
actually
Deletethis exception was from "hibernate 1 example" unexpectedly posted here
thanks