Interface EntityQueryInvocation
- All Superinterfaces:
EntityInvocation<Void>
-
Method Summary
Modifier and TypeMethodDescriptionPredicate
<?> getQuery()
void
setPredicate
(Predicate<?> resultCallback) void
Methods inherited from interface org.iplass.mtp.entity.interceptor.EntityInvocation
getAttribute, getAttributeNames, getEntityDefinition, getType, proceed, setAttribute
-
Method Details
-
getQuery
Query getQuery() -
setQuery
-
getPredicate
Predicate<?> getPredicate() -
setPredicate
-
getSearchOption
SearchOption getSearchOption()
-