Taeyang Jin (Theo)

Results 6 comments of Taeyang Jin (Theo)

Hi @gunslingor 😆 i am an engineer developing web server application using Java/Kotlin and SpringBoot. At that time, DataSource Access used JPA and QueryDSL a lot. I do a lot...

@orangethunder @daniel-reinhold Basically, Accessing Entity (Create, Read) must be done inside Transaction. This is because LAZY is basically mapped to relationship. If you change this to EAGER, it's probably not...

i extracted it with function: ```kotlin override fun insert(memberDefinition: MemberRepository.MemberDefinition) { execInsert { insertOrUpdate(it, memberDefinition) } } override fun update(id: Long, memberDefinition: MemberRepository.MemberDefinition) { execUpdate(id = id) { insertOrUpdate(it, memberDefinition)...

I checked the discord for something related to this request. so, have a roadmap of upcoming releases that you're anticipating? ![Screenshot 2023-10-26 at 12 29 17](https://github.com/httpie/desktop/assets/44586666/9c6f0d66-3984-4064-aa40-227979ec6531)

I'm experiencing the same problem in 1.13.4. I downgraded to 1.13.3, and it is being used temporarily. ex) ```kotlin interface Logger { fun interface Factory { fun getLogger(name: String): Logger...

> 👋🏼 Hi [@heli-os](https://github.com/heli-os)! Having spoken to the team, the consensus remains is that – like the warning advises – we recommend always using the `text` argument since it's used...