Este conteúdo não está disponível no idioma selecionado.
2.3. Your First Hibernate Application
2.3.1. About the Hibernate Application Tutorial Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
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.