Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Releases: ebean-orm-deprecated/ebean-querybean

2.1.1

16 Dec 00:00
Compare
Choose a tag to compare

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
Choose a tag to compare

Enhancements:

#12 ENH: Support findPagingList() ... that uses firstRow & maxRows (rather than pageIndex, pageSize)

1.6.1

03 Dec 09:26
Compare
Choose a tag to compare

Enhancements:

#11 ENH: Add asDraft() and includeSoftDeletes() to the root query bean

1.5.1

21 Sep 08:20
Compare
Choose a tag to compare

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
Choose a tag to compare

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