Skip to content

KaczmarekJacek/java-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeship Status for juliuskrah/java-crud License

CRUD Operations with Hibernate and JPA using Liquibase Migrations

In this repository you will find code that performs basic CRUD operations on H2 database using Hibernate and JPA.
This repository also showcases how to perform database migrations using Liquibase.

The accopanying tutorial is located at http:https://juliuskrah.com/tutorial/2017/02/15/crud-operations-with-hibernate-and-jpa/

Prerequisites

  • Maven
  • JDK

Setup

Just import into your IDE and run main method