|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents a condition for a query. This can either be a single condition, as FIELD = VALUE and / or a composite condition, as ( ( FIELD1 = VALUE1 OR FIELD2 = VALUE2 ) AND FIELDE 3 <> VALUE3 ).
| Method Summary | |
boolean |
isComposite()
Returns, if the condition is a composite or a single condition. |
boolean |
matches(PersistedObject object)
Description of the Method |
void |
prepareExecution(ClassDescriptor cdes)
Description of the Method |
| Method Detail |
public boolean isComposite()
public boolean matches(PersistedObject object)
throws PersistenceException
object - Description of the Parameter
PersistenceException - Description of the Exception
public void prepareExecution(ClassDescriptor cdes)
throws PersistenceException
cdes - Description of the Parameter
PersistenceException - Description of the Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||