Class AbstractMarkLogicQuery

  • All Implemented Interfaces:
    org.springframework.data.repository.query.RepositoryQuery
    Direct Known Subclasses:
    PartTreeMarkLogicQuery, StringMarkLogicQuery

    public abstract class AbstractMarkLogicQuery
    extends Object
    implements org.springframework.data.repository.query.RepositoryQuery
    • Method Detail

      • execute

        public Object execute​(Object[] values)
        Specified by:
        execute in interface org.springframework.data.repository.query.RepositoryQuery
      • getQueryMethod

        public org.springframework.data.repository.query.QueryMethod getQueryMethod()
        Specified by:
        getQueryMethod in interface org.springframework.data.repository.query.RepositoryQuery
      • createQuery

        protected abstract com.marklogic.client.query.StructuredQueryDefinition createQuery​(org.springframework.data.repository.query.ParameterAccessor accessor)
      • isCountQuery

        protected abstract boolean isCountQuery()
      • isExistsQuery

        protected abstract boolean isExistsQuery()
      • isDeleteQuery

        protected abstract boolean isDeleteQuery()