Uses of Interface
io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
- 
- 
Uses of MarkLogicOperations in io.github.malteseduck.springframework.data.marklogic.core
Classes in io.github.malteseduck.springframework.data.marklogic.core that implement MarkLogicOperations Modifier and Type Class Description classMarkLogicTemplate - 
Uses of MarkLogicOperations in io.github.malteseduck.springframework.data.marklogic.repository.query
Constructors in io.github.malteseduck.springframework.data.marklogic.repository.query with parameters of type MarkLogicOperations Constructor Description AbstractMarkLogicQuery(MarkLogicQueryMethod method, MarkLogicOperations operations)PartTreeMarkLogicQuery(MarkLogicQueryMethod method, MarkLogicOperations operations)StringMarkLogicQuery(MarkLogicQueryMethod method, MarkLogicOperations operations, org.springframework.expression.spel.standard.SpelExpressionParser parser, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider contextProvider)StringMarkLogicQuery(String query, MarkLogicQueryMethod method, MarkLogicOperations operations, org.springframework.expression.spel.standard.SpelExpressionParser parser, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider contextProvider) - 
Uses of MarkLogicOperations in io.github.malteseduck.springframework.data.marklogic.repository.support
Methods in io.github.malteseduck.springframework.data.marklogic.repository.support with parameters of type MarkLogicOperations Modifier and Type Method Description protected org.springframework.data.repository.core.support.RepositoryFactorySupportMarkLogicRepositoryFactoryBean. getFactoryInstance(MarkLogicOperations operations)voidMarkLogicRepositoryFactoryBean. setMarkLogicOperations(MarkLogicOperations operations)Constructors in io.github.malteseduck.springframework.data.marklogic.repository.support with parameters of type MarkLogicOperations Constructor Description MarkLogicRepositoryFactory(MarkLogicOperations operations)Creates a newMarkLogicRepositoryFactoryoptions the givenMarkLogicOperations.SimpleMarkLogicRepository(MarkLogicEntityInformation<T,ID> metadata, MarkLogicOperations operations) 
 -