Skip to content

Releases: babyfish-ct/jimmer

v0.2.11

23 Sep 06:37
Compare
Choose a tag to compare
  1. Fixed bug for MySql 5.x, delete alias from Table alias is generated for mysql5
  2. Add fetchOptional to java query

v0.2.10

17 Sep 13:32
Compare
Choose a tag to compare

Since the hashCode and equals methods that are not overridden by ImmutableProp are very important, TypedProp no longer implements and proxies ImmuableProp, but only retains its role as a wrapper.

v0.2.8

17 Sep 05:01
Compare
Choose a tag to compare
  1. Let ImmutableModule can control data format during JSON serialization/deserialziation
  2. Add fetchOne and fetchOneOrNull into TypedRootQuery and KTypedRootQuery
  3. Add ImmutableObjects.isLoaded(Object, ImmutableProp) to java, add isLoaed(T, KProperty<T, *>) to kotlin
  4. Support customized validation. However, the second argument of ConstraintValidationConext.isValidis always null
  5. Let java annotation processor generate files named "XXXProps"
  6. Support sqlClient.enitites.findAll and sqlClient.entities.findByExample

v0.2.4

12 Sep 05:17
Compare
Choose a tag to compare
Resolve FR #6 and #7

v0.2.3

09 Sep 11:42
Compare
Choose a tag to compare
Add fluent-api for java-api

v0.1.31

08 Sep 13:12
Compare
Choose a tag to compare
Fix bug of boolean mapping

v0.1.30

07 Sep 09:36
Compare
Choose a tag to compare
Fix bug of CompositePredicate.accept

v0.1.29

06 Sep 09:22
Compare
Choose a tag to compare
Add Table.asTableEx

v0.1.28

23 Aug 10:36
Compare
Choose a tag to compare
Fix bug: Let BinLogParser use ScalarProvider

v0.1.26

16 Aug 07:58
Compare
Choose a tag to compare
Tiny API, dual code for all documentations