|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Candidate
candidate for Evaluation
callbacks.
During 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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void include(boolean flag)
ObjectSet
resultset.
flag
- inclusion.java.lang.Object getObject()
Candidate
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |