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

11.27.1

04 Dec 08:28
Compare
Choose a tag to compare

No effective change - release to sync with generator versions

11.25.1

29 Nov 02:50
Compare
Choose a tag to compare

#44 - ENH: Add PLocale to support java.util.Locale property types

11.20.1

29 Aug 21:27
Compare
Choose a tag to compare

Issues:

#43 Add select(FetchGroup fetchGroup) to TQRootBean
#42 let PInstant inherit from PBaseDate

11.4.1

14 Jun 05:38
Compare
Choose a tag to compare

#40 Add support for Class type ... PClass, allow use of common String expressions like startsWith etc
#41 Modify PUrl to have the common String expressions like startsWith etc

11.3.1

29 May 09:45
Compare
Choose a tag to compare

#39 - Add findSet method for querybean

9.3.1

01 Dec 09:09
Compare
Choose a tag to compare

Notes:

Changes to map to Ebean 9.3.1 API changes - Java 8, Consumer/Predicate and query.setDocIndexName()

Issues:

#37 ENH: Add support for query.setDocIndexName() ... as per Ebean 9.3.1

#35 Replace QueryEach(While)Consumer with java8 Consumer/Predicate

8.4.1

03 Oct 11:15
Compare
Choose a tag to compare

Issues:

#32 Handle 8.4.1 API change - migrate from findRowCount() to findCount()

#33 Refactor tidy for varargs compiler

8.2.2

24 Aug 09:21
Compare
Choose a tag to compare

Issues:

#31 Add support for isNull() and isNotNull() on ManyToOne associated properties

8.2.1

05 Aug 02:38
Compare
Choose a tag to compare

Support 8.2.1 API changes - findSingleAttributeList(), findIterate().

8.1.1

03 Aug 05:06
Compare
Choose a tag to compare

#30 Change maven groupId ... to org.avaje.ebean, artifactId to ebean-querybean

    <dependency>
      <groupId>org.avaje.ebean</groupId>
      <artifactId>ebean-querybean</artifactId>
      <version>8.1.1</version>
    </dependency>