Regarding the issue of MappingInstantiationException caused by using r2dbcEntityTemplate in Kotlin, and the support for Unsigned types by CustomConverter. #1908
Labels
status: waiting-for-triage
An issue we've not yet triaged
mysql 8.0.24
kotlin 2.0.20
spring-boot 3.3.3
1.When using r2dbcEntityTemplate to query the database, if the Entity constructor is public, everything runs normally regardless of whether the attribute corresponding to the primary Key has a default value. But when the Entity of the constructor is private, if primary key corresponding attributes don't declare a default value, will lead to MappingInstantiationException.
2.Hope ReadingConverter, WriteConverter can support kotlin unsigned type, code only LongToInt will work, but LongToUInt will not.
The text was updated successfully, but these errors were encountered: