|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMatchingObjectAction
The interface used to implement the classes that are called by the generic query executor when an object matches the query
Method Summary | ||
---|---|---|
void |
end()
Called at the end of the query execution - used to clean or finish some task |
|
|
getObjects()
Returns the resulting objects |
|
void |
objectMatch(OID oid,
java.lang.Object object,
OdbComparable orderByKey)
Called (by the GenericQueryExecutor) when an object matches the query |
|
void |
objectMatch(OID oid,
OdbComparable orderByKey)
Called (by the GenericQueryExecutor) when an object matches with lazy loading, only stores the OID |
|
void |
start()
Called at the beginning of the query execution - used to prepare result object |
Method Detail |
---|
void start()
void objectMatch(OID oid, OdbComparable orderByKey)
void objectMatch(OID oid, java.lang.Object object, OdbComparable orderByKey)
void end()
<T> Objects<T> getObjects()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |