Releases: ebean-orm-deprecated/ebean-querybean
Releases · ebean-orm-deprecated/ebean-querybean
11.35.3
ENH: Support inOrEmpty() and rawOrEmpty() expressions #57
11.35.1
ENH: Add support for Inet and Cdir types #56
11.34.3
Change hierarchy such that ManyToOne properties can be used in select() and fetch() #55
11.34.2
ENH: Add expressions - inRangeWith(), greaterThanOrNull() and lessThanOrNull #54
11.33.3
#53 - Move asMapKey() to PBaseValueEqual such that it can be used on types - uuid, enum, InetAddress, Timezone etc
11.33.2
#52 - ENH: Add fetch(String properties) and fetchQuery(String properties)
11.33.1
#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
ENH: Support for query.setBaseTable() query.exists() query.setInheritType() and query.setAllowLoadErrors() #48
11.30.1
ENH: Add asUpdate(), asDto() and findSingleAttribute() methods to root query bean #47
11.28.1
#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