Skip to content

Releases: babyfish-ct/jimmer

v0.7.84

08 Jun 18:37
Compare
Choose a tag to compare

FIx bug: Let association cache based on middle table support default order configuration of association property

v0.7.83

08 Jun 00:59
Compare
Choose a tag to compare

Fix NPE bug of Enities.findMapByIds when the arguemtn ids contains illegal id

v0.7.82

07 Jun 18:36
Compare
Choose a tag to compare
  1. Support shortcut methods: JSqlClient.setCacheFactory, JSqlClient.setCacheOperator and JSqlClient.addCacheAbandonCallback
  2. Support shortcut methods: KSqlClientDsl.setCacheFactory, KSqlClientDsl.setCacheOperator and KSqlClientDsl.addCacheAbandonCallback
  3. Let spring-boot-starter support bean whose type is CacheOperator

v0.7.81

07 Jun 11:12
Compare
Choose a tag to compare
  1. Fix #126
  2. Add RedisCaches.cacheRedisTemplate

v0.7.79

05 Jun 14:48
Compare
Choose a tag to compare

Resolve #123

v0.7.77

03 Jun 01:46
Compare
Choose a tag to compare

Fix issues: 120, 122, 123

v0.7.75

31 May 18:34
Compare
Choose a tag to compare

v0.7.73

28 May 14:11
Compare
Choose a tag to compare
Support multiple inheritance for mapped suepr class

v0.7.71

25 May 14:44
Compare
Choose a tag to compare

Add validation rule: The reference association based on FAKE foreign key must be nullable

v0.7.70

25 May 07:16
Compare
Choose a tag to compare
Fix #114 and #115