Class PartTreeMarkLogicQuery
- java.lang.Object
-
- io.github.malteseduck.springframework.data.marklogic.repository.query.AbstractMarkLogicQuery
-
- io.github.malteseduck.springframework.data.marklogic.repository.query.PartTreeMarkLogicQuery
-
- All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery
public class PartTreeMarkLogicQuery extends AbstractMarkLogicQuery
-
-
Constructor Summary
Constructors Constructor Description PartTreeMarkLogicQuery(MarkLogicQueryMethod method, MarkLogicOperations operations)
-
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
-
PartTreeMarkLogicQuery
public PartTreeMarkLogicQuery(MarkLogicQueryMethod method, MarkLogicOperations operations)
-
-
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
-
-