JOOQ Object Oriented Querying
| jOOQ | |
|---|---|
| Developer | Data Geekery GmbH |
| Stable release | 3.20.5
/ June 11, 2025 |
| Written in | Java |
| Operating system | Cross-platform |
| Platform | Java |
| Type | Object–relational mapping |
| License | Dual-licensed: Apache-2.0 and commercial |
| Website | www |
| Repository | github |
jOOQ Object Oriented Querying, commonly known as jOOQ, is a light database-mapping software library in Java that implements the active record pattern. Its purpose is to be both relational and object oriented by providing a domain-specific language to construct queries from classes generated from a database schema.