Interface AnyMatchDAO
- All Known Implementing Classes:
AbstractAnyMatchDAO
,JPAAnyMatchDAO
,Neo4jAnyMatchDAO
public interface AnyMatchDAO
-
Method Summary
Modifier and TypeMethodDescription<T extends Any<?>>
booleanmatches
(T any, SearchCond cond) Verify if any matches the given search condition.
-
Method Details
-
matches
Verify if any matches the given search condition.- Type Parameters:
T
- any- Parameters:
any
- to be checkedcond
- to be verified- Returns:
- true if any matches cond
-