2.3. Your First Hibernate Application
2.3.1. About the Hibernate Application Tutorial Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
For this example, we will set up a small database application that can store events we want to attend and information about the host(s) of these events.
Note
Although you can use whatever database you feel comfortable using, we will use HSQLDB (an in-memory, Java database) to avoid describing installation/setup of any particular database servers.