Interface EntityQueryInvocation
- All Superinterfaces:
EntityInvocation<Void>
-
Method Summary
Modifier and TypeMethodDescriptionPredicate<?> getQuery()voidsetPredicate(Predicate<?> resultCallback) voidMethods 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()
-