Skip navigation links
arangodb-spring-data
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractArangoConfiguration - Class in com.arangodb.springframework.config
Deprecated.
ArangoConfiguration provides default methods and can be implemented directly without the need of this class.
AbstractArangoConfiguration() - Constructor for class com.arangodb.springframework.config.AbstractArangoConfiguration
Deprecated.
 
AbstractArangoEventListener<T> - Class in com.arangodb.springframework.core.mapping.event
Base class to implement domain class specific event-handler methods.
AbstractArangoEventListener() - Constructor for class com.arangodb.springframework.core.mapping.event.AbstractArangoEventListener
 
AbstractArangoQuery - Class in com.arangodb.springframework.repository.query
 
AbstractArangoQuery(ArangoQueryMethod, ArangoOperations) - Constructor for class com.arangodb.springframework.repository.query.AbstractArangoQuery
 
AbstractDeleteEvent<T> - Class in com.arangodb.springframework.core.mapping.event
Base class for delete events.
AbstractDeleteEvent(Object, Class<T>) - Constructor for class com.arangodb.springframework.core.mapping.event.AbstractDeleteEvent
 
AbstractResolver<A extends Annotation> - Class in com.arangodb.springframework.core.convert.resolver
 
AbstractResolver(ConversionService) - Constructor for class com.arangodb.springframework.core.convert.resolver.AbstractResolver
 
AbstractResolver.ResolverCallback<A extends Annotation> - Interface in com.arangodb.springframework.core.convert.resolver
 
addPersistentProperty(ArangoPersistentProperty) - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
AfterDeleteEvent<T> - Class in com.arangodb.springframework.core.mapping.event
Published after an object was deleted from the database.
AfterDeleteEvent(Object, Class<T>) - Constructor for class com.arangodb.springframework.core.mapping.event.AfterDeleteEvent
 
AfterLoadEvent<T> - Class in com.arangodb.springframework.core.mapping.event
Published after an object is loaded from the database.
AfterLoadEvent(T) - Constructor for class com.arangodb.springframework.core.mapping.event.AfterLoadEvent
 
AfterSaveEvent<T> - Class in com.arangodb.springframework.core.mapping.event
Published after saving an object to the database.
AfterSaveEvent(T) - Constructor for class com.arangodb.springframework.core.mapping.event.AfterSaveEvent
 
and(Criteria) - Method in class com.arangodb.springframework.repository.query.derived.Criteria
 
and(Part, Criteria, Iterator<Object>) - Method in class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
 
AqlUtils - Class in com.arangodb.springframework.core.util
 
arango() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 
ArangoAuditingRegistrar - Class in com.arangodb.springframework.config
 
ArangoAuditingRegistrar() - Constructor for class com.arangodb.springframework.config.ArangoAuditingRegistrar
 
ArangoConfiguration - Interface in com.arangodb.springframework.config
Defines methods to customize the Java-based configuration for Spring Data ArangoDB.
arangoConverter() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 
ArangoConverter - Interface in com.arangodb.springframework.core.convert
 
ArangoConverters - Class in com.arangodb.springframework.core.convert
This class contains additional converters that are not supported by the converter.
ArangoConverters() - Constructor for class com.arangodb.springframework.core.convert.ArangoConverters
 
ArangoConverters.StringToUuidConverter - Enum in com.arangodb.springframework.core.convert
 
ArangoConverters.UuidToStringConverter - Enum in com.arangodb.springframework.core.convert
 
ArangoCustomConversions - Class in com.arangodb.springframework.core.convert
 
ArangoCustomConversions(Collection<?>) - Constructor for class com.arangodb.springframework.core.convert.ArangoCustomConversions
 
ArangoEntityClassScanner - Class in com.arangodb.springframework.config
 
ArangoEntityClassScanner() - Constructor for class com.arangodb.springframework.config.ArangoEntityClassScanner
 
ArangoEntityInformation<T,ID> - Interface in com.arangodb.springframework.repository
 
ArangoEntityReader - Interface in com.arangodb.springframework.core.convert
 
ArangoEntityWriter - Interface in com.arangodb.springframework.core.convert
 
ArangoErrors - Class in com.arangodb.springframework.core.util
 
ArangoErrors() - Constructor for class com.arangodb.springframework.core.util.ArangoErrors
 
ArangoExampleConverter<T> - Class in com.arangodb.springframework.repository
Converts Example to String representing predicate expression and puts necessary bindings in the given bindVars Map
ArangoExampleConverter(ArangoMappingContext, ResolverFactory) - Constructor for class com.arangodb.springframework.repository.ArangoExampleConverter
 
ArangoExceptionTranslator - Class in com.arangodb.springframework.core.util
 
ArangoExceptionTranslator() - Constructor for class com.arangodb.springframework.core.util.ArangoExceptionTranslator
 
ArangoId - Annotation Type in com.arangodb.springframework.annotation
Annotation to declare a field to represent ArangoDB's document field _id.
ArangoIdPropertyIdentifierAccessor - Class in com.arangodb.springframework.core.mapping
 
ArangoIdPropertyIdentifierAccessor(ArangoPersistentEntity<?>, Object) - Constructor for class com.arangodb.springframework.core.mapping.ArangoIdPropertyIdentifierAccessor
 
arangoMappingContext() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 
ArangoMappingContext - Class in com.arangodb.springframework.core.mapping
 
ArangoMappingContext() - Constructor for class com.arangodb.springframework.core.mapping.ArangoMappingContext
 
ArangoMappingEvent<T> - Class in com.arangodb.springframework.core.mapping.event
Spring Data ArangoDB specific event class.
ArangoMappingEvent(T) - Constructor for class com.arangodb.springframework.core.mapping.event.ArangoMappingEvent
 
ArangoOperations - Interface in com.arangodb.springframework.core
Interface that specifies a basic set of ArangoDB operations.
ArangoOperations.UpsertStrategy - Enum in com.arangodb.springframework.core
 
ArangoParameterAccessor - Interface in com.arangodb.springframework.repository.query
 
ArangoParameters - Class in com.arangodb.springframework.repository.query
 
ArangoParameters(Method) - Constructor for class com.arangodb.springframework.repository.query.ArangoParameters
 
ArangoParametersParameterAccessor - Class in com.arangodb.springframework.repository.query
This class provides access to parameters of a user-defined method.
ArangoParametersParameterAccessor(ArangoQueryMethod, Object[]) - Constructor for class com.arangodb.springframework.repository.query.ArangoParametersParameterAccessor
 
ArangoPersistentEntity<T> - Interface in com.arangodb.springframework.core.mapping
 
ArangoPersistentEntityInformation<T,ID> - Class in com.arangodb.springframework.repository
 
ArangoPersistentEntityInformation(ArangoPersistentEntity<T>) - Constructor for class com.arangodb.springframework.repository.ArangoPersistentEntityInformation
 
ArangoPersistentProperty - Interface in com.arangodb.springframework.core.mapping
 
ArangoQueryMethod - Class in com.arangodb.springframework.repository.query
 
ArangoQueryMethod(Method, RepositoryMetadata, ProjectionFactory) - Constructor for class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
ArangoRepositoriesRegistrar - Class in com.arangodb.springframework.repository
Created by F625633 on 07/07/2017.
ArangoRepositoriesRegistrar() - Constructor for class com.arangodb.springframework.repository.ArangoRepositoriesRegistrar
 
ArangoRepository<T,ID> - Interface in com.arangodb.springframework.repository
ArangoDB specific Repository interface.
ArangoRepositoryConfigurationExtension - Class in com.arangodb.springframework.repository
 
ArangoRepositoryConfigurationExtension() - Constructor for class com.arangodb.springframework.repository.ArangoRepositoryConfigurationExtension
 
ArangoRepositoryFactory - Class in com.arangodb.springframework.repository
 
ArangoRepositoryFactory(ArangoOperations) - Constructor for class com.arangodb.springframework.repository.ArangoRepositoryFactory
 
ArangoRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> - Class in com.arangodb.springframework.repository
Created by F625633 on 07/07/2017.
ArangoRepositoryFactoryBean(Class<? extends T>) - Constructor for class com.arangodb.springframework.repository.ArangoRepositoryFactoryBean
 
ArangoResultConverter - Class in com.arangodb.springframework.repository.query
Converts the result returned from the ArangoDB Java driver to the desired type.
ArangoResultConverter(ArangoParameterAccessor, ArangoCursor<?>, ArangoOperations, Class<?>) - Constructor for class com.arangodb.springframework.repository.query.ArangoResultConverter
 
ArangoSimpleTypes - Class in com.arangodb.springframework.core.mapping
This class contains additional types (besides the default ones) that are supported by the converter.
arangoTemplate() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 
ArangoTemplate - Class in com.arangodb.springframework.core.template
 
ArangoTemplate(ArangoDB, String, ArangoConverter, ResolverFactory) - Constructor for class com.arangodb.springframework.core.template.ArangoTemplate
 
ArangoTemplate(ArangoDB, String, ArangoConverter, ResolverFactory, PersistenceExceptionTranslator) - Constructor for class com.arangodb.springframework.core.template.ArangoTemplate
 
ArangoTypeAliasAccessor - Interface in com.arangodb.springframework.core.convert
 
arangoTypeMapper() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 
ArangoTypeMapper - Interface in com.arangodb.springframework.core.convert
 
ArangoUncategorizedException - Exception in com.arangodb.springframework
 
ArangoUncategorizedException(String, Throwable) - Constructor for exception com.arangodb.springframework.ArangoUncategorizedException
 
AuditingEventListener - Class in com.arangodb.springframework.core.mapping.event
 
AuditingEventListener(ObjectFactory<IsNewAwareAuditingHandler>) - Constructor for class com.arangodb.springframework.core.mapping.event.AuditingEventListener
 

B

BeforeDeleteEvent<T> - Class in com.arangodb.springframework.core.mapping.event
Published before a delete is executed.
BeforeDeleteEvent(Object, Class<T>) - Constructor for class com.arangodb.springframework.core.mapping.event.BeforeDeleteEvent
 
BeforeSaveEvent<T> - Class in com.arangodb.springframework.core.mapping.event
Published before an object is saved to the database.
BeforeSaveEvent(T) - Constructor for class com.arangodb.springframework.core.mapping.event.BeforeSaveEvent
 
bind(Object, boolean, Boolean, BindParameterBinding.UniqueCheck, int) - Method in class com.arangodb.springframework.repository.query.derived.BindParameterBinding
 
bindBox(Object, boolean, int) - Method in class com.arangodb.springframework.repository.query.derived.BindParameterBinding
 
bindCircle(Object, boolean, BindParameterBinding.UniqueCheck, int) - Method in class com.arangodb.springframework.repository.query.derived.BindParameterBinding
 
BindParameterBinding - Class in com.arangodb.springframework.repository.query.derived
 
BindParameterBinding(Map<String, Object>) - Constructor for class com.arangodb.springframework.repository.query.derived.BindParameterBinding
 
bindPoint(Object, boolean, BindParameterBinding.UniqueCheck, int) - Method in class com.arangodb.springframework.repository.query.derived.BindParameterBinding
 
bindPolygon(Object, boolean, int) - Method in class com.arangodb.springframework.repository.query.derived.BindParameterBinding
 
bindRange(Object, boolean, int) - Method in class com.arangodb.springframework.repository.query.derived.BindParameterBinding
 
bindRing(Object, boolean, BindParameterBinding.UniqueCheck, int) - Method in class com.arangodb.springframework.repository.query.derived.BindParameterBinding
 
BindVars - Annotation Type in com.arangodb.springframework.annotation
Annotation to mark a method parameter - of type Map<String, Object - of a repository method annotated with @Query to be used as AQL's bind parameter.
buildCollectionName(String) - Static method in class com.arangodb.springframework.core.util.AqlUtils
 
buildLimitClause(Pageable) - Static method in class com.arangodb.springframework.core.util.AqlUtils
 
buildPageableClause(Pageable) - Static method in class com.arangodb.springframework.core.util.AqlUtils
 
buildPageableClause(Pageable, String) - Static method in class com.arangodb.springframework.core.util.AqlUtils
 
buildSortClause(Sort) - Static method in class com.arangodb.springframework.core.util.AqlUtils
 
buildSortClause(Sort, String) - Static method in class com.arangodb.springframework.core.util.AqlUtils
 

C

collection(Class<?>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Returns the operations interface for a collection.
collection(String) - Method in interface com.arangodb.springframework.core.ArangoOperations
Returns the operations interface for a collection.
collection(String, CollectionCreateOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Returns the operations interface for a collection.
collection(Class<?>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
collection(String) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
collection(String, CollectionCreateOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
collection(Class<?>) - Method in interface com.arangodb.springframework.core.template.DefaultUserOperation.CollectionCallback
 
collection(String) - Method in interface com.arangodb.springframework.core.template.DefaultUserOperation.CollectionCallback
 
CollectionOperations - Interface in com.arangodb.springframework.core
Interface that specifies a basic set of ArangoDB operations on collection level.
com.arangodb.springframework - package com.arangodb.springframework
 
com.arangodb.springframework.annotation - package com.arangodb.springframework.annotation
 
com.arangodb.springframework.config - package com.arangodb.springframework.config
 
com.arangodb.springframework.core - package com.arangodb.springframework.core
 
com.arangodb.springframework.core.convert - package com.arangodb.springframework.core.convert
 
com.arangodb.springframework.core.convert.resolver - package com.arangodb.springframework.core.convert.resolver
 
com.arangodb.springframework.core.mapping - package com.arangodb.springframework.core.mapping
 
com.arangodb.springframework.core.mapping.event - package com.arangodb.springframework.core.mapping.event
 
com.arangodb.springframework.core.template - package com.arangodb.springframework.core.template
 
com.arangodb.springframework.core.util - package com.arangodb.springframework.core.util
 
com.arangodb.springframework.repository - package com.arangodb.springframework.repository
 
com.arangodb.springframework.repository.query - package com.arangodb.springframework.repository.query
 
com.arangodb.springframework.repository.query.derived - package com.arangodb.springframework.repository.query.derived
 
com.arangodb.springframework.repository.query.derived.geo - package com.arangodb.springframework.repository.query.derived.geo
 
complete(Criteria, Sort) - Method in class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
Builds a full AQL query from a built Disjunction, additional information from PartTree and special parameters caught by ArangoParameterAccessor
contains(String, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.ArangoConverters.StringToUuidConverter
 
convert(UUID) - Method in enum com.arangodb.springframework.core.convert.ArangoConverters.UuidToStringConverter
 
convert(DateTime) - Method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.DateTimeToStringConverter
 
convert(Instant) - Method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.InstantToStringConverter
 
convert(LocalDateTime) - Method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.LocalDateTimeToStringConverter
 
convert(LocalDate) - Method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.LocalDateToStringConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToDateTimeConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToInstantConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToLocalDateConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToLocalDateTimeConverter
 
convert(Date) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.DateToStringConverter
 
convert(Instant) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.InstantToStringConverter
 
convert(LocalDateTime) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.LocalDateTimeToStringConverter
 
convert(LocalDate) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.LocalDateToStringConverter
 
convert(OffsetDateTime) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.OffsetDateTimeToStringConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToDateConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToInstantConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToLocalDateConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToLocalDateTimeConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToOffsetDateTimeConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToZonedDateTimeConverter
 
convert(ZonedDateTime) - Method in enum com.arangodb.springframework.core.convert.TimeStringConverters.ZonedDateTimeToStringConverter
 
convertArangoCursor() - Method in class com.arangodb.springframework.repository.query.ArangoResultConverter
 
convertArray() - Method in class com.arangodb.springframework.repository.query.ArangoResultConverter
 
convertExampleToPredicate(Example<T>, Map<String, Object>) - Method in class com.arangodb.springframework.repository.ArangoExampleConverter
 
convertGeoPage() - Method in class com.arangodb.springframework.repository.query.ArangoResultConverter
 
convertGeoResult() - Method in class com.arangodb.springframework.repository.query.ArangoResultConverter
 
convertGeoResults() - Method in class com.arangodb.springframework.repository.query.ArangoResultConverter
 
convertId(Object) - Method in interface com.arangodb.springframework.core.convert.ArangoConverter
 
convertId(Object) - Method in class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
convertList() - Method in class com.arangodb.springframework.repository.query.ArangoResultConverter
 
convertOptional() - Method in class com.arangodb.springframework.repository.query.ArangoResultConverter
 
convertPage() - Method in class com.arangodb.springframework.repository.query.ArangoResultConverter
 
convertResult(Class<?>) - Method in class com.arangodb.springframework.repository.query.ArangoResultConverter
Called to convert result from ArangoCursor to given type, by invoking the appropriate converter method
convertSet() - Method in class com.arangodb.springframework.repository.query.ArangoResultConverter
 
count() - Method in interface com.arangodb.springframework.core.CollectionOperations
Counts the documents in a collection
count() - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
count() - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Counts the number of documents in the collection for the type of this repository
count(Example<S>) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Counts the number of documents in the collection which match with the given example
create(String, UserCreateOptions) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
create(String, UserCreateOptions) - Method in interface com.arangodb.springframework.core.UserOperations
Create a new user.
create(Part, Iterator<Object>) - Method in class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
 
createAssociation() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
createFrom(List<ArangoParameters.ArangoParameter>) - Method in class com.arangodb.springframework.repository.query.ArangoParameters
 
createIdFromCollectionAndKey(String, String) - Static method in class com.arangodb.springframework.core.util.MetadataUtils
Creates an _id from collection name and _key.
createParameter(MethodParameter) - Method in class com.arangodb.springframework.repository.query.ArangoParameters
 
createParameters(Method) - Method in class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
createPersistentEntity(TypeInformation<T>) - Method in class com.arangodb.springframework.core.mapping.ArangoMappingContext
 
createPersistentProperty(Property, DefaultArangoPersistentEntity<?>, SimpleTypeHolder) - Method in class com.arangodb.springframework.core.mapping.ArangoMappingContext
 
createQuery(ArangoParameterAccessor, Map<String, Object>, AqlQueryOptions) - Method in class com.arangodb.springframework.repository.query.AbstractArangoQuery
Implementations should create an AQL query with the given ArangoParameterAccessor and set necessary binding parameters and query options.
createQuery(ArangoParameterAccessor, Map<String, Object>, AqlQueryOptions) - Method in class com.arangodb.springframework.repository.query.DerivedArangoQuery
 
createQuery(ArangoParameterAccessor, Map<String, Object>, AqlQueryOptions) - Method in class com.arangodb.springframework.repository.query.StringBasedArangoQuery
 
createRepositoryFactory() - Method in class com.arangodb.springframework.repository.ArangoRepositoryFactoryBean
 
Criteria - Class in com.arangodb.springframework.repository.query.derived
 
Criteria() - Constructor for class com.arangodb.springframework.repository.query.derived.Criteria
 
Criteria(String) - Constructor for class com.arangodb.springframework.repository.query.derived.Criteria
 
customConversions() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 
customConverters() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 

D

database() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 
DBDocumentEntity - Class in com.arangodb.springframework.core.convert
 
DBDocumentEntity() - Constructor for class com.arangodb.springframework.core.convert.DBDocumentEntity
 
DBDocumentEntity(Map<? extends String, ? extends Object>) - Constructor for class com.arangodb.springframework.core.convert.DBDocumentEntity
 
DEFAULT_TYPE_KEY - Static variable in class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper
 
DefaultArangoConverter - Class in com.arangodb.springframework.core.convert
 
DefaultArangoConverter(MappingContext<? extends ArangoPersistentEntity<?>, ArangoPersistentProperty>, CustomConversions, ResolverFactory, ArangoTypeMapper) - Constructor for class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
DefaultArangoPersistentEntity<T> - Class in com.arangodb.springframework.core.mapping
 
DefaultArangoPersistentEntity(TypeInformation<T>) - Constructor for class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
DefaultArangoPersistentProperty - Class in com.arangodb.springframework.core.mapping
 
DefaultArangoPersistentProperty(Property, PersistentEntity<?, ArangoPersistentProperty>, SimpleTypeHolder, FieldNamingStrategy) - Constructor for class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
DefaultArangoTypeMapper - Class in com.arangodb.springframework.core.convert
 
DefaultArangoTypeMapper() - Constructor for class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper
 
DefaultArangoTypeMapper(String) - Constructor for class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper
 
DefaultArangoTypeMapper(String, MappingContext<? extends PersistentEntity<?, ?>, ?>) - Constructor for class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper
 
DefaultArangoTypeMapper(String, List<? extends TypeInformationMapper>) - Constructor for class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper
 
DefaultArangoTypeMapper.DefaultTypeAliasAccessor - Class in com.arangodb.springframework.core.convert
 
DefaultCollectionOperations - Class in com.arangodb.springframework.core.template
 
DefaultCollectionOperations(ArangoCollection, Map<CollectionCacheKey, CollectionCacheValue>, PersistenceExceptionTranslator) - Constructor for class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
DefaultTypeAliasAccessor(String) - Constructor for class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper.DefaultTypeAliasAccessor
 
DefaultUserOperation - Class in com.arangodb.springframework.core.template
 
DefaultUserOperation(ArangoDatabase, String, PersistenceExceptionTranslator, DefaultUserOperation.CollectionCallback) - Constructor for class com.arangodb.springframework.core.template.DefaultUserOperation
 
DefaultUserOperation.CollectionCallback - Interface in com.arangodb.springframework.core.template
 
delete(Iterable<Object>, Class<?>, DocumentDeleteOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Deletes multiple documents from a collection.
delete(Iterable<Object>, Class<?>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Deletes multiple documents from a collection.
delete(Object, Class<?>, DocumentDeleteOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Deletes the document with the given id from a collection.
delete(Object, Class<?>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Deletes the document with the given id from a collection.
delete(Iterable<Object>, Class<?>, DocumentDeleteOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
delete(Iterable<Object>, Class<?>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
delete(Object, Class<?>, DocumentDeleteOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
delete(Object, Class<?>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
delete() - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
delete() - Method in interface com.arangodb.springframework.core.UserOperations
Removes an existing user, identified by user.
delete(T) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Deletes document in the database representing the given object, by getting it's id
deleteAll(Iterable<? extends T>) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Deletes all the given documents from the database
deleteAll() - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Deletes all documents in the collection for this repository
deleteById(ID) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Deletes the document with the given id or key
DerivedArangoQuery - Class in com.arangodb.springframework.repository.query
 
DerivedArangoQuery(ArangoQueryMethod, ArangoOperations) - Constructor for class com.arangodb.springframework.repository.query.DerivedArangoQuery
 
DerivedQueryCreator - Class in com.arangodb.springframework.repository.query.derived
Creates a full AQL query from a PartTree and ArangoParameterAccessor
DerivedQueryCreator(MappingContext<? extends ArangoPersistentEntity<?>, ArangoPersistentProperty>, Class<?>, PartTree, ArangoParameterAccessor, BindParameterBinding, List<String>) - Constructor for class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
 
determineCollectionFromId(String) - Static method in class com.arangodb.springframework.core.util.MetadataUtils
Provides a substring with collection name.
determineDocumentKeyFromId(String) - Static method in class com.arangodb.springframework.core.util.MetadataUtils
Provides a substring with _key.
distance(String, int, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
Document - Annotation Type in com.arangodb.springframework.annotation
Annotation to identify a domain object to be persisted into a ArangoDB document collection.
DocumentFromResolver - Class in com.arangodb.springframework.core.convert.resolver
 
DocumentFromResolver(ArangoOperations) - Constructor for class com.arangodb.springframework.core.convert.resolver.DocumentFromResolver
 
DocumentToResolver - Class in com.arangodb.springframework.core.convert.resolver
 
DocumentToResolver(ArangoOperations) - Constructor for class com.arangodb.springframework.core.convert.resolver.DocumentToResolver
 
domainClass - Variable in class com.arangodb.springframework.repository.query.AbstractArangoQuery
 
driver() - Method in interface com.arangodb.springframework.core.ArangoOperations
Give direct access to the underlying driver
driver() - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
drop() - Method in interface com.arangodb.springframework.core.CollectionOperations
Deletes the collection from the database.
drop() - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
dropDatabase() - Method in interface com.arangodb.springframework.core.ArangoOperations
Drop an existing database
dropDatabase() - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
dropIndex(String) - Method in interface com.arangodb.springframework.core.CollectionOperations
Deletes the index with the given id from the collection.
dropIndex(String) - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 

E

Edge - Annotation Type in com.arangodb.springframework.annotation
Annotation to identify a domain object to be persisted into a ArangoDB edge collection.
EdgeFromResolver - Class in com.arangodb.springframework.core.convert.resolver
 
EdgeFromResolver(ArangoOperations) - Constructor for class com.arangodb.springframework.core.convert.resolver.EdgeFromResolver
 
EdgeToResolver - Class in com.arangodb.springframework.core.convert.resolver
 
EdgeToResolver(ArangoOperations) - Constructor for class com.arangodb.springframework.core.convert.resolver.EdgeToResolver
 
EnableArangoAuditing - Annotation Type in com.arangodb.springframework.annotation
Annotation to activate auditing in ArangoDB via annotation configuration.
EnableArangoRepositories - Annotation Type in com.arangodb.springframework.annotation
Annotation to activate ArangoDB repositories.
ensureFulltextIndex(Iterable<String>, FulltextIndexOptions) - Method in interface com.arangodb.springframework.core.CollectionOperations
Creates a fulltext index for the collection, if it does not already exist.
ensureFulltextIndex(Iterable<String>, FulltextIndexOptions) - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
ensureGeoIndex(Iterable<String>, GeoIndexOptions) - Method in interface com.arangodb.springframework.core.CollectionOperations
Creates a geo-spatial index for the collection, if it does not already exist.
ensureGeoIndex(Iterable<String>, GeoIndexOptions) - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
ensureHashIndex(Iterable<String>, HashIndexOptions) - Method in interface com.arangodb.springframework.core.CollectionOperations
Creates a hash index for the collection if it does not already exist.
ensureHashIndex(Iterable<String>, HashIndexOptions) - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
ensurePersistentIndex(Iterable<String>, PersistentIndexOptions) - Method in interface com.arangodb.springframework.core.CollectionOperations
Creates a persistent index for the collection, if it does not already exist.
ensurePersistentIndex(Iterable<String>, PersistentIndexOptions) - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
ensureSkiplistIndex(Iterable<String>, SkiplistIndexOptions) - Method in interface com.arangodb.springframework.core.CollectionOperations
Creates a skip-list index for the collection, if it does not already exist.
ensureSkiplistIndex(Iterable<String>, SkiplistIndexOptions) - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
eql(String, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
ERROR_HTTP_BAD_PARAMETER - Static variable in class com.arangodb.springframework.core.util.ArangoErrors
bad parameter.
ERROR_HTTP_CONFLICT - Static variable in class com.arangodb.springframework.core.util.ArangoErrors
conflict.
ERROR_HTTP_FORBIDDEN - Static variable in class com.arangodb.springframework.core.util.ArangoErrors
forbidden.
ERROR_HTTP_METHOD_NOT_ALLOWED - Static variable in class com.arangodb.springframework.core.util.ArangoErrors
method not supported.
ERROR_HTTP_NOT_FOUND - Static variable in class com.arangodb.springframework.core.util.ArangoErrors
not found.
ERROR_HTTP_PRECONDITION_FAILED - Static variable in class com.arangodb.springframework.core.util.ArangoErrors
precondition failed.
ERROR_HTTP_SERVER_ERROR - Static variable in class com.arangodb.springframework.core.util.ArangoErrors
internal server error.
ERROR_HTTP_SERVICE_UNAVAILABLE - Static variable in class com.arangodb.springframework.core.util.ArangoErrors
service unavailable.
ERROR_HTTP_UNAUTHORIZED - Static variable in class com.arangodb.springframework.core.util.ArangoErrors
unauthorized.
execute(Object[]) - Method in class com.arangodb.springframework.repository.query.AbstractArangoQuery
 
exists(Object, Class<?>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Checks whether the document exists by reading a single document head
exists(Object, Class<?>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
exists(String, String) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
exists(Example<S>) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Checks if any documents match with the given example
existsById(ID) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Checks if a document exists or not based on the given id or key

F

Field - Annotation Type in com.arangodb.springframework.annotation
Annotation to define metadata for document fields.
fieldNamingStrategy() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 
find(Object, Class<T>, DocumentReadOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Retrieves the document with the given id from a collection.
find(Object, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Retrieves the document with the given id from a collection.
find(Iterable<? extends Object>, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Retrieves multiple documents with the given ids from a collection.
find(Object, Class<T>, DocumentReadOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
find(Object, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
find(Iterable<? extends Object>, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
findAll(Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Retrieves all documents from a collection.
findAll(Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
findAll() - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Gets all documents in the collection for the class type of this repository
findAll(Sort) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Gets all documents in the collection for the class type of this repository, with the given sort applied
findAll(Pageable) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Gets all documents in the collection for the class type of this repository, with pagination
findAll(Example<S>) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Finds all documents which match with the given example
findAll(Example<S>, Sort) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Finds all documents which match with the given example, then apply the given sort to results
findAll(Example<S>, Pageable) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Finds all documents which match with the given example, with pagination
findAllById(Iterable<ID>) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Finds all documents with the an id or key in the argument
findAnnotations(Class<A>) - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
findById(ID) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Finds if a document with the given id exists in the database
findOne(Example<S>) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Finds one document which matches the given example object
From - Annotation Type in com.arangodb.springframework.annotation
Annotation to indicate that the annotated field is stored as a document in another collection using ArangoDB's graph model instead of a nested document.
FulltextIndex - Annotation Type in com.arangodb.springframework.annotation
Annotation to define a given field to be indexed using ArangoDB's Fulltext index.
FulltextIndexed - Annotation Type in com.arangodb.springframework.annotation
Annotation to mark a field to be indexed using ArangoDB's Fulltext index.
FulltextIndexes - Annotation Type in com.arangodb.springframework.annotation
 

G

GeoIndex - Annotation Type in com.arangodb.springframework.annotation
Annotation to define given fields to be indexed using ArangoDB's Geo index.
GeoIndexed - Annotation Type in com.arangodb.springframework.annotation
Annotation to mark a field to be indexed using ArangoDB's Geo index.
GeoIndexes - Annotation Type in com.arangodb.springframework.annotation
 
get() - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
get() - Method in interface com.arangodb.springframework.core.UserOperations
Fetches data about the specified user.
getAliasFor(TypeInformation<?>) - Method in class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper
 
getAnnotatedQuery() - Method in class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
getAnnotatedQueryOptions() - Method in class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
getAnnotation() - Method in class com.arangodb.springframework.config.ArangoAuditingRegistrar
 
getAnnotation() - Method in class com.arangodb.springframework.repository.ArangoRepositoriesRegistrar
 
getArangoIdAccessor(Object) - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getArangoIdAccessor(Object) - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getArangoIdProperty() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getArangoIdProperty() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getAuditHandlerBeanDefinitionBuilder(AuditingConfiguration) - Method in class com.arangodb.springframework.config.ArangoAuditingRegistrar
 
getAuditingHandlerBeanName() - Method in class com.arangodb.springframework.config.ArangoAuditingRegistrar
 
getBindVars() - Method in interface com.arangodb.springframework.repository.query.ArangoParameterAccessor
 
getBindVars() - Method in class com.arangodb.springframework.repository.query.ArangoParametersParameterAccessor
 
getBindVarsIndex() - Method in class com.arangodb.springframework.repository.query.ArangoParameters
 
getCollection() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getCollection() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getCollection() - Method in interface com.arangodb.springframework.repository.ArangoEntityInformation
 
getCollection() - Method in class com.arangodb.springframework.repository.ArangoPersistentEntityInformation
 
getCollectionOptions() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getCollectionOptions() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getCollectionPermissions(Class<?>) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
getCollectionPermissions(String) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
getCollectionPermissions(Class<?>) - Method in interface com.arangodb.springframework.core.UserOperations
Get the collection access level
getCollectionPermissions(String) - Method in interface com.arangodb.springframework.core.UserOperations
Get the collection access level
getConversionService() - Method in interface com.arangodb.springframework.core.convert.ArangoConverter
 
getConversionService() - Method in class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
getConverter() - Method in interface com.arangodb.springframework.core.ArangoOperations
 
getConverter() - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
getConvertersToRegister() - Static method in class com.arangodb.springframework.core.convert.ArangoConverters
 
getConvertersToRegister() - Static method in class com.arangodb.springframework.core.convert.JodaTimeStringConverters
 
getConvertersToRegister() - Static method in class com.arangodb.springframework.core.convert.TimeStringConverters
 
getDatabasePermissions() - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
getDatabasePermissions() - Method in interface com.arangodb.springframework.core.UserOperations
Get specific database access level
getEntity() - Method in interface com.arangodb.springframework.core.convert.resolver.LazyLoadingProxy
Retrieves the entity wrapped by this proxy.
getEntityBasePackages() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 
getEntityInformation(Class<T>) - Method in class com.arangodb.springframework.repository.ArangoRepositoryFactory
 
getExtension() - Method in class com.arangodb.springframework.repository.ArangoRepositoriesRegistrar
 
getFieldName() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
getFieldName() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
getFrom() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
getFrom() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
getFulltextIndexed() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
getFulltextIndexed() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
getFulltextIndexedProperties() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getFulltextIndexedProperties() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getFulltextIndexes() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getFulltextIndexes() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getGeoIndexed() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
getGeoIndexed() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
getGeoIndexedProperties() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getGeoIndexedProperties() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getGeoIndexes() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getGeoIndexes() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getHashIndexed() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
getHashIndexed() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
getHashIndexedProperties() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getHashIndexedProperties() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getHashIndexes() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getHashIndexes() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getIdentifier() - Method in class com.arangodb.springframework.core.mapping.ArangoIdPropertyIdentifierAccessor
 
getIdentifyingAnnotations() - Method in class com.arangodb.springframework.repository.ArangoRepositoryConfigurationExtension
 
getIdentifyingTypes() - Method in class com.arangodb.springframework.repository.ArangoRepositoryConfigurationExtension
 
getIndexes() - Method in interface com.arangodb.springframework.core.CollectionOperations
Returns all indexes of the collection
getIndexes(Class<A>) - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getIndexes() - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
getInitialEntitySet() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 
getMappingContext() - Method in interface com.arangodb.springframework.core.convert.ArangoConverter
 
getMappingContext() - Method in class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
getModuleName() - Method in class com.arangodb.springframework.repository.ArangoRepositoryConfigurationExtension
 
getModulePrefix() - Method in class com.arangodb.springframework.repository.ArangoRepositoryConfigurationExtension
 
getNonNullComponentType(TypeInformation<?>) - Static method in class com.arangodb.springframework.core.convert.resolver.AbstractResolver
 
getParameters() - Method in interface com.arangodb.springframework.repository.query.ArangoParameterAccessor
 
getParameters() - Method in class com.arangodb.springframework.repository.query.ArangoParametersParameterAccessor
 
getParameters() - Method in class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
getPermissions(String) - Method in interface com.arangodb.springframework.core.CollectionOperations
Get the collection access level
getPermissions(String) - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
getPersistentIndexed() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
getPersistentIndexed() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
getPersistentIndexedProperties() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getPersistentIndexedProperties() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getPersistentIndexes() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getPersistentIndexes() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getPoint() - Method in class com.arangodb.springframework.repository.query.derived.geo.Ring
 
getPredicate() - Method in class com.arangodb.springframework.repository.query.derived.Criteria
 
getProperties() - Method in interface com.arangodb.springframework.core.CollectionOperations
Reads the properties of the specified collection
getProperties() - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
getQueryAnnotation() - Method in class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class com.arangodb.springframework.repository.ArangoRepositoryFactory
 
getQueryMethod() - Method in class com.arangodb.springframework.repository.query.AbstractArangoQuery
 
getQueryOptions() - Method in interface com.arangodb.springframework.repository.query.ArangoParameterAccessor
 
getQueryOptions() - Method in class com.arangodb.springframework.repository.query.ArangoParametersParameterAccessor
 
getQueryOptionsAnnotation() - Method in class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
getQueryOptionsIndex() - Method in class com.arangodb.springframework.repository.query.ArangoParameters
 
getRange() - Method in class com.arangodb.springframework.repository.query.derived.geo.Ring
 
getRef() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
getRef() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
getReferenceResolver(A) - Method in interface com.arangodb.springframework.core.convert.resolver.ResolverFactory
 
getRefId() - Method in interface com.arangodb.springframework.core.convert.resolver.LazyLoadingProxy
Returns the reference id of this proxy, which is the _id of the wrapped entity.
getRelationResolver(A, Class<? extends Annotation>) - Method in interface com.arangodb.springframework.core.convert.resolver.ResolverFactory
 
getRelations() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
getRelations() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class com.arangodb.springframework.repository.ArangoRepositoryFactory
 
getRepositoryFactoryBeanClassName() - Method in class com.arangodb.springframework.repository.ArangoRepositoryConfigurationExtension
 
getRepositoryMetadata(Class<?>) - Method in class com.arangodb.springframework.repository.ArangoRepositoryFactory
 
getResolverFactory() - Method in interface com.arangodb.springframework.core.ArangoOperations
 
getResolverFactory() - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
getReturnType() - Method in class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
getRevProperty() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getRevProperty() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getSkiplistIndexed() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
getSkiplistIndexed() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
getSkiplistIndexedProperties() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getSkiplistIndexedProperties() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getSkiplistIndexes() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getSkiplistIndexes() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
getSource() - Method in class com.arangodb.springframework.core.mapping.event.AbstractDeleteEvent
Returns the _id or _key of the (to be) deleted entity.
getSource() - Method in class com.arangodb.springframework.core.mapping.event.ArangoMappingEvent
 
getTargetRepository(RepositoryInformation) - Method in class com.arangodb.springframework.repository.ArangoRepositoryFactory
 
getTo() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
getTo() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
getType() - Method in class com.arangodb.springframework.core.mapping.event.AbstractDeleteEvent
Returns the class of the (to be) deleted entity.
getTypeMapper() - Method in interface com.arangodb.springframework.core.convert.ArangoConverter
 
getTypeMapper() - Method in class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
getUniquePoint() - Method in class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
 
getUsers() - Method in interface com.arangodb.springframework.core.ArangoOperations
Fetches data about all users.
getUsers() - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
getVersion() - Method in interface com.arangodb.springframework.core.ArangoOperations
Returns the server name and version number.
getVersion() - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
grantAccess(String, Permissions) - Method in interface com.arangodb.springframework.core.CollectionOperations
Grants or revoke access to the collection for user user.
grantAccess(String, Permissions) - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
grantCollectionAccess(Class<?>, Permissions) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
grantCollectionAccess(String, Permissions) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
grantCollectionAccess(Class<?>, Permissions) - Method in interface com.arangodb.springframework.core.UserOperations
Grants or revoke access to the collection for user.
grantCollectionAccess(String, Permissions) - Method in interface com.arangodb.springframework.core.UserOperations
Grants or revoke access to the collection for user.
grantDatabaseAccess(Permissions) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
grantDatabaseAccess(Permissions) - Method in interface com.arangodb.springframework.core.UserOperations
Grants or revoke access to the database for the user.
grantDefaultCollectionAccess(Permissions) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
grantDefaultCollectionAccess(Permissions) - Method in interface com.arangodb.springframework.core.UserOperations
Sets the default access level for collections for the user.
grantDefaultDatabaseAccess(Permissions) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
grantDefaultDatabaseAccess(Permissions) - Method in interface com.arangodb.springframework.core.UserOperations
Sets the default access level for databases for the user.
gt(String, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
gte(String, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 

H

hasAnnotatedQuery() - Method in class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
hasAnnotatedQueryOptions() - Method in class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
hasBindVars() - Method in class com.arangodb.springframework.repository.query.ArangoParameters
 
HashIndex - Annotation Type in com.arangodb.springframework.annotation
Annotation to define given fields to be indexed using ArangoDB's Hash index.
HashIndexed - Annotation Type in com.arangodb.springframework.annotation
Annotation to mark a field to be indexed using ArangoDB's Hash index.
HashIndexes - Annotation Type in com.arangodb.springframework.annotation
 
hasQueryOptions() - Method in class com.arangodb.springframework.repository.query.ArangoParameters
 
HOLDER - Static variable in class com.arangodb.springframework.core.mapping.ArangoSimpleTypes
 

I

in(String, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
in(int, String) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
insert(Iterable<T>, Class<T>, DocumentCreateOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Creates new documents from the given documents, unless there is already a document with the _key given.
insert(Iterable<T>, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Creates new documents from the given documents, unless there is already a document with the _key given.
insert(T, DocumentCreateOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Creates a new document from the given document, unless there is already a document with the _key given.
insert(T) - Method in interface com.arangodb.springframework.core.ArangoOperations
Creates a new document from the given document, unless there is already a document with the _key given.
insert(String, Object, DocumentCreateOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Creates a new document from the given document, unless there is already a document with the _key given.
insert(String, Object) - Method in interface com.arangodb.springframework.core.ArangoOperations
Creates a new document from the given document, unless there is already a document with the _key given.
insert(Iterable<T>, Class<T>, DocumentCreateOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
insert(Iterable<T>, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
insert(Object, DocumentCreateOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
insert(Object) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
insert(String, Object, DocumentCreateOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
insert(String, Object) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
isArangoIdProperty() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
isArangoIdProperty() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
isCollectionType(Class<?>) - Method in interface com.arangodb.springframework.core.convert.ArangoConverter
 
isCollectionType(Class<?>) - Method in class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
isCountQuery() - Method in class com.arangodb.springframework.repository.query.AbstractArangoQuery
 
isCountQuery() - Method in class com.arangodb.springframework.repository.query.DerivedArangoQuery
 
isCountQuery() - Method in class com.arangodb.springframework.repository.query.StringBasedArangoQuery
 
isEntityType(Class<?>) - Method in interface com.arangodb.springframework.core.convert.ArangoConverter
 
isEntityType(Class<?>) - Method in class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
isExistsQuery() - Method in class com.arangodb.springframework.repository.query.AbstractArangoQuery
 
isExistsQuery() - Method in class com.arangodb.springframework.repository.query.DerivedArangoQuery
 
isExistsQuery() - Method in class com.arangodb.springframework.repository.query.StringBasedArangoQuery
 
isFalse(String) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
isGeoQuery() - Method in class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
isInPolygon(int, String) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
isNotNull(String) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
isNull(String) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
isRevProperty() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
 
isRevProperty() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
 
isTrue(String) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
isTypeKey(String) - Method in interface com.arangodb.springframework.core.convert.ArangoTypeMapper
 
isTypeKey(String) - Method in class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper
 

J

JodaTimeStringConverters - Class in com.arangodb.springframework.core.convert
 
JodaTimeStringConverters() - Constructor for class com.arangodb.springframework.core.convert.JodaTimeStringConverters
 
JodaTimeStringConverters.DateTimeToStringConverter - Enum in com.arangodb.springframework.core.convert
 
JodaTimeStringConverters.InstantToStringConverter - Enum in com.arangodb.springframework.core.convert
 
JodaTimeStringConverters.LocalDateTimeToStringConverter - Enum in com.arangodb.springframework.core.convert
 
JodaTimeStringConverters.LocalDateToStringConverter - Enum in com.arangodb.springframework.core.convert
 
JodaTimeStringConverters.StringToDateTimeConverter - Enum in com.arangodb.springframework.core.convert
 
JodaTimeStringConverters.StringToInstantConverter - Enum in com.arangodb.springframework.core.convert
 
JodaTimeStringConverters.StringToLocalDateConverter - Enum in com.arangodb.springframework.core.convert
 
JodaTimeStringConverters.StringToLocalDateTimeConverter - Enum in com.arangodb.springframework.core.convert
 

K

KEY_DELIMITER - Static variable in class com.arangodb.springframework.core.util.MetadataUtils
 

L

LazyLoadingProxy - Interface in com.arangodb.springframework.core.convert.resolver
Allows identification of proxy classes and retrieval of the wrapped entity.
like(String, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
lt(String, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
lte(String, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
lte(int, String) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 

M

mergeQueryOptions(AqlQueryOptions, AqlQueryOptions) - Method in class com.arangodb.springframework.repository.query.AbstractArangoQuery
Merges AqlQueryOptions derived from @QueryOptions with dynamically passed AqlQueryOptions which takes priority
MetadataUtils - Class in com.arangodb.springframework.core.util
Generic utilities for metadata, such as records' _keys.
method - Variable in class com.arangodb.springframework.repository.query.AbstractArangoQuery
 

N

name() - Method in interface com.arangodb.springframework.core.CollectionOperations
Return the collection name
name() - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
neql(String, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
nin(String, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
nin(int, String) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
notLike(String, int) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 

O

onAfterDelete(AfterDeleteEvent<T>) - Method in class com.arangodb.springframework.core.mapping.event.AbstractArangoEventListener
Captures AfterDeleteEvents.
onAfterLoad(AfterLoadEvent<T>) - Method in class com.arangodb.springframework.core.mapping.event.AbstractArangoEventListener
Captures AfterLoadEvents.
onAfterSave(AfterSaveEvent<T>) - Method in class com.arangodb.springframework.core.mapping.event.AbstractArangoEventListener
Captures AfterSaveEvents.
onApplicationEvent(ArangoMappingEvent<?>) - Method in class com.arangodb.springframework.core.mapping.event.AbstractArangoEventListener
 
onBeforeDelete(BeforeDeleteEvent<T>) - Method in class com.arangodb.springframework.core.mapping.event.AbstractArangoEventListener
onBeforeSave(BeforeSaveEvent<T>) - Method in class com.arangodb.springframework.core.mapping.event.AbstractArangoEventListener
Captures BeforeSaveEvents.
onBeforeSave(BeforeSaveEvent<Object>) - Method in class com.arangodb.springframework.core.mapping.event.AuditingEventListener
 
operations - Variable in class com.arangodb.springframework.repository.query.AbstractArangoQuery
 
or(Criteria) - Method in class com.arangodb.springframework.repository.query.derived.Criteria
 
or(Criteria, Criteria) - Method in class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
 

P

PersistentIndex - Annotation Type in com.arangodb.springframework.annotation
Annotation to define given fields to be indexed using ArangoDB's Persistent index.
PersistentIndexed - Annotation Type in com.arangodb.springframework.annotation
Annotation to mark a field to be indexed using ArangoDB's Persistent index.
PersistentIndexes - Annotation Type in com.arangodb.springframework.annotation
 
proxy(String, TypeInformation<?>, A, AbstractResolver.ResolverCallback<A>) - Method in class com.arangodb.springframework.core.convert.resolver.AbstractResolver
 

Q

Query - Annotation Type in com.arangodb.springframework.annotation
Annotation to declare a custom AQL (ArangoDB Query Language) query on repository methods.
query(String, Map<String, Object>, AqlQueryOptions, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Performs a database query using the given query and bindVars, then returns a new ArangoCursor instance for the result list.
query(String, Map<String, Object>, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Performs a database query using the given query and bindVars, then returns a new ArangoCursor instance for the result list.
query(String, AqlQueryOptions, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Performs a database query using the given query, then returns a new ArangoCursor instance for the result list.
query(String, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Performs a database query using the given query, then returns a new ArangoCursor instance for the result list.
query(String, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
query(String, Map<String, Object>, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
query(String, AqlQueryOptions, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
query(String, Map<String, Object>, AqlQueryOptions, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
QueryOptions - Annotation Type in com.arangodb.springframework.annotation
Annotation to set additional query options for custom AQL (ArangoDB Query Language) queries defined on repository methods.

R

read(Class<R>, VPackSlice) - Method in class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
readAliasFrom(VPackSlice) - Method in interface com.arangodb.springframework.core.convert.ArangoTypeAliasAccessor
 
readAliasFrom(VPackSlice) - Method in class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper.DefaultTypeAliasAccessor
 
readType(VPackSlice) - Method in interface com.arangodb.springframework.core.convert.ArangoTypeMapper
 
readType(VPackSlice, TypeInformation<T>) - Method in interface com.arangodb.springframework.core.convert.ArangoTypeMapper
 
readType(VPackSlice) - Method in class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper
 
readType(VPackSlice, TypeInformation<T>) - Method in class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper
 
Ref - Annotation Type in com.arangodb.springframework.annotation
Annotation to indicate that the annotated field is stored as a document in another collection instead of a nested document.
ReferenceResolver<A extends Annotation> - Interface in com.arangodb.springframework.core.convert.resolver
 
RefResolver - Class in com.arangodb.springframework.core.convert.resolver
 
RefResolver(ArangoOperations) - Constructor for class com.arangodb.springframework.core.convert.resolver.RefResolver
 
regex(String, int, boolean) - Static method in class com.arangodb.springframework.repository.query.derived.Criteria
 
registerAuditListenerBeanDefinition(BeanDefinition, BeanDefinitionRegistry) - Method in class com.arangodb.springframework.config.ArangoAuditingRegistrar
 
RelationResolver<A extends Annotation> - Interface in com.arangodb.springframework.core.convert.resolver
 
Relations - Annotation Type in com.arangodb.springframework.annotation
 
Relations.Direction - Enum in com.arangodb.springframework.annotation
 
RelationsResolver - Class in com.arangodb.springframework.core.convert.resolver
 
RelationsResolver(ArangoOperations) - Constructor for class com.arangodb.springframework.core.convert.resolver.RelationsResolver
 
replace(Iterable<T>, Class<T>, DocumentReplaceOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are specified by the _key attributes in the documents in values.
replace(Iterable<T>, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are specified by the _key attributes in the documents in values.
replace(Object, T, DocumentReplaceOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Replaces the document with id with the one in the body, provided there is such a document and no precondition is violated
replace(Object, T) - Method in interface com.arangodb.springframework.core.ArangoOperations
Replaces the document with id with the one in the body, provided there is such a document and no precondition is violated
replace(Iterable<T>, Class<T>, DocumentReplaceOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
replace(Iterable<T>, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
replace(Object, Object, DocumentReplaceOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
replace(Object, Object) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
replace(UserUpdateOptions) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
replace(UserUpdateOptions) - Method in interface com.arangodb.springframework.core.UserOperations
Replaces the data of an existing user.
repsert(T) - Method in interface com.arangodb.springframework.core.ArangoOperations
Creates a new document from the given document, unless there is already a document with the id given.
repsert(Iterable<? extends T>, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Creates new documents from the given documents, unless there already exists.
repsert(T) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
repsert(Iterable<? extends T>, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
resetAccess(String) - Method in interface com.arangodb.springframework.core.CollectionOperations
Clear the collection access level, revert back to the default access level.
resetAccess(String) - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
resetCollectionAccess(Class<?>) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
resetCollectionAccess(String) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
resetCollectionAccess(Class<?>) - Method in interface com.arangodb.springframework.core.UserOperations
Clear the collection access level, revert back to the default access level.
resetCollectionAccess(String) - Method in interface com.arangodb.springframework.core.UserOperations
Clear the collection access level, revert back to the default access level.
resetDatabaseAccess() - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
resetDatabaseAccess() - Method in interface com.arangodb.springframework.core.UserOperations
Clear the database access level, revert back to the default access level.
resolve(String, TypeInformation<?>, A) - Method in interface com.arangodb.springframework.core.convert.resolver.AbstractResolver.ResolverCallback
 
resolve(String, TypeInformation<?>, Ref) - Method in class com.arangodb.springframework.core.convert.resolver.RefResolver
 
resolveMultiple(String, TypeInformation<?>, From) - Method in class com.arangodb.springframework.core.convert.resolver.DocumentFromResolver
 
resolveMultiple(String, TypeInformation<?>, To) - Method in class com.arangodb.springframework.core.convert.resolver.DocumentToResolver
 
resolveMultiple(String, TypeInformation<?>, From) - Method in class com.arangodb.springframework.core.convert.resolver.EdgeFromResolver
 
resolveMultiple(String, TypeInformation<?>, To) - Method in class com.arangodb.springframework.core.convert.resolver.EdgeToResolver
 
resolveMultiple(Collection<String>, TypeInformation<?>, A) - Method in interface com.arangodb.springframework.core.convert.resolver.ReferenceResolver
 
resolveMultiple(Collection<String>, TypeInformation<?>, Ref) - Method in class com.arangodb.springframework.core.convert.resolver.RefResolver
 
resolveMultiple(String, TypeInformation<?>, A) - Method in interface com.arangodb.springframework.core.convert.resolver.RelationResolver
 
resolveMultiple(String, TypeInformation<?>, Relations) - Method in class com.arangodb.springframework.core.convert.resolver.RelationsResolver
 
resolveOne(String, TypeInformation<?>, From) - Method in class com.arangodb.springframework.core.convert.resolver.DocumentFromResolver
 
resolveOne(String, TypeInformation<?>, To) - Method in class com.arangodb.springframework.core.convert.resolver.DocumentToResolver
 
resolveOne(String, TypeInformation<?>, From) - Method in class com.arangodb.springframework.core.convert.resolver.EdgeFromResolver
 
resolveOne(String, TypeInformation<?>, To) - Method in class com.arangodb.springframework.core.convert.resolver.EdgeToResolver
 
resolveOne(String, TypeInformation<?>, A) - Method in interface com.arangodb.springframework.core.convert.resolver.ReferenceResolver
 
resolveOne(String, TypeInformation<?>, Ref) - Method in class com.arangodb.springframework.core.convert.resolver.RefResolver
 
resolveOne(String, TypeInformation<?>, A) - Method in interface com.arangodb.springframework.core.convert.resolver.RelationResolver
 
resolveOne(String, TypeInformation<?>, Relations) - Method in class com.arangodb.springframework.core.convert.resolver.RelationsResolver
 
resolverFactory() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 
ResolverFactory - Interface in com.arangodb.springframework.core.convert.resolver
 
Rev - Annotation Type in com.arangodb.springframework.annotation
Annotation to mark a String field to represent the ArangoDB document field _rev.
Ring<T extends Comparable<T>> - Class in com.arangodb.springframework.repository.query.derived.geo
 
Ring(Point, Range<T>) - Constructor for class com.arangodb.springframework.repository.query.derived.geo.Ring
 

S

save(S) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Saves the passed entity to the database using repsert from the template
saveAll(Iterable<S>) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Saves the given iterable of entities to the database using repsert from the template
scanForEntities(String...) - Static method in class com.arangodb.springframework.config.ArangoEntityClassScanner
 
scanForEntities(String) - Static method in class com.arangodb.springframework.config.ArangoEntityClassScanner
 
setApplicationContext(ApplicationContext) - Method in class com.arangodb.springframework.core.mapping.ArangoMappingContext
 
setApplicationContext(ApplicationContext) - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
setApplicationContext(ApplicationContext) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
setArangoOperations(ArangoOperations) - Method in class com.arangodb.springframework.repository.ArangoRepositoryFactoryBean
 
setFieldNamingStrategy(FieldNamingStrategy) - Method in class com.arangodb.springframework.core.mapping.ArangoMappingContext
 
SimpleArangoRepository<T,ID> - Class in com.arangodb.springframework.repository
The implementation of all CRUD, paging and sorting functionality in ArangoRepository from the Spring Data Commons CRUD repository and PagingAndSorting repository
SimpleArangoRepository(ArangoOperations, Class<T>) - Constructor for class com.arangodb.springframework.repository.SimpleArangoRepository
 
SkiplistIndex - Annotation Type in com.arangodb.springframework.annotation
Annotation to define given fields to be indexed using ArangoDB's Skiplist index.
SkiplistIndexed - Annotation Type in com.arangodb.springframework.annotation
Annotation to mark a field to be indexed using ArangoDB's Skiplist index.
SkiplistIndexes - Annotation Type in com.arangodb.springframework.annotation
 
StringBasedArangoQuery - Class in com.arangodb.springframework.repository.query
 
StringBasedArangoQuery(ArangoQueryMethod, ArangoOperations) - Constructor for class com.arangodb.springframework.repository.query.StringBasedArangoQuery
 
StringBasedArangoQuery(String, ArangoQueryMethod, ArangoOperations) - Constructor for class com.arangodb.springframework.repository.query.StringBasedArangoQuery
 

T

TimeStringConverters - Class in com.arangodb.springframework.core.convert
These date and java.time converters are necessary to override (possibly existing) Spring converters.
TimeStringConverters() - Constructor for class com.arangodb.springframework.core.convert.TimeStringConverters
 
TimeStringConverters.DateToStringConverter - Enum in com.arangodb.springframework.core.convert
 
TimeStringConverters.InstantToStringConverter - Enum in com.arangodb.springframework.core.convert
 
TimeStringConverters.LocalDateTimeToStringConverter - Enum in com.arangodb.springframework.core.convert
 
TimeStringConverters.LocalDateToStringConverter - Enum in com.arangodb.springframework.core.convert
 
TimeStringConverters.OffsetDateTimeToStringConverter - Enum in com.arangodb.springframework.core.convert
 
TimeStringConverters.StringToDateConverter - Enum in com.arangodb.springframework.core.convert
 
TimeStringConverters.StringToInstantConverter - Enum in com.arangodb.springframework.core.convert
 
TimeStringConverters.StringToLocalDateConverter - Enum in com.arangodb.springframework.core.convert
 
TimeStringConverters.StringToLocalDateTimeConverter - Enum in com.arangodb.springframework.core.convert
 
TimeStringConverters.StringToOffsetDateTimeConverter - Enum in com.arangodb.springframework.core.convert
 
TimeStringConverters.StringToZonedDateTimeConverter - Enum in com.arangodb.springframework.core.convert
 
TimeStringConverters.ZonedDateTimeToStringConverter - Enum in com.arangodb.springframework.core.convert
 
To - Annotation Type in com.arangodb.springframework.annotation
Annotation to indicate that the annotated field is stored as a document in another collection using ArangoDB's graph model instead of a nested document.
toString() - Method in class com.arangodb.springframework.repository.query.derived.Criteria
 
translateExceptionIfPossible(RuntimeException) - Method in class com.arangodb.springframework.core.util.ArangoExceptionTranslator
 
truncate() - Method in interface com.arangodb.springframework.core.CollectionOperations
Removes all documents from the collection, but leaves the indexes intact
truncate() - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
typeKey() - Method in interface com.arangodb.springframework.config.ArangoConfiguration
 

U

update(Iterable<T>, Class<T>, DocumentUpdateOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.
update(Iterable<T>, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.
update(Object, T, DocumentUpdateOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Partially updates the document identified by document id or key.
update(Object, T) - Method in interface com.arangodb.springframework.core.ArangoOperations
Partially updates the document identified by document id or key.
update(Iterable<T>, Class<T>, DocumentUpdateOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
update(Iterable<T>, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
update(Object, Object, DocumentUpdateOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
update(Object, Object) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
update(UserUpdateOptions) - Method in class com.arangodb.springframework.core.template.DefaultUserOperation
 
update(UserUpdateOptions) - Method in interface com.arangodb.springframework.core.UserOperations
Partially updates the data of an existing user.
upsert(T, ArangoOperations.UpsertStrategy) - Method in interface com.arangodb.springframework.core.ArangoOperations
Deprecated.
upsert(Iterable<T>, ArangoOperations.UpsertStrategy) - Method in interface com.arangodb.springframework.core.ArangoOperations
Deprecated.
use #repsert(Iterable) instead
upsert(T, ArangoOperations.UpsertStrategy) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
upsert(Iterable<T>, ArangoOperations.UpsertStrategy) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
user(String) - Method in interface com.arangodb.springframework.core.ArangoOperations
Return the operations interface for a user.
user(String) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
UserOperations - Interface in com.arangodb.springframework.core
Interface that specifies operations to manage ArangoDB users.

V

valueOf(String) - Static method in enum com.arangodb.springframework.annotation.Relations.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.ArangoOperations.UpsertStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.ArangoConverters.StringToUuidConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.ArangoConverters.UuidToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.DateTimeToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.InstantToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.LocalDateTimeToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.LocalDateToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToInstantConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToLocalDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.DateToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.InstantToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.LocalDateTimeToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.LocalDateToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.OffsetDateTimeToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToInstantConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToLocalDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToOffsetDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToZonedDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.ZonedDateTimeToStringConverter
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.arangodb.springframework.annotation.Relations.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.ArangoOperations.UpsertStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.ArangoConverters.StringToUuidConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.ArangoConverters.UuidToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.DateTimeToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.InstantToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.LocalDateTimeToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.LocalDateToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToInstantConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToLocalDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.DateToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.InstantToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.LocalDateTimeToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.LocalDateToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.OffsetDateTimeToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToInstantConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToLocalDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToOffsetDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.StringToZonedDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.arangodb.springframework.core.convert.TimeStringConverters.ZonedDateTimeToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(Object) - Method in interface com.arangodb.springframework.core.convert.ArangoEntityWriter
 
write(Object, VPackBuilder) - Method in class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
write(Object, ArangoPersistentEntity<?>, Object, Ref) - Method in interface com.arangodb.springframework.core.convert.resolver.ReferenceResolver
 
write(Object, ArangoPersistentEntity<?>, Object, Ref) - Method in class com.arangodb.springframework.core.convert.resolver.RefResolver
 
writeType(Class<?>, VPackBuilder) - Method in interface com.arangodb.springframework.core.convert.ArangoTypeMapper
 
writeType(TypeInformation<?>, VPackBuilder) - Method in interface com.arangodb.springframework.core.convert.ArangoTypeMapper
 
writeType(Class<?>, VPackBuilder) - Method in class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper
 
writeType(TypeInformation<?>, VPackBuilder) - Method in class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper
 
writeTypeTo(VPackBuilder, Object) - Method in interface com.arangodb.springframework.core.convert.ArangoTypeAliasAccessor
 
writeTypeTo(VPackBuilder, Object) - Method in class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper.DefaultTypeAliasAccessor
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
arangodb-spring-data

Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.