Releases: ebean-orm-deprecated/ebean-querybean
Releases · ebean-orm-deprecated/ebean-querybean
2.1.1
16 Dec 00:00
Compare
Sorry, something went wrong.
No results found
Issues:
#14 Change raw(String rawExpression, Object[] bindValues) to use varargs - raw(String rawExpression, Object... bindValues)
#13 Rename artifactId from avaje-ebeanorm-typequery to avaje-ebeanorm-querybean ... and bump version to 2.1.1-SNAPSHOT
1.7.1
10 Dec 21:55
Compare
Sorry, something went wrong.
No results found
Enhancements:
#12 ENH: Support findPagingList() ... that uses firstRow & maxRows (rather than pageIndex, pageSize)
1.6.1
03 Dec 09:26
Compare
Sorry, something went wrong.
No results found
Enhancements:
#11 ENH: Add asDraft() and includeSoftDeletes() to the root query bean
1.5.1
21 Sep 08:20
Compare
Sorry, something went wrong.
No results found
Issues
#8 ENH: Add support for DbJson type with json expressions in Ebean 6.8.1
#7 Add raw() expression support to root 'Query Beans' enhancement
1.4.1
16 Sep 04:38
Compare
Sorry, something went wrong.
No results found
Enhancements:
#6 Add support for type safe select() and fetch()
#5 Update TQRootBean for change on query from autoFetch() to autoTune()
#4 ENH: Add le() .... "less than or equal to" for number types
#3 ENH: Add ge() .... "greater than or equal to" for number types
#2 ENH: Add notIn(... varargs) for PEnum type