|
|||||||||||
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)
Deprecated. |
void |
prepareExecution(ClassDescriptor cdes)
For internal use only. |
Method Detail |
public boolean isComposite()
public boolean matches(PersistedObject object) throws PersistenceException
object
- Description of the Parameter
PersistenceException
- Description of the Exceptionpublic void prepareExecution(ClassDescriptor cdes) throws PersistenceException
PersistenceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |