David Horak

Results 5 issues of David Horak

Hello, I have encountered a strange behavior with eager loading collection of entities. The eager loading for collections seems not be working - `load` call on entity triggeres wrong query....

It would be nice to allow developer to know whether lazily loaded is already loaded. My use case is a simple mapping from DAO entity to dto. Currently I need...

Closes #41 Changes: - added throwing option to all `Locked` annotations - documented how to use `throwing` in README - started new release changelog in README

Hi, We have a use case where we run a cron on a Spring service spawned in multiple instances and we need to run it only on one instance. For...

Hello, I want to create reusable conditional query for pagination (count query + offset query). I haven't found any official reusable solution. So far I have following solution: ```go import...