이 콘텐츠는 선택한 언어로 제공되지 않습니다.
2.3. Your First Hibernate Application
2.3.1. About the Hibernate Application Tutorial 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
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.