Skip to content

kevinsimard/hibernate-orm-jooq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Hibernate ORM

Code Structure

├── 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

License

This package is open-sourced software licensed under the MIT license.

About

Hibernate JPA ORM implementation with MySQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages