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

11.35.3

05 Mar 10:27
Compare
Choose a tag to compare

ENH: Support inOrEmpty() and rawOrEmpty() expressions #57

11.35.1

24 Feb 03:47
Compare
Choose a tag to compare

ENH: Add support for Inet and Cdir types #56

11.34.3

14 Feb 02:09
Compare
Choose a tag to compare

Change hierarchy such that ManyToOne properties can be used in select() and fetch() #55

11.34.2

14 Feb 00:36
Compare
Choose a tag to compare

ENH: Add expressions - inRangeWith(), greaterThanOrNull() and lessThanOrNull #54

11.33.3

01 Feb 09:12
Compare
Choose a tag to compare

#53 - Move asMapKey() to PBaseValueEqual such that it can be used on types - uuid, enum, InetAddress, Timezone etc

11.33.2

29 Jan 03:07
Compare
Choose a tag to compare

#52 - ENH: Add fetch(String properties) and fetchQuery(String properties)

11.33.1

22 Jan 11:50
Compare
Choose a tag to compare

#51 ENH: Add query.fetchQuery(path) and fetchQuery(path, properties)
#50 ENH: Add having() and havingClause() for use on query beans
#49 ENH: Add inRange(property, lowValue, highValue)

11.32.1

10 Jan 02:53
Compare
Choose a tag to compare

ENH: Support for query.setBaseTable() query.exists() query.setInheritType() and query.setAllowLoadErrors() #48

11.30.1

19 Dec 08:27
Compare
Choose a tag to compare

ENH: Add asUpdate(), asDto() and findSingleAttribute() methods to root query bean #47

11.28.1

15 Dec 07:09
Compare
Choose a tag to compare

#45 Remove deprecated method setForUpdate(boolean forUpdate) .. migrate to setForUpdate(), setForUpdateNoWait(), setForUpdateSkipLocked()
#46 ENH: Add asMapKey() ... for setting the property as map key for findMap query