JPlusOne is a Java library for correlating SQL statements with executions of JPA operations (explicit calls, lazy-loading, flush on commit) which triggered them and places in source code of your application which were involved in
MyBatis Dynamic SQL
What Is This?
This library is a framework for generating dynamic SQL statements. Think of it as a typesafe SQL templating library, with additional support for MyBatis3 and Spring J
Hypersistence Optimizer
Hypersistence Optimizer is a dynamic analyzing tool that can scan your JPA and Hibernate application and provide you tips about the changes you need to make to entity mappings, configurations, qu
Anima Anima allows you to query database like SQL and Stream. More designs and documents are available here. Feature Simple DSL H2、MySQL、SQLite、PostgreSQL、Oracle、SqlServer Paging support Flexible conf
Born To Simplify Development
What is MyBatis-Plus?
MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development. This toolkit provides some efficient, useful, out-of-the-box feat
Introduction
The Hibernate Types repository gives you extra types and general purpose utilities that are not supported by the Hibernate ORM core.
The main advantage of this project is that it supports a broad range
Do you
♥️
using ObjectBox?
We want to hear about your app! It will - literally - take just a minute, but help us a lot. Thank you!
🙏
ObjectBox Java (Kotlin, Android)
ObjectBox is a super
MyBatis Beetl Support
Introduction
mybatis-beetl is an extension that allows you to use the Beetl scripting language to generate your dynamic SQL queries on the fly.
If you are not familiar with beetl, yo
SQLDelight
SQLDelight generates Java models from your SQL CREATE TABLE statements. These models give you a typesafe API to read & write the rows of your tables. It helps you to keep your SQL statements together, org
Permazen is a better persistence layer for Java
Persistence is central to most applications. But there are many challenges involved in persistence programming that lie outside of the domain of simply storing the data.
jDBI provides a convenience interface for SQL operations in Java. It is not intended as an abstraction layer, but rather a library which makes the common things easy and the hard things possible, to paraphrase Larry Wall.
Documen
ORMLite Core
This package provides the core functionality for the JDBC and Android packages. Users that are connecting to SQL databases via JDBC will need to download the ormlite-jdbc package as well. Android users shou
MyBatis SQL Mapper Framework for Java
The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL stat
Hibernate ORM is a library providing Object/Relational Mapping (ORM) support to applications, libraries, and frameworks.
It also provides an implementation of the JPA specification, which is the standard Java specification for