Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Jooq | 5,442 | 1,175 | 259 | a day ago | 178 | September 06, 2022 | 1,907 | other | Java | |
jOOQ is the best way to write SQL in Java | ||||||||||
Hibernate Orm | 5,417 | 55,016 | 1,860 | a day ago | 292 | September 08, 2022 | 226 | Java | ||
Hibernate's core Object/Relational Mapping functionality | ||||||||||
Spring Boot Tutorial | 1,329 | 8 days ago | 5 | Java | ||||||
100+ Spring Boot Articles, Tutorials, Video tutorials, Projects, Guides, Source code examples etc | ||||||||||
Hibernate Springboot | 999 | 3 months ago | 4 | apache-2.0 | Java | |||||
Collection of 300+ best practices for Java persistence performance in Spring Boot applications | ||||||||||
Elide | 943 | 17 | 12 | 5 days ago | 197 | June 11, 2022 | 86 | other | Java | |
Elide is a Java library that lets you stand up a GraphQL/JSON-API web service with minimal effort. | ||||||||||
Javaquarkbbs | 762 | 2 years ago | 2 | apache-2.0 | Java | |||||
基于Spring Boot实现的一个简易的Java社区 | ||||||||||
Jpa Spec | 655 | 11 | 1 | 2 years ago | 9 | January 25, 2019 | 15 | mit | Java | |
A JPA Query By Specification framework. | ||||||||||
Angular Rest Springsecurity | 635 | 3 years ago | 9 | apache-2.0 | Java | |||||
An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA | ||||||||||
Jpa With Hibernate | 486 | 5 months ago | 5 | Java | ||||||
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 Data | 439 | 6 | 3 days ago | 57 | September 19, 2022 | 197 | apache-2.0 | Java | ||
Ahead of Time Data Repositories |
The db-utils
project was discontinued because it was merged into Hypersistence Utils.
This library contains all sorts of DB utilities like:
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!
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.
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.
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.
Or, if you prefer reading books, you are going to love my High-Performance Java Persistence book as well.
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>
You can find usage examples on my blog: