- Freeware
- - Development
- - Other
- - jOOQ
jOOQ 3.14.7 freeware
jOOQ generates a simple Java representation of your database schema. Every table, view, stored procedure, enum, UDT is a class. jOOQ implements an easy-to-use active record pattern. It is NOT an OR-mapper, but provides a 1:1 mapping between tables/views and classes. Between columns and members. jOOQ allows for writing compile-time typesafe querying using its built-in DSL.
Author | Lukas Eder |
Released | 2021-02-03 |
Filesize | 23.10 MB |
Downloads | 1832 |
OS | Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64 |
Installation | Instal And Uninstall |
Keywords | model SQL statement, create serializable object, serializable object generator, creator, create, generate |
Users' rating (10 rating) |
jOOQ Free Download - we do not host any jOOQ torrent files or links of jOOQ on rapidshare.com, depositfiles.com, megaupload.com etc. All jOOQ download links are direct jOOQ download from publisher site or their selected mirrors.
3.14.7 | Feb 3, 2021 | New Release | JDBCDatabase produces empty string as default value everywhere Field.getDataType(Configuration) resets nullability PostgreSQL routines with long names are excluded by code generator Wrong syntax generated when WITH clause is empty in DSL Missing H2 support on WithStep::selectOne and similar methods Memory leak regression in DefaultDataType cache |
3.14.6 | Jan 27, 2021 | New Release | Features and Improvements: #11314 DataType.toString() should generate DDL type declaration fragment Bug Fixes: #11274 Behavior of MockResultSet.close() differs from ResultSet.close() javadoc #11278 Wrong Support annotation for Derby DROP { INDEX | TABLE } IF EXISTS #11282 Wrong SQLSTATE handled in Db2's CREATE INDEX IF NOT EXISTS #11283 Add native support for CREATE INDEX .. INCLUDE in Db2 #11285 Wrong emulation of CREATE UNIQUE INDEX .. INCLUDE #11288 NullPointerException in AbstractMeta.copyFK for SQLite when a foreign key references a unique key #11291 Parser parses PRIMARYKEY as PRIMARY KEY #11293 AbstractMeta.getForeignKeys() and other key / index producing methods don't handle namespacing correctly #11296 POSITION(in, search, startIndex) emulation returns wrong result when search was not found #11300 SQLite's DSL.extract() emulation should render an explicit CAST(STRFTIME(...) AS INT) |
3.14.4 | Nov 26, 2020 | New Release |