Skip to content

nicoschl/db-util

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Maven Central JavaDoc

Introduction

This library contains all sorts of DB utilities like:

  • Optimistic Concurrency Retry
  • JPA SQL statement count validator

Installation

You can get the framework from Maven Central by using the following dependency:

<dependency>
    <groupId>com.vladmihalcea</groupId>
    <artifactId>db-util</artifactId>
    <version>1.0.2</version>
</dependency>

User guide

You can find usage examples on my blog:

If you like it, you are going to love my book as well!

High-Performance Java Persistence

About

If you are using JPA and Hibernate, this tool can auto-detect N+1 query issues during testing.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 96.5%
  • Batchfile 3.5%