Interface MarkLogicConverter
-
- All Superinterfaces:
org.springframework.data.convert.EntityConverter<MarkLogicPersistentEntity<?>,MarkLogicPersistentProperty,Object,DocumentDescriptor>,org.springframework.data.convert.EntityReader<Object,DocumentDescriptor>,org.springframework.data.convert.EntityWriter<Object,DocumentDescriptor>
- All Known Implementing Classes:
AbstractMarkLogicConverter,JacksonMarkLogicConverter
public interface MarkLogicConverter extends org.springframework.data.convert.EntityConverter<MarkLogicPersistentEntity<?>,MarkLogicPersistentProperty,Object,DocumentDescriptor>, org.springframework.data.convert.EntityWriter<Object,DocumentDescriptor>, org.springframework.data.convert.EntityReader<Object,DocumentDescriptor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <R> RdoRead(Class<R> type, DocumentDescriptor source)voiddoWrite(Object source, DocumentDescriptor sink)List<String>getDocumentUris(List<?> ids)<T> List<String>getDocumentUris(List<?> ids, Class<T> entityClass)<T> com.marklogic.client.query.QueryDefinitionwrapQuery(com.marklogic.client.query.StructuredQueryDefinition query, Class<T> entityClass)
-
-
-
Method Detail
-
wrapQuery
<T> com.marklogic.client.query.QueryDefinition wrapQuery(com.marklogic.client.query.StructuredQueryDefinition query, Class<T> entityClass)
-
doRead
<R> R doRead(Class<R> type, DocumentDescriptor source)
-
doWrite
void doWrite(Object source, DocumentDescriptor sink)
-
-