Uses of Interface
io.github.malteseduck.springframework.data.marklogic.core.DocumentCallback
-
Packages that use DocumentCallback Package Description io.github.malteseduck.springframework.data.marklogic.core -
-
Uses of DocumentCallback in io.github.malteseduck.springframework.data.marklogic.core
Methods in io.github.malteseduck.springframework.data.marklogic.core with parameters of type DocumentCallback Modifier and Type Method Description <T> T
MarkLogicOperations. execute(DocumentCallback<T> action)
Executes the specified action using aGenericDocumentManager
interface.<T> T
MarkLogicTemplate. execute(DocumentCallback<T> action)
-