Releases: zsoltherpai/fluent-jdbc
Releases · zsoltherpai/fluent-jdbc
0.9.7
- Bugfix: fetch generated keys with some DB vendors like MySQL
- Prefer generic wildcards to Objects in the API. This may need projects to recompile the code when upgrading to this version
0.9.6
- Simplified interfaces for setting up a FluentJdbc instance
- Bumped Guice to 4.0 in the extension library
0.9.5
- Avoiding checked exception handling in DatabaseInspection's functional interfaces
0.9.4
- Database inspection API
- Internal refactoring to minimize overhead
0.9.3
- Support for fetching generated keys of inserts / updates
0.9.2
Changelog:
- POJOs mapped by ObjectMappers no longer require public no-arg constructors
- performance tweaks
0.9.1
- Improved javadocs
- New extension library for Guice integration (either standalone or JPA)
0.9
<dependency>
<groupId>org.codejargon</groupId>
<artifactId>fluentjdbc</artifactId>
<version>0.9</version>
</dependency>
support for select query customization
- maxRows
- defaultFetchSize
- fetchSize
added missing javadocs