Interface QueryCallback<T>
-
public interface QueryCallback<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
doWithQueryManager(com.marklogic.client.query.QueryManager mgr, com.marklogic.client.Transaction transaction)
-
-
-
Method Detail
-
doWithQueryManager
T doWithQueryManager(com.marklogic.client.query.QueryManager mgr, com.marklogic.client.Transaction transaction)
-
-