Denis Stepanov

Results 335 comments of Denis Stepanov

Please try the latest version and also enable the SQL logging to see what's is going on.

It looks like Kotlin classes doesn't produce any Javadoc

What do you mean by complete entity? With joins? Not sure if that is supported

I think in your report the generated field is empty, it might be omitted by mistake in the return query design

What if somebody modifies one of the values and wants to see it in the entity? I think this issue can be solved by coping all the relationships back to...

Yes, I can imagine different strategies here. 1. We can create a new entity from the returning response and copy the relationships after 2. We keep the old entity /...

Sorry, I missed the first problem. For `createdAt`, you should use `@DateCreated`, which will fill the value before it's inserted. Essentially it's not that easy to get generated values when...

Sure, it should use Hibernate's criteria builder in this case.