public interface Candidate
Evaluation callbacks.
query execution all registered Evaluation callback
handlers are called with Candidate proxies that represent the persistent objects that
meet all other Query criteria.
Candidate provides access to the persistent object it
represents and allows to specify, whether it is to be included in the
ObjectSet resultset.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getObject()
returns the persistent object that is represented by this query
Candidate. |
void |
include(boolean flag)
specify whether the Candidate is to be included in the
ObjectSet resultset. |
ObjectContainer |
objectContainer()
returns the
ObjectContainer the Candidate object is stored in. |
java.lang.Object getObject()
Candidate.void include(boolean flag)
ObjectSet resultset.
flag - inclusion.ObjectContainer objectContainer()
ObjectContainer the Candidate object is stored in.ObjectContainer