I compared the p6Spy-statements of proxied and non-proxied classes. The class (userPO)
is 1) dynamic proxy and
2) no proxy
I queried this class directly (s.b)
Query query = new QueryByCriteria(UserPO.class, null);
Collection result = broker.getCollectionByQuery(query);The "dynamic proxy" produces 96 select-statements - the non-proxy only ONE! Can someone explain me this? (see zip-File for the sql.log)
tx joerg
SPYlog.zip
Description: Zip compressed data--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
