SQLSelect and Prefetching (cayenne 4.1)

2020-07-23 Thread Jorge Gonçalves
Hello, I have to do some complex queries to data base and to do that on I'm writing them in SQL. It works great with SQLSelect but when I need to prefetch something ( to avoid hundreds of queries when showing data in a tableView) it does not work, from javaDoc it seems that prefetching wit

SQLSelect and Prefetching (cayenne 4.1)

2020-07-22 Thread Jorge Gonçalves
Hello, I have to do some complex queries to data base and to do that on I'm writing them in SQL. It works great with SQLSelect but when I need to prefetch something ( to avoid hundreds of queries when showing data in a tableView) it does not work, from javaDoc it seems that prefetching wit

Java (9+) Modules Compatibility

2019-07-25 Thread Jorge Gonçalves
Hello, I'm planing to use Cayenne and Cayenne ROP in two projects, but at the moment Cayenne is not compatible with module system. Current issues: If using Cayenne Server cannot create custom runtime image, because JLink does not support automatic modules (Error: automatic module canno