Ryan Proud

Results 3 issues of Ryan Proud

If there is no IdGenerator for a EntityWithGeneratedId a NullPointerException is thrown.

Entities get missed resulting in orphan data or constraint errors.

bug

paginatedQuery is slowed down quite a bit by the query used to populate numberOfResults. The current query generated is : ``` sql select '1' from Foo where (...) ``` With...

enhancement