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.StructuredQueryDefinitioncreateQuery(org.springframework.data.repository.query.ParameterAccessor accessor)protected booleanisCountQuery()protected booleanisDeleteQuery()protected booleanisExistsQuery()-
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:
createQueryin classAbstractMarkLogicQuery
-
isCountQuery
protected boolean isCountQuery()
- Specified by:
isCountQueryin classAbstractMarkLogicQuery
-
isExistsQuery
protected boolean isExistsQuery()
- Specified by:
isExistsQueryin classAbstractMarkLogicQuery
-
isDeleteQuery
protected boolean isDeleteQuery()
- Specified by:
isDeleteQueryin classAbstractMarkLogicQuery
-
-