Well unfortunately this doesn't appear to be working. This is my first time
to try and use the db: prefix in an Expression and from what I can tell no
code actually attempted to parse it. Am I misusing this prefix capability?
All I'm really doing is
1) determine the PK name (assumption of a sin
This might be an obvious question but I couldn't find it in the list and docs.
In our old Cayenne-2-based apps, we selectively pruned the query
logging to avoid cluttering our log files with uninteresting
repetitive queries. We used QueryLogger.setLoggingLevel() before each
performQuery(). Yeah,