Skip to content

dkublik/sd-natural-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Persisting Natural Key Entities with Spring Data JPA

code example for https://dkublik.github.io/2016/11/20/persisting-natural-key-entities-with-spring-data-jpa.html

Requirements

  • Java 8

  • Gradle 3.1

To run

  • NaturalKeyWorkerRepositorySpec - test for entity with natural key id and save method
  • SurrogateKeyWorkerRepositorySpec - test for entity with surrogate key id and save method
  • PersistableWorkerRepositorySpec - test for entity with natural key id implementing persistable interface and save method
  • NaturalKeyWorkerPersistRepositorySpec - test for entity with natural key id and persist method

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors