Quantcast
Channel: Java Code Geeks » Jerome Versrynge
Viewing all articles
Browse latest Browse all 11

Spring JpaRepository Example (In-Memory)

$
0
0
This post describes a simple Spring JpaRepository example using an in memory HSQL database. The code example is available from GitHub in the Spring-JpaRepository directory. It is based on the Spring-MVC-With-Annotations example and information available here. JPA Repository We implement a dummy bean for this example:       @Entity @AutoProperty public class SomeItem { [...]

Viewing all articles
Browse latest Browse all 11

Trending Articles