Interface for QueryCustomizer in CollectionDescriptor
...
...
If the customized Query is null execution of PB retrieveCollection is skipped
and an empty Collection is placed in the relationship attribute.
See Also:org.apache.ojb.broker.PersistenceBroker.getCollectionByQuery author: Jakob Braeuchi version: $Id: QueryCustomizer.java,v 1.7.2.1 2005/12/21 22:22:58 tomdz Exp $
Return a new Query based on the original Query, the originator object and
the additional Attributes.
Parameters: anObject - the originator object Parameters: aBroker - the PersistenceBroker Parameters: aCod - the CollectionDescriptor Parameters: aQuery - the original 1:n-Query Query the customized 1:n-Query, return null to skip execution of the query