Uses of Interface
io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryConversionService
-
Packages that use QueryConversionService Package Description io.github.malteseduck.springframework.data.marklogic.core io.github.malteseduck.springframework.data.marklogic.repository.query.convert -
-
Uses of QueryConversionService in io.github.malteseduck.springframework.data.marklogic.core
Methods in io.github.malteseduck.springframework.data.marklogic.core that return QueryConversionService Modifier and Type Method Description QueryConversionService
MarkLogicOperations. getQueryConversionService()
Get the query object convert service that is used to convert various Java types into their "correct" form for querying in MarkLogic.QueryConversionService
MarkLogicTemplate. getQueryConversionService()
Constructors in io.github.malteseduck.springframework.data.marklogic.core with parameters of type QueryConversionService Constructor Description MarkLogicTemplate(com.marklogic.client.DatabaseClient client, MarkLogicConverter converter, QueryConversionService queryConversionService)
Create a template interface using the specified database client. -
Uses of QueryConversionService in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
Classes in io.github.malteseduck.springframework.data.marklogic.repository.query.convert that implement QueryConversionService Modifier and Type Class Description class
DefaultMarkLogicQueryConversionService
Methods in io.github.malteseduck.springframework.data.marklogic.repository.query.convert with parameters of type QueryConversionService Modifier and Type Method Description com.marklogic.client.query.StructuredQueryDefinition
DefaultMarkLogicQueryConversionService.MapToContainerQueryConverter. convert(PropertyIndex index, Object source, List<String> options, QueryConversionService service)
protected com.marklogic.client.query.StructuredQueryDefinition
DefaultMarkLogicQueryConversionService.MapToContainerQueryConverter. convert(PropertyIndex index, Map<String,Object> props, QueryConversionService service)
com.marklogic.client.query.StructuredQueryDefinition
DefaultMarkLogicQueryConversionService.ObjectToContainerQueryConverter. convert(PropertyIndex index, Object source, List<String> options, QueryConversionService service)
default com.marklogic.client.query.StructuredQueryDefinition
QueryTypeConverter. convert(PropertyIndex index, S source, List<String> options, QueryConversionService service)
-