hibernate-tools
hibernate-tools copied to clipboard
Code generation, reverse engineering, ant task and more tools for Hibernate Core
Related to HBX-1408 This PR fixes an inconsistency in Java entities generation. Indeed `hibernate-tools` generate entities whose floating point type fields are annotated with a `@Type` with `scale` and `precision`...
Bumps [h2](https://github.com/h2database/h2database) from 2.1.214 to 2.2.220. Release notes Sourced from h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits 66185fb changelog adjustment f3c8222 version and release date 087522b...
Bumps [h2](https://github.com/h2database/h2database) from 1.4.195 to 2.2.220. Release notes Sourced from h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits 66185fb changelog adjustment f3c8222 version and release date 087522b...
Bumps [h2](https://github.com/h2database/h2database) from 1.4.195 to 2.2.220. Release notes Sourced from h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits 66185fb changelog adjustment f3c8222 version and release date 087522b...
Bumps [h2](https://github.com/h2database/h2database) from 1.4.195 to 2.2.220. Release notes Sourced from h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits 66185fb changelog adjustment f3c8222 version and release date 087522b...
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.22 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...
Bumps hsqldb from 2.6.1 to 2.7.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
1. Added param "annotateFields" to config of hibernatetool plugin. If value of param is set to true then annotates will be generated above class fields instead of field getters. 1....
[As all "older" PRs got closed](https://github.com/hibernate/hibernate-tools/pull/4750), here is a new one for my fix. Virtual foreign keys defined in the reveng XML are not correctly created in the generated model....
Simplest way to make sure our paths are properly escaped is to write out the contents using the `Properties` class.