Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

vladmihalcea/db-util

Repository files navigation

License Maven Central JavaDoc

Merged into Hypersistence Utils

The db-utils project was discontinued because it was merged into Hypersistence Utils.

Introduction

This library contains all sorts of DB utilities like:

  • Optimistic Concurrency Retry
  • JPA SQL statement count validator

Are you struggling with application performance issues?

Hypersistence Optimizer

Imagine having a tool that can automatically detect if you are using JPA and Hibernate properly. No more performance issues, no more having to spend countless hours trying to figure out why your application is barely crawling.

Imagine discovering early during the development cycle that you are using suboptimal mappings and entity relationships or that you are missing performance-related settings.

More, with Hypersistence Optimizer, you can detect all such issues during testing and make sure you don't deploy to production a change that will affect data access layer performance.

Hypersistence Optimizer is the tool you've been long waiting for!

Training

If you are interested in on-site training, I can offer you my High-Performance Java Persistence training which can be adapted to one, two or three days of sessions. For more details, check out my website.

Consulting

If you want me to review your application and provide insight into how you can optimize it to run faster, then check out my consulting page.

High-Performance Java Persistence Video Courses

If you want the fastest way to learn how to speed up a Java database application, then you should definitely enroll in my High-Performance Java Persistence video courses.

High-Performance Java Persistence Book

Or, if you prefer reading books, you are going to love my High-Performance Java Persistence book as well.

High-Performance Java Persistence book High-Performance Java Persistence video course

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.7</version>
</dependency>

User guide

You can find usage examples on my blog:

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published