Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.odbms.Candidate Interface Reference

Inheritance diagram for org.odbms.Candidate:

org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaCandidate List of all members.

Detailed Description

candidate for Evaluation callbacks.



During Query.execute query execution all registered Evaluation callback handlers are called with Candidate proxies that represent the persistent objects that meet all other Query criteria.

A Candidate provides access to the persistent object it represents and allows to specify, whether it is to be included in the ObjectSet resultset.

Definition at line 20 of file Candidate.java.

Public Member Functions

void include (boolean flag)
 specify whether the Candidate is to be included in the ObjectSet resultset.
Object getObject ()
 returns the persistent object that is represented by this query Candidate.


Member Function Documentation

Object org.odbms.Candidate.getObject  ) 
 

returns the persistent object that is represented by this query Candidate.

Returns:
Object the persistent object.

Implemented in org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaCandidate.

void org.odbms.Candidate.include boolean  flag  ) 
 

specify whether the Candidate is to be included in the ObjectSet resultset.



This method may be called multiple times. The last call prevails.

Parameters:
flag inclusion.

Implemented in org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaCandidate.


The documentation for this interface was generated from the following file:
Generated on Wed Dec 14 21:05:37 2005 for OpenMobileIS by  doxygen 1.4.4