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> T
MarkLogicOperations. executeQuery(QueryCallback<T> action)
Executes the specified action using aQueryManager
.<T> T
MarkLogicTemplate. executeQuery(QueryCallback<T> action)
-