├── sql
│ └── sample.sql
├── src
│ └── main
│ ├── java
│ │ └── com
│ │ └── kevinsimard
│ │ └── hibernate
│ │ └── orm
│ │ ├── domain
│ │ │ └── entity
│ │ │ └── User.java
│ │ ├── util
│ │ │ └── DatabaseUtil.java
│ │ └── Application.java
│ └── resources
│ └── META-INF
│ └── persistence.xml
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
├── README.md
└── pom.xml
This package is open-sourced software licensed under the MIT license.