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

Releases: ebean-orm-deprecated/ebean-querybean

12.2.3

Choose a tag to compare

@rbygrave rbygrave released this 15 May 02:12

#71 Typo: findSteam -> findStream

12.1.12

Choose a tag to compare

@rbygrave rbygrave released this 09 Feb 20:47

#69 ENH: Query bean constructor taking Transaction enhancement

12.1.2

Choose a tag to compare

@rbygrave rbygrave released this 18 Oct 21:39

#68 - ENH: Add delegate methods for findStream / findLargeStream

11.43.2

Choose a tag to compare

@rbygrave rbygrave released this 20 Aug 10:30

#66 - ENH: Support fetchCache()

11.43.1

Choose a tag to compare

@rbygrave rbygrave released this 15 Aug 12:34

#64 ENH: Add support for building FetchGroup via query beans enhancement
#65 ENH: Add support for filterMany using expressions

11.41.2

Choose a tag to compare

@rbygrave rbygrave released this 09 Jul 11:10

#63 - Add @SafeVarargs annotation on TQAssocBean

11.39.1

Choose a tag to compare

@rbygrave rbygrave released this 22 May 10:35

#62 - Refactor internals - TQRootBean constructor sets root ... meaning we can simplify enhancement

11.38.1

Choose a tag to compare

@rbygrave rbygrave released this 30 Apr 13:32

#61 ENH: Add usingTransaction() and usingConnection() methods to query bean root
#60 ENH: Add eq() and ne() on TQAssocBean ... alias for equalTo() and notEqualTo()

11.36.3

Choose a tag to compare

@rbygrave rbygrave released this 26 Mar 09:48

#59 - ENH: Support setting profile location on the query (used by profile location enhancement)

11.36.2

Choose a tag to compare

@rbygrave rbygrave released this 25 Mar 10:21

#58 - ENH: Add setLabel() ... to set the label on a query