Db Util

If you are using JPA and Hibernate, this tool can auto-detect N+1 query issues during testing.
Alternatives To Db Util
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Jooq5,4421,175259a day ago178September 06, 20221,907otherJava
jOOQ is the best way to write SQL in Java
Hibernate Orm5,41755,0161,860a day ago292September 08, 2022226Java
Hibernate's core Object/Relational Mapping functionality
Spring Boot Tutorial1,329
8 days ago5Java
100+ Spring Boot Articles, Tutorials, Video tutorials, Projects, Guides, Source code examples etc
Hibernate Springboot999
3 months ago4apache-2.0Java
Collection of 300+ best practices for Java persistence performance in Spring Boot applications
Elide94317125 days ago197June 11, 202286otherJava
Elide is a Java library that lets you stand up a GraphQL/JSON-API web service with minimal effort.
Javaquarkbbs762
2 years ago2apache-2.0Java
基于Spring Boot实现的一个简易的Java社区
Jpa Spec6551112 years ago9January 25, 201915mitJava
A JPA Query By Specification framework.
Angular Rest Springsecurity635
3 years ago9apache-2.0Java
An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA
Jpa With Hibernate486
5 months ago5Java
Master JPA using Hibernate as the implementation. Learn the basics of JPA - entities, relationships, entity manager, annotations, JPQL and Criteria API. Take a step into the advanced world of JPA - caching, performance tuning(n + 1 queries), mapping inheritance hierarchies. Get a peek into the magic of Spring Data JPA & Spring Data Rest.
Micronaut Data43963 days ago57September 19, 2022197apache-2.0Java
Ahead of Time Data Repositories
Alternatives To Db Util
Select To Compare


Alternative Project Comparisons
Readme

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:

Popular Hibernate Projects
Popular Jpa Projects
Popular Data Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Sql
Performance
Jdbc
Jpa
Hibernate
Relational Databases