A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes All Packages

A

AbstractMarkLogicConverter - Class in io.github.malteseduck.springframework.data.marklogic.core.convert
 
AbstractMarkLogicConverter(MappingContext<? extends MarkLogicPersistentEntity<?>, MarkLogicPersistentProperty>) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.convert.AbstractMarkLogicConverter
 
AbstractMarkLogicQuery - Class in io.github.malteseduck.springframework.data.marklogic.repository.query
 
AbstractMarkLogicQuery(MarkLogicQueryMethod, MarkLogicOperations) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.query.AbstractMarkLogicQuery
 
afterPropertiesSet() - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.JacksonMarkLogicConverter
 
afterPropertiesSet() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactoryBean
 
ALL - io.github.malteseduck.springframework.data.marklogic.repository.query.SelectedMode
 
and(StructuredQueryDefinition...) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Combine the current structured queries in the combined query with the specified queries using an "and".
and(StructuredQueryDefinition...) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 

B

basePackageClasses() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories
Type-safe alternative to EnableMarkLogicRepositories.basePackages() for specifying the packages to scan for annotated components.
basePackages() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories
Base packages to scan for annotated components.
BasicMarkLogicPersistentEntity<T> - Class in io.github.malteseduck.springframework.data.marklogic.core.mapping
 
BasicMarkLogicPersistentEntity(TypeInformation<T>) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentEntity
 
BasicMarkLogicPersistentEntity(TypeInformation<T>, Comparator<MarkLogicPersistentProperty>) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentEntity
 
BasicMarkLogicPersistentProperty - Class in io.github.malteseduck.springframework.data.marklogic.core.mapping
 
BasicMarkLogicPersistentProperty(Property, PersistentEntity<?, MarkLogicPersistentProperty>, SimpleTypeHolder) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentProperty
 
begin() - Method in class io.github.malteseduck.springframework.data.marklogic.TransactionHolder
 
byExample(RawQueryByExampleDefinition) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Adds a raw Query By Example definition to the current combined query.
byExample(RawQueryByExampleDefinition) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
byExample(RawQueryByExampleDefinition, Format) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Adds a raw Query By Example definition to the current combined query.
byExample(RawQueryByExampleDefinition, Format) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 

C

child(String) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
 
ChunkRequest - Class in io.github.malteseduck.springframework.data.marklogic.domain
A request for a chunk of data options an offset and limit instead of page numbers and page sizes.
ChunkRequest(long, int) - Constructor for class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
Deprecated.
ChunkRequest(long, int, Sort) - Constructor for class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
Deprecated.
clear() - Method in class io.github.malteseduck.springframework.data.marklogic.TransactionHolder
 
client - Variable in class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 
ClientCallback<T> - Interface in io.github.malteseduck.springframework.data.marklogic.core
 
coalesce(String...) - Static method in class io.github.malteseduck.springframework.data.marklogic.core.Util
 
COLLECTION - io.github.malteseduck.springframework.data.marklogic.core.mapping.TypePersistenceStrategy
Store and query documents by the "type" collection
collections(String...) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Adds constraints to limit results to only documents contained in one of the specified collections.
collections(String...) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
combine() - Static method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
combine(StructuredQueryDefinition) - Static method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
CombinedQueryDefinition - Interface in io.github.malteseduck.springframework.data.marklogic.repository.query
Convenience interface provided to allow easy creation of "combined" queries.
CombinedQueryDefinitionBuilder - Class in io.github.malteseduck.springframework.data.marklogic.repository.query
Allow us to keep a running build of query/options so we can set them throughout the different processing levels.
configure(Resource) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Configures the connected database using the specified JSON information.
configure(Resource) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
context(MappingContext) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Override the default mapping context to use when building queries.
context(MappingContext) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
convert(PropertyIndex, Object, List<String>) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.BooleanToValueConverter
 
convert(PropertyIndex, Object, List<String>) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService
 
convert(PropertyIndex, Object, List<String>) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.MapToContainerQueryConverter
 
convert(PropertyIndex, Object, List<String>) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.NumberToValueConverter
 
convert(PropertyIndex, Object, List<String>) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToContainerQueryConverter
 
convert(PropertyIndex, Object, List<String>) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToStringValueConverter
 
convert(PropertyIndex, Object, List<String>) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.OldDateToStringValueConverter
 
convert(PropertyIndex, Object, List<String>) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryConversionService
 
convert(PropertyIndex, Object, List<String>, QueryConversionService) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.MapToContainerQueryConverter
 
convert(PropertyIndex, Object, List<String>, QueryConversionService) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToContainerQueryConverter
 
convert(PropertyIndex, Object, List<String>, TypeDescriptor) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService
 
convert(PropertyIndex, Object, List<String>, TypeDescriptor) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryConversionService
 
convert(PropertyIndex, Map<String, Object>, QueryConversionService) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.MapToContainerQueryConverter
 
convert(PropertyIndex, S, List<String>) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryTypeConverter
 
convert(PropertyIndex, S, List<String>, QueryConversionService) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryTypeConverter
 
convertNullSource(PropertyIndex, List<String>) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService
 
count() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
count(StructuredQueryDefinition) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Gives a count of the number of documents that would match the specified query.
count(StructuredQueryDefinition) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
count(StructuredQueryDefinition, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Count the number of entities that would match the specified query.
count(StructuredQueryDefinition, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
count(Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Count the number of the specified entity that exist in the database.
count(Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
count(String...) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Count the number of documents that exist in the database under the specified collections.
count(String...) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
createAssociation() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentProperty
 
createInstance() - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicClientFactoryBean
 
createPersistentEntity(TypeInformation<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicMappingContext
 
createPersistentProperty(Property, BasicMarkLogicPersistentEntity<?>, SimpleTypeHolder) - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicMappingContext
 
createQuery(ParameterAccessor) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.AbstractMarkLogicQuery
 
createQuery(ParameterAccessor) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.PartTreeMarkLogicQuery
 
createQuery(ParameterAccessor) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.StringMarkLogicQuery
 

D

DefaultMarkLogicQueryConversionService - Class in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
 
DefaultMarkLogicQueryConversionService() - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService
 
DefaultMarkLogicQueryConversionService(Map<Object, QueryTypeConverter>) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService
 
DefaultMarkLogicQueryConversionService.BooleanToValueConverter - Enum in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
 
DefaultMarkLogicQueryConversionService.MapToContainerQueryConverter - Enum in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
 
DefaultMarkLogicQueryConversionService.NumberToValueConverter - Enum in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
 
DefaultMarkLogicQueryConversionService.ObjectToContainerQueryConverter - Enum in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
 
DefaultMarkLogicQueryConversionService.ObjectToStringValueConverter - Enum in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
 
DefaultMarkLogicQueryConversionService.OldDateToStringValueConverter - Enum in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
 
delete(StructuredQueryDefinition, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Delete entities of the specified type that match the specified query.
delete(StructuredQueryDefinition, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
delete(List<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Delete the specified entities from the database.
delete(List<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
delete(T) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
deleteAll() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
deleteAll(Iterable<? extends T>) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
deleteById(ID) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
deleteById(Object, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Deletes the entity with the specified ID.
deleteById(Object, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
deleteByIds(List<?>, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Deletes the entities which have one of the specified IDs.
deleteByIds(List<?>, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
deleteByUri(String...) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Delete a document from the database that is stored under the specified uris
deleteByUri(String...) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
deleteByUris(List<String>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Delete a set of documents from the database that are stored under one of the specified URIs
deleteByUris(List<String>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
directory(String) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Adds contraints to limit results to only documents contained in the specified directory.
directory(String) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
doBegin(Object, TransactionDefinition) - Method in class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 
doCreateRepositoryFactory() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactoryBean
 
Document - Annotation Type in io.github.malteseduck.springframework.data.marklogic.core.mapping
 
DocumentCallback<T> - Interface in io.github.malteseduck.springframework.data.marklogic.core
 
DocumentDescriptor - Class in io.github.malteseduck.springframework.data.marklogic.core.mapping
 
DocumentDescriptor() - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
DocumentDescriptor(DocumentRecord) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
DocumentDescriptor(String) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
DocumentDescriptor(String, ContentHandle) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
DocumentFormat - Enum in io.github.malteseduck.springframework.data.marklogic.core.mapping
 
doGetTransaction() - Method in class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 
doRead(Class<R>, DocumentDescriptor) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.AbstractMarkLogicConverter
 
doRead(Class<R>, DocumentDescriptor) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.JacksonMarkLogicConverter
 
doRead(Class<R>, DocumentDescriptor) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.convert.MarkLogicConverter
 
doResume(Object, Object) - Method in class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 
doSuspend(Object) - Method in class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 
doWithClient(DatabaseClient, Transaction) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.ClientCallback
 
doWithDocumentManager(DocumentManager, Transaction) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.DocumentCallback
 
doWithQueryManager(QueryManager, Transaction) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.QueryCallback
 
doWrite(Object, DocumentDescriptor) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.AbstractMarkLogicConverter
 
doWrite(Object, DocumentDescriptor) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.JacksonMarkLogicConverter
 
doWrite(Object, DocumentDescriptor) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.convert.MarkLogicConverter
 
dropCollection(Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Deletes all the entities of the specified type.
dropCollection(Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
dropCollections(Class<T>...) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Deletes all the entities of the specified types.
dropCollections(Class<T>...) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
dropCollections(String...) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Delete documents that are under the specified collection URIs.
dropCollections(String...) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 

E

ELEMENT - io.github.malteseduck.springframework.data.marklogic.core.mapping.IndexType
 
EnableMarkLogicRepositories - Annotation Type in io.github.malteseduck.springframework.data.marklogic.repository.config
 
equals(Object) - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
equals(Object) - Method in class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetResultDto
 
EXCLUDE - io.github.malteseduck.springframework.data.marklogic.repository.query.SelectedMode
 
excludeFilters() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories
Specifies which types are not eligible for component scanning.
execute(DocumentCallback<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Executes the specified action using a GenericDocumentManager interface.
execute(DocumentCallback<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
execute(Object[]) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.AbstractMarkLogicQuery
 
executeQuery(QueryCallback<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Executes the specified action using a QueryManager.
executeQuery(QueryCallback<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
executeWithClient(ClientCallback<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Executes the specified action using the full DatabaseClient.
executeWithClient(ClientCallback<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
exists(StructuredQueryDefinition, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Check for existence of entities matching the specified structured query.
exists(StructuredQueryDefinition, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
exists(Object, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Check for existence of an entity in the database by using it's ID.
exists(Object, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
exists(String) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Check for existence of a document by using the full URI under which the document is stored.
exists(String) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
existsById(ID) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
extract() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.Query
Defines the properties that should be returned for the given query.
extracts(List<String>) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Specify which properties of a document will be included/excluded from the results.
extracts(List<String>) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
extracts(List<String>, SelectedMode) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Specify which properties of a document will be included/excluded from the results.
extracts(List<String>, SelectedMode) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 

F

FacetedPage<T> - Class in io.github.malteseduck.springframework.data.marklogic.domain.facets
Extension of Spring's Page that adds MarkLogic's facet results to a search result page.
FacetedPage(List<T>, Pageable, long, FacetResult[]) - Constructor for class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetedPage
 
facetedSearch(StructuredQueryDefinition, long, int, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Similar to a normal paged query, except also includes facets for the matched results.
facetedSearch(StructuredQueryDefinition, long, int, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
facetedSearch(StructuredQueryDefinition, long, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
 
facetedSearch(StructuredQueryDefinition, long, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
facetedSearch(StructuredQueryDefinition, Pageable, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Same as faceted search with int bounds, but allows paging/sorting based off Spring Pageable.
facetedSearch(StructuredQueryDefinition, Pageable, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
FacetResultDto - Class in io.github.malteseduck.springframework.data.marklogic.domain.facets
 
FacetResultDto(FacetResult) - Constructor for class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetResultDto
 
FacetValueDto - Class in io.github.malteseduck.springframework.data.marklogic.domain.facets
 
FacetValueDto(FacetValue) - Constructor for class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetValueDto
 
FacetValueDto(String, long) - Constructor for class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetValueDto
 
findAll() - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.MarkLogicRepository
 
findAll() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
findAll(Pageable) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
findAll(Sort) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.MarkLogicRepository
 
findAll(Sort) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
findAllById(Iterable<ID>) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
findById(ID) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
findTransformer(MarkLogicPersistentEntity<?>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.QueryMapper
 
first() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
format() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.core.mapping.Document
The serialization format to use for documents of the annotated type.
format() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.Query
The document format to match, either XML or JSON.

G

get() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
 
getBaseUri() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentEntity
 
getBaseUri() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentEntity
Returns the base URI of the entity.
getClient() - Method in class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 
getCollection() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentEntity
 
getCollection() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentEntity
Returns the collection the entity shall be persisted to.
getCollectionName() - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicEntityInformation
Returns the name of the collection the entity shall be persisted to.
getCollectionName() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MappingMarkLogicEntityInformation
 
getContent() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
getConversionService() - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.AbstractMarkLogicConverter
 
getConverter() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Get the entity converter that is used to convert Java POJOs into a form with which they can be stored in the database.
getConverter() - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
getConverter(TypeDescriptor) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService
 
getConvertersToRegister() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService
 
getConvertersToRegister() - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryConversionService
 
getCount() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetResultDto
 
getCount() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetValueDto
 
getCriteria() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getDefaultConverter() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService
 
getDocumentFormat() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentEntity
 
getDocumentFormat() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentEntity
Determines the serialization format for the entity, i.e.
getDocumentUris(List<?>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.AbstractMarkLogicConverter
 
getDocumentUris(List<?>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.convert.MarkLogicConverter
 
getDocumentUris(List<?>, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.AbstractMarkLogicConverter
 
getDocumentUris(List<?>, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.convert.MarkLogicConverter
 
getEntityClass() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getEntityInformation(Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactory
 
getExampleQuery(Example<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.QueryMapper
 
getExtracts() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getFacets() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetedPage
 
getFactoryInstance(MarkLogicOperations) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactoryBean
 
getFieldName() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentProperty
 
getFieldName() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentProperty
Returns the name of the field a property is persisted to.
getFormat() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
getFormat() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
 
getFormat() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicQueryMethod
 
getIdAttribute() - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicEntityInformation
Returns the attribute that the id will be persisted to.
getIdAttribute() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MappingMarkLogicEntityInformation
 
getIdentifyingAnnotations() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.config.MarkLogicRepositoryConfigurationExtension
 
getIdentifyingTypes() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.config.MarkLogicRepositoryConfigurationExtension
 
getIdType() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MappingMarkLogicEntityInformation
 
getIndexType() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentProperty
 
getIndexType() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentProperty
 
getLimit() - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Gets the configured limit for the current limit.
getLimit() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getMappedQuery(StructuredQueryDefinition, Class) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.QueryMapper
 
getMappingContext() - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.AbstractMarkLogicConverter
 
getMappingContext() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getMappingContext() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicQueryMethod
 
getMetadata() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
getModulePrefix() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.config.MarkLogicRepositoryConfigurationExtension
 
getName() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetResultDto
 
getName() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetValueDto
 
getName() - Method in class io.github.malteseduck.springframework.data.marklogic.TransactionHolder
 
getObjectType() - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicClientFactoryBean
 
getOffset() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
getOperator() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
 
getOptions() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getPageNumber() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
getPageSize() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
getPath() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentProperty
 
getPath() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentProperty
 
getQbe() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getQbeFormat() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getQtext() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getQueryConversionService() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Get the query object convert service that is used to convert various Java types into their "correct" form for querying in MarkLogic.
getQueryConversionService() - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactory
 
getQueryMapper() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
The query mapper is responsible for interpreting entity/query annotations and applying the information to a query before it is executed in MarkLogicTemplate.
getQueryMapper() - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
getQueryMethod() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.AbstractMarkLogicQuery
 
getRangeIndexType() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
 
getRawQbe() - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Gets the raw Query By Example definition from the combined query.
getRawQbe() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getReadTransform(Class) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.QueryMapper
 
getRecord() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactory
 
getRepositoryFactoryBeanClassName() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.config.MarkLogicRepositoryConfigurationExtension
 
getRepositoryFragments(RepositoryMetadata) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactory
 
getSelected() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getSort() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
getSparql() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getStructuredQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
getTargetRepository(RepositoryInformation) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactory
 
getTransaction() - Method in class io.github.malteseduck.springframework.data.marklogic.TransactionHolder
 
getTransformer() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentEntity
 
getTransformer() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentEntity
Gets the configured server transformer class
getTransformer(Class<? extends ServerTransformer>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.QueryMapper
 
getType() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
 
getTypeFromSource(Object, TypeDescriptor) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService
 
getTypeName() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentEntity
 
getTypeName() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentEntity
Gets the name of the type to use when interacting with the database
getTypePersistenceStrategy() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentEntity
 
getTypePersistenceStrategy() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentEntity
Returns the strategy for determining how to preserve "type" information about a document.
getUri() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
getValues() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetResultDto
 
getWriteTransform(Class) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.QueryMapper
 

H

hasAnnotatedQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicQueryMethod
 
hashCode() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
hashCode() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetResultDto
 
hasPrevious() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
HIERARCHICAL - io.github.malteseduck.springframework.data.marklogic.repository.query.SelectedMode
 

I

INCLUDE - io.github.malteseduck.springframework.data.marklogic.repository.query.SelectedMode
 
includeFilters() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories
Specifies which types are eligible for component scanning.
Indexed - Annotation Type in io.github.malteseduck.springframework.data.marklogic.core.mapping
 
IndexType - Enum in io.github.malteseduck.springframework.data.marklogic.core.mapping
 
INSTANCE - io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.BooleanToValueConverter
 
INSTANCE - io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.MapToContainerQueryConverter
 
INSTANCE - io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.NumberToValueConverter
 
INSTANCE - io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToContainerQueryConverter
 
INSTANCE - io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToStringValueConverter
 
INSTANCE - io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.OldDateToStringValueConverter
 
InvalidMarkLogicApiUsageException - Exception in io.github.malteseduck.springframework.data.marklogic
 
InvalidMarkLogicApiUsageException(String) - Constructor for exception io.github.malteseduck.springframework.data.marklogic.InvalidMarkLogicApiUsageException
 
InvalidMarkLogicApiUsageException(String, Throwable) - Constructor for exception io.github.malteseduck.springframework.data.marklogic.InvalidMarkLogicApiUsageException
 
io.github.malteseduck.springframework.data.marklogic - package io.github.malteseduck.springframework.data.marklogic
 
io.github.malteseduck.springframework.data.marklogic.core - package io.github.malteseduck.springframework.data.marklogic.core
 
io.github.malteseduck.springframework.data.marklogic.core.convert - package io.github.malteseduck.springframework.data.marklogic.core.convert
 
io.github.malteseduck.springframework.data.marklogic.core.mapping - package io.github.malteseduck.springframework.data.marklogic.core.mapping
 
io.github.malteseduck.springframework.data.marklogic.domain - package io.github.malteseduck.springframework.data.marklogic.domain
 
io.github.malteseduck.springframework.data.marklogic.domain.facets - package io.github.malteseduck.springframework.data.marklogic.domain.facets
 
io.github.malteseduck.springframework.data.marklogic.repository - package io.github.malteseduck.springframework.data.marklogic.repository
 
io.github.malteseduck.springframework.data.marklogic.repository.config - package io.github.malteseduck.springframework.data.marklogic.repository.config
 
io.github.malteseduck.springframework.data.marklogic.repository.query - package io.github.malteseduck.springframework.data.marklogic.repository.query
 
io.github.malteseduck.springframework.data.marklogic.repository.query.convert - package io.github.malteseduck.springframework.data.marklogic.repository.query.convert
 
io.github.malteseduck.springframework.data.marklogic.repository.support - package io.github.malteseduck.springframework.data.marklogic.repository.support
 
isCountQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.AbstractMarkLogicQuery
 
isCountQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.PartTreeMarkLogicQuery
 
isCountQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.StringMarkLogicQuery
 
isDeleteQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.AbstractMarkLogicQuery
 
isDeleteQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.PartTreeMarkLogicQuery
 
isDeleteQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.StringMarkLogicQuery
 
isExistingTransaction(Object) - Method in class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 
isExistsQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.AbstractMarkLogicQuery
 
isExistsQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.PartTreeMarkLogicQuery
 
isExistsQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.StringMarkLogicQuery
 
isExplicitIdProperty() - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentProperty
 
isExplicitIdProperty() - Method in interface io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicPersistentProperty
Returns whether the property is explicitly marked as an identifier property of the owning PersistentEntity.
isFacetedQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicQueryMethod
 
isLimiting() - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Indicates whether or not a limit has been specified on this query.
isLimiting() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
isNewTransaction() - Method in class io.github.malteseduck.springframework.data.marklogic.TransactionHolder
 
ISO_8601_FORMAT - Static variable in class io.github.malteseduck.springframework.data.marklogic.core.convert.JacksonMarkLogicConverter
 
isQbe() - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Indicates whether or not this combined query is a raw Query By Example query.
isQbe() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
isStreamingQuery() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicQueryMethod
 
isTransactionActive() - Method in class io.github.malteseduck.springframework.data.marklogic.TransactionHolder
 

J

JacksonMarkLogicConverter - Class in io.github.malteseduck.springframework.data.marklogic.core.convert
 
JacksonMarkLogicConverter(MappingContext<? extends MarkLogicPersistentEntity<?>, MarkLogicPersistentProperty>) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.convert.JacksonMarkLogicConverter
 
JSON - io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentFormat
 

L

limit(int) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Limit the results that come back to the specified number.
limit(int) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 

M

MappingMarkLogicEntityInformation<T,​ID> - Class in io.github.malteseduck.springframework.data.marklogic.repository.support
 
MappingMarkLogicEntityInformation(MarkLogicPersistentEntity<T>) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.support.MappingMarkLogicEntityInformation
 
MappingMarkLogicEntityInformation(MarkLogicPersistentEntity<T>, Class<ID>) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.support.MappingMarkLogicEntityInformation
 
MarkLogicClientFactoryBean - Class in io.github.malteseduck.springframework.data.marklogic.core
 
MarkLogicClientFactoryBean() - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicClientFactoryBean
 
MarkLogicConverter - Interface in io.github.malteseduck.springframework.data.marklogic.core.convert
 
MarkLogicEntityInformation<T,​ID> - Interface in io.github.malteseduck.springframework.data.marklogic.repository.query
 
MarkLogicExceptionTranslator - Class in io.github.malteseduck.springframework.data.marklogic.core
 
MarkLogicExceptionTranslator() - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicExceptionTranslator
 
MarkLogicMappingContext - Class in io.github.malteseduck.springframework.data.marklogic.core.mapping
 
MarkLogicMappingContext() - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicMappingContext
 
MarkLogicOperations - Interface in io.github.malteseduck.springframework.data.marklogic.core
The central interface between you and the MarkLogic database.
MarkLogicPersistentEntity<T> - Interface in io.github.malteseduck.springframework.data.marklogic.core.mapping
 
MarkLogicPersistentProperty - Interface in io.github.malteseduck.springframework.data.marklogic.core.mapping
 
MarkLogicQueryMethod - Class in io.github.malteseduck.springframework.data.marklogic.repository.query
 
MarkLogicQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends MarkLogicPersistentEntity<?>, MarkLogicPersistentProperty>) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.query.MarkLogicQueryMethod
 
MarkLogicRepository<T,​ID extends Serializable> - Interface in io.github.malteseduck.springframework.data.marklogic.repository
 
MarkLogicRepositoryConfigurationExtension - Class in io.github.malteseduck.springframework.data.marklogic.repository.config
 
MarkLogicRepositoryConfigurationExtension() - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.config.MarkLogicRepositoryConfigurationExtension
 
MarkLogicRepositoryFactory - Class in io.github.malteseduck.springframework.data.marklogic.repository.support
 
MarkLogicRepositoryFactory(MarkLogicOperations) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactory
Creates a new MarkLogicRepositoryFactory options the given MarkLogicOperations.
MarkLogicRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,​ID>,​S,​ID extends Serializable> - Class in io.github.malteseduck.springframework.data.marklogic.repository.support
 
MarkLogicRepositoryFactoryBean(Class<? extends T>) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactoryBean
 
MarkLogicTemplate - Class in io.github.malteseduck.springframework.data.marklogic.core
 
MarkLogicTemplate(DatabaseClient) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
Create a template interface using the specified database client and the default entity converter and query conversion service.
MarkLogicTemplate(DatabaseClient, MarkLogicConverter) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
Create a template interface using the specified database client and the default query conversion service.
MarkLogicTemplate(DatabaseClient, MarkLogicConverter, QueryConversionService) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
Create a template interface using the specified database client.
markLogicTemplateRef() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories
Configures the name of the MarkLogicTemplate bean to be used options the repositories detected.
MarkLogicTransactionManager - Class in io.github.malteseduck.springframework.data.marklogic
 
MarkLogicTransactionManager(DatabaseClient) - Constructor for class io.github.malteseduck.springframework.data.marklogic.MarkLogicTransactionManager
 

N

namedQueriesLocation() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories
Configures the location of where to find the Spring Data named queries properties file.
next() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
NONE - io.github.malteseduck.springframework.data.marklogic.core.mapping.TypePersistenceStrategy
Don't scope queries using any type information

O

of(long, int) - Static method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
of(long, int, Sort) - Static method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
of(long, int, Sort.Direction, String...) - Static method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
options() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.Query
To specify any query options to use in the query.
options(String...) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Add a snippet of XML query options to the combined query.
options(String...) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
optionsName() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.Query
Instead of specifying limited query options individually you can persist an options configuration to the database and just reference it to be used in the query.
optionsName(String) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Sets the query to use persisted options that have the specified name.
optionsName(String) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
or(StructuredQueryDefinition...) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Combine the current structured queries in the combined query with the specified queries using an "or".
or(StructuredQueryDefinition...) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 

P

parse(Format) - Static method in enum io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentFormat
 
PartTreeMarkLogicQuery - Class in io.github.malteseduck.springframework.data.marklogic.repository.query
 
PartTreeMarkLogicQuery(MarkLogicQueryMethod, MarkLogicOperations) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.query.PartTreeMarkLogicQuery
 
path() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.core.mapping.Indexed
Path within the JSON/XML document to get to the property.
PATH - io.github.malteseduck.springframework.data.marklogic.core.mapping.IndexType
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.config.MarkLogicRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.config.MarkLogicRepositoryConfigurationExtension
 
previous() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
previousOrFirst() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
PropertyIndex - Class in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
 
PropertyIndex(Object, QueryType) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
 

Q

qb(Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Get an instance of a PojoQueryBuilder for the specified entity class.
qb(Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
query() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.Query
 
Query - Annotation Type in io.github.malteseduck.springframework.data.marklogic.repository
Declare QBE queries directly on repository methods.
QueryCallback<T> - Interface in io.github.malteseduck.springframework.data.marklogic.core
 
QueryConversionService - Interface in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
 
queryLookupStrategy() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories
Returns the key of the QueryLookupStrategy to be used for lookup queries for query methods.
QueryMapper - Class in io.github.malteseduck.springframework.data.marklogic.core.convert
Helper class for last-minute tweaks to the query, or for last minute updates to read/write operations
QueryMapper(MarkLogicConverter) - Constructor for class io.github.malteseduck.springframework.data.marklogic.core.convert.QueryMapper
 
QueryType - Enum in io.github.malteseduck.springframework.data.marklogic.repository.query
 
QueryTypeConverter<S> - Interface in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
 

R

RANGE - io.github.malteseduck.springframework.data.marklogic.repository.query.QueryType
 
read(Class<R>, DocumentDescriptor) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.AbstractMarkLogicConverter
 
read(Object, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Read a document with the specified ID from the database.
read(Object, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
read(List<?>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Reads a list of documents from the database by their URIs instead of ids.
read(List<?>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
read(List<?>, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Reads a set of documents that have the specified IDs.
read(List<?>, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
reader(MarkLogicPersistentEntity<T>, ParameterAccessor) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.convert.ServerTransformer
Global read transform.
repositoryBaseClass() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories
Configure the repository base class to be used to create repository proxies for this particular configuration.
repositoryFactoryBeanClass() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories
Returns the FactoryBean class to be used for each repository instance.
repositoryImplementationPostfix() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories
Returns the postfix to be used when looking up custom repository implementations.

S

save(S) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
saveAll(Iterable<S>) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
search(StructuredQueryDefinition) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Query for a list of documents using the specified structured query.
search(StructuredQueryDefinition) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
search(StructuredQueryDefinition, long) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Query for a page of documents using the specified structured query, starting at the specified item in the result set.
search(StructuredQueryDefinition, long) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
search(StructuredQueryDefinition, long, int) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Query for a page of documents using the specified structured query.
search(StructuredQueryDefinition, long, int) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
search(StructuredQueryDefinition, long, int, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Queries for a page of documents of the specified type, using the specified structured query to constrain which documents are returned.
search(StructuredQueryDefinition, long, int, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
search(StructuredQueryDefinition, long, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Query for a page of of documents of the specified type using the specified structured query.
search(StructuredQueryDefinition, long, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
search(StructuredQueryDefinition, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Query for a list of of documents of the specified type using the specified structured query.
search(StructuredQueryDefinition, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
search(StructuredQueryDefinition, Pageable) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Same as search with int bounds, but allows paging/sorting based off Spring Pageable.
search(StructuredQueryDefinition, Pageable) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
search(StructuredQueryDefinition, Pageable, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Same as search with int bounds, but allows paging/sorting based off Spring Pageable.
search(StructuredQueryDefinition, Pageable, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
search(Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Query for a list of of documents of the specified type using the specified structured query.
search(Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
Query for a list of of documents of the specified type.
searchOne(StructuredQueryDefinition, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Query for a single entity using the specified structured query.
searchOne(StructuredQueryDefinition, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
searchOptions() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.Query
Shortcut for some of the search-option configurations available for MarkLogic query options, i.e.
selected() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.Query
Used in conjunction with the extract paths.
SelectedMode - Enum in io.github.malteseduck.springframework.data.marklogic.repository.query
 
serialize() - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Used by the MarkLogic Java Client Library to get the "low-level" representation of the query that can be submitted to the MarkLogic REST API.
serialize() - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
ServerTransformer - Interface in io.github.malteseduck.springframework.data.marklogic.core.convert
Interface for class that creates a configured server transform for read and write operations.
setApplicationContext(ApplicationContext) - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.BasicMarkLogicPersistentEntity
 
setApplicationContext(ApplicationContext) - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicMappingContext
 
setApplicationContext(ApplicationContext) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
setContent(ContentHandle) - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
setCriteria(String) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
setDatabase(String) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicClientFactoryBean
 
setFormat(Format) - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
setHost(String) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicClientFactoryBean
 
setMappingContext(MappingContext<?, ?>) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactoryBean
 
setMarkLogicOperations(MarkLogicOperations) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactoryBean
 
setMetadata(DocumentMetadataHandle) - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
setName(String) - Method in class io.github.malteseduck.springframework.data.marklogic.TransactionHolder
 
setNewTransaction(boolean) - Method in class io.github.malteseduck.springframework.data.marklogic.TransactionHolder
 
setPort(int) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicClientFactoryBean
 
setQbe(RawQueryByExampleDefinition) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
setRecord(DocumentRecord) - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
setSecurityContext(DatabaseClientFactory.SecurityContext) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicClientFactoryBean
 
setTransaction(Transaction) - Method in class io.github.malteseduck.springframework.data.marklogic.TransactionHolder
 
setTransactionManager(String) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.support.MarkLogicRepositoryFactoryBean
 
setUri(String) - Method in class io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentDescriptor
 
simpleDateFormat8601 - Static variable in class io.github.malteseduck.springframework.data.marklogic.core.convert.JacksonMarkLogicConverter
 
SimpleMarkLogicRepository<T,​ID extends Serializable> - Class in io.github.malteseduck.springframework.data.marklogic.repository.support
 
SimpleMarkLogicRepository(MarkLogicEntityInformation<T, ID>, MarkLogicOperations) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.support.SimpleMarkLogicRepository
 
sort(String, String, IndexType) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Adds sorting configuration to the query.
sort(String, String, IndexType) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
sort(Sort) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Add sorting configuration to the query.
sort(Sort) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
sort(Sort, IndexType) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Add sorting configuration to the query.
sort(Sort, IndexType) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
sortQuery(Sort, StructuredQueryDefinition) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Adds sorting configuration to the specified query.
sortQuery(Sort, StructuredQueryDefinition) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
sortQuery(Sort, StructuredQueryDefinition, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Add sorting configuration to the specified query.
sortQuery(Sort, StructuredQueryDefinition, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
sparql(String) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Add SPARQL queries to constraint results to only documents that have the matched triples.
sparql(String) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
stream(StructuredQueryDefinition) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
 
stream(StructuredQueryDefinition) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
stream(StructuredQueryDefinition, long) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
 
stream(StructuredQueryDefinition, long) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
stream(StructuredQueryDefinition, long, int) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
 
stream(StructuredQueryDefinition, long, int) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
stream(StructuredQueryDefinition, long, int, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Queries just like the MarkLogicOperations.search(StructuredQueryDefinition, long, int, Class) method does, but instead of a page/list of documents it returns an input stream straight from the results of the REST call against the database.
stream(StructuredQueryDefinition, long, int, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
stream(StructuredQueryDefinition, long, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
 
stream(StructuredQueryDefinition, long, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
stream(StructuredQueryDefinition, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
 
stream(StructuredQueryDefinition, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
stream(StructuredQueryDefinition, Pageable) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Same as method taking int bounds, but allows use of Pagable for paging/sorting.
stream(StructuredQueryDefinition, Pageable) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
stream(StructuredQueryDefinition, Pageable, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Same as method taking int bounds, but allows use of Pagable for paging/sorting.
stream(StructuredQueryDefinition, Pageable, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
StringMarkLogicQuery - Class in io.github.malteseduck.springframework.data.marklogic.repository.query
 
StringMarkLogicQuery(MarkLogicQueryMethod, MarkLogicOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.query.StringMarkLogicQuery
 
StringMarkLogicQuery(String, MarkLogicQueryMethod, MarkLogicOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class io.github.malteseduck.springframework.data.marklogic.repository.query.StringMarkLogicQuery
 
supports(PropertyIndex) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.BooleanToValueConverter
 
supports(PropertyIndex) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.NumberToValueConverter
 
supports(PropertyIndex) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToStringValueConverter
 
supports(PropertyIndex) - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.OldDateToStringValueConverter
 
supports(PropertyIndex) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.convert.QueryTypeConverter
 

T

term(String) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Add a search term to the current query.
term(String) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
termQuery(String, StructuredQueryDefinition) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Add a search term to the specified query.
termQuery(String, StructuredQueryDefinition) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
toEntityList(Class<T>, DocumentPage) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
toFormat() - Method in enum io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentFormat
 
toRecordList(DocumentPage) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
toString() - Method in enum io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentFormat
 
toString() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.ChunkRequest
 
toString() - Method in class io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetResultDto
 
toString() - Method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.SelectedMode
 
TransactionHolder - Class in io.github.malteseduck.springframework.data.marklogic
 
TransactionHolder(DatabaseClient) - Constructor for class io.github.malteseduck.springframework.data.marklogic.TransactionHolder
 
transform() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.Query
The name of a transform to use when returning/saving documents (depends on the type of operations that is annotated).
transform(ServerTransform) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Specify a server transform to use on the results that are matched in the database.
transform(ServerTransform) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
transformer() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.core.mapping.Document
The configured transformer class to use for the entity for server read/write transforms.
transformer() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.Query
If you need the ability to create a full ServerTransform then you can specify a ServerTransformer implementation that will generate the reader() and writer() transformers.
translateExceptionIfPossible(RuntimeException) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicClientFactoryBean
 
translateExceptionIfPossible(RuntimeException) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicExceptionTranslator
 
type() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.core.mapping.Document
The name to use for the type of document which will be persisted into the database.
type() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.core.mapping.Indexed
 
type() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.Query
Sometimes it is better to force the use of a range index for equality checks (to point to specific properties instead of any property in a hierarchy).
type(Class) - Method in interface io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinition
Specified the entity type to use when building the query.
type(Class) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
TypePersistenceStrategy - Enum in io.github.malteseduck.springframework.data.marklogic.core.mapping
 
typeStrategy() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.core.mapping.Document
Set to scope queries to a "type" as defined by the configured strategy.

U

uri() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.core.mapping.Document
The base URI for documents of the annotated type.
URI - io.github.malteseduck.springframework.data.marklogic.core.mapping.TypePersistenceStrategy
Store and query documents under a base URI, defaults to "/TYPE_NAME/"
Util - Class in io.github.malteseduck.springframework.data.marklogic.core
 

V

value() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.core.mapping.Document
Alias for Document.uri().
value() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.config.EnableMarkLogicRepositories
value() - Method in annotation type io.github.malteseduck.springframework.data.marklogic.repository.Query
Takes a MarkLogic QBE JSON string to define the actual query to be executed.
VALUE - io.github.malteseduck.springframework.data.marklogic.repository.query.QueryType
 
valueOf(String) - Static method in enum io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.malteseduck.springframework.data.marklogic.core.mapping.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.malteseduck.springframework.data.marklogic.core.mapping.TypePersistenceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.BooleanToValueConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.MapToContainerQueryConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.NumberToValueConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToContainerQueryConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToStringValueConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.OldDateToStringValueConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.SelectedMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.malteseduck.springframework.data.marklogic.core.mapping.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.malteseduck.springframework.data.marklogic.core.mapping.TypePersistenceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.BooleanToValueConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.MapToContainerQueryConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.NumberToValueConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToContainerQueryConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.ObjectToStringValueConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.OldDateToStringValueConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.malteseduck.springframework.data.marklogic.repository.query.SelectedMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

withCriteria(String) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.CombinedQueryDefinitionBuilder
 
withFormat(Format) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
 
withOperator(StructuredQueryBuilder.Operator) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
 
withProperty(MarkLogicPersistentProperty) - Method in class io.github.malteseduck.springframework.data.marklogic.repository.query.convert.PropertyIndex
 
wrapQuery(StructuredQueryDefinition, Class<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.AbstractMarkLogicConverter
 
wrapQuery(StructuredQueryDefinition, Class<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.convert.MarkLogicConverter
 
write(Object, DocumentDescriptor) - Method in class io.github.malteseduck.springframework.data.marklogic.core.convert.AbstractMarkLogicConverter
 
write(List<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Write the specified entities to the database into the default entity collection, without any transforms
write(List<T>) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
write(List<T>, ServerTransform) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Write the specified entities to the database into the default entity collection using the specified transform.
write(List<T>, ServerTransform) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
write(List<T>, ServerTransform, String...) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Write the specified list of entities to the database.
write(List<T>, ServerTransform, String...) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
write(List<T>, String...) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Write the specified entities to the database into the specified collections, without any transforms.
write(List<T>, String...) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
write(T) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Write a single entity to the database into the default entity collection without any transforms.
write(T) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
write(T, ServerTransform) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Write the specified entity to the database into the default entity collection using the specified transform.
write(T, ServerTransform) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
write(T, ServerTransform, String...) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Write the specified entity to the database into the specified collections with the specified transform.
write(T, ServerTransform, String...) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
write(T, String...) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.MarkLogicOperations
Write a single entity to the database into the specified collections, without any transforms.
write(T, String...) - Method in class io.github.malteseduck.springframework.data.marklogic.core.MarkLogicTemplate
 
writer(MarkLogicPersistentEntity<T>) - Method in interface io.github.malteseduck.springframework.data.marklogic.core.convert.ServerTransformer
Global write transform.

X

XML - io.github.malteseduck.springframework.data.marklogic.core.mapping.DocumentFormat
 
A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes All Packages