Releases: babyfish-ct/jimmer
Releases · babyfish-ct/jimmer
v0.2.11
- Fixed bug for MySql 5.x,
delete alias from Table alias
is generated for mysql5 - Add
fetchOptional
to java query
v0.2.10
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
- Let ImmutableModule can control data format during JSON serialization/deserialziation
- Add
fetchOne
andfetchOneOrNull
intoTypedRootQuery
andKTypedRootQuery
- Add
ImmutableObjects.isLoaded(Object, ImmutableProp)
to java, addisLoaed(T, KProperty<T, *>)
to kotlin - Support customized validation. However, the second argument of
ConstraintValidationConext.isValid
is always null - Let java annotation processor generate files named "XXXProps"
- Support
sqlClient.enitites.findAll
andsqlClient.entities.findByExample
v0.2.4
Resolve FR #6 and #7
v0.2.3
Add fluent-api for java-api
v0.1.31
Fix bug of boolean mapping
v0.1.30
Fix bug of CompositePredicate.accept
v0.1.29
Add Table.asTableEx
v0.1.28
Fix bug: Let BinLogParser use ScalarProvider
v0.1.26
Tiny API, dual code for all documentations