Releases: vanioinformatika/easydao
Releases · vanioinformatika/easydao
easydao-3.4.1
Fix:
NPE when Lob field is present #30
easydao-3.4.0
readAll method reads records ordered by PK
Migration from Bintray maven Repo to the GitHub Packages
This code is identical version of the v3.3.4
easydao-3.3.4
easydao-3.3.2
Fixes
- #21 Don't generate deprecated constructors to the DAO sources
easydao-3.3.1
Fixes:
- #18 NPE when missing optional property
easydao-3.3.0
Improvement:
- new property: addDbNameToPackageNames – if true, database name will be added at the end of the java package names
easydao-3.2.1
Fixes:
- Fixes Dao..update method generation with Oracle virtual columns
easydao-3.2.0
Improvment
- #16 make field type overridable
easydao-3.1.0
- Handling Oracle virtual (read-only) fields #13
- Handling Oracle interval type as Java Integer