This is part two in the series HibernateTutorialBestOne project. It has examples which are built using Hibernate 3.6.0.Final version.
Previous examples from 1-21 are available at:
https://github.com./ShubhSingh/HibernateTutorialBestOne
Steps to Setup DerbyDB:
- Start Derby by running startNetworkServer.bat
- Now In Eclipse open Data Source Explorer View.
- Create a new connection with name HibernateDerbyDB and enter following values.
- Host: localhost
- port: 1527
- user: user
- password: Any password that you created.
- URL: jdbc:derby://localhost:1527/HibernateDerbyDB;create=true
- Finally Check Test Connection.