Class StringMarkLogicQuery
- java.lang.Object
-
- io.github.malteseduck.springframework.data.marklogic.repository.query.AbstractMarkLogicQuery
-
- io.github.malteseduck.springframework.data.marklogic.repository.query.StringMarkLogicQuery
-
- All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery
public class StringMarkLogicQuery extends AbstractMarkLogicQuery
-
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.marklogic.client.query.StructuredQueryDefinition
createQuery(org.springframework.data.repository.query.ParameterAccessor accessor)
protected boolean
isCountQuery()
protected boolean
isDeleteQuery()
protected boolean
isExistsQuery()
-
Methods inherited from class io.github.malteseduck.springframework.data.marklogic.repository.query.AbstractMarkLogicQuery
execute, getQueryMethod
-
-
-
-
Constructor Detail
-
StringMarkLogicQuery
public StringMarkLogicQuery(MarkLogicQueryMethod method, MarkLogicOperations operations, org.springframework.expression.spel.standard.SpelExpressionParser parser, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider contextProvider)
-
StringMarkLogicQuery
public StringMarkLogicQuery(String query, MarkLogicQueryMethod method, MarkLogicOperations operations, org.springframework.expression.spel.standard.SpelExpressionParser parser, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider contextProvider)
-
-
Method Detail
-
createQuery
protected com.marklogic.client.query.StructuredQueryDefinition createQuery(org.springframework.data.repository.query.ParameterAccessor accessor)
- Specified by:
createQuery
in classAbstractMarkLogicQuery
-
isCountQuery
protected boolean isCountQuery()
- Specified by:
isCountQuery
in classAbstractMarkLogicQuery
-
isExistsQuery
protected boolean isExistsQuery()
- Specified by:
isExistsQuery
in classAbstractMarkLogicQuery
-
isDeleteQuery
protected boolean isDeleteQuery()
- Specified by:
isDeleteQuery
in classAbstractMarkLogicQuery
-
-