Uses of Interface
io.github.malteseduck.springframework.data.marklogic.core.QueryCallback
- 
Packages that use QueryCallback Package Description io.github.malteseduck.springframework.data.marklogic.core  - 
- 
Uses of QueryCallback in io.github.malteseduck.springframework.data.marklogic.core
Methods in io.github.malteseduck.springframework.data.marklogic.core with parameters of type QueryCallback Modifier and Type Method Description <T> TMarkLogicOperations. executeQuery(QueryCallback<T> action)Executes the specified action using aQueryManager.<T> TMarkLogicTemplate. executeQuery(QueryCallback<T> action) 
 -