Hi! I am building a multiplatform application with a SpringBoot-backend. We have to use Hibernate+JPA. Is there a library to support kotlinx.datetime types in Hibernate Entities, or do I have to write it myself?
I would like to use native types in my postgres database, so I can formulate complex queries and we don't want to use java.time types for consistency reasons. Our whole business logic uses kotlinx.datetime and not java.time. :)