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

A

AbstractArangoConfiguration - Class in com.arangodb.springframework.config
 
AbstractArangoConfiguration() - Constructor for class com.arangodb.springframework.config.AbstractArangoConfiguration
 
AbstractArangoQuery - Class in com.arangodb.springframework.repository.query
 
AbstractArangoQuery(ArangoQueryMethod, ArangoOperations) - Constructor for class com.arangodb.springframework.repository.query.AbstractArangoQuery
 
AbstractResolver<A extends Annotation> - Class in com.arangodb.springframework.core.convert.resolver
 
AbstractResolver() - Constructor for class com.arangodb.springframework.core.convert.resolver.AbstractResolver
 
add(Object) - Method in class com.arangodb.springframework.core.convert.DBDocumentEntity
 
add(Object) - Method in interface com.arangodb.springframework.core.convert.DBEntity
 
add(PartInformation) - Method in class com.arangodb.springframework.repository.query.derived.ConjunctionBuilder
 
add(Conjunction) - Method in class com.arangodb.springframework.repository.query.derived.DisjunctionBuilder
 
addPersistentProperty(ArangoPersistentProperty) - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
and(Part, ConjunctionBuilder, Iterator<Object>) - Method in class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
 
arango() - Method in class com.arangodb.springframework.config.AbstractArangoConfiguration
 
arangoConverter() - Method in class com.arangodb.springframework.config.AbstractArangoConfiguration
 
ArangoConverter - Interface 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) - 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
 
arangoMappingContext() - Method in class com.arangodb.springframework.config.AbstractArangoConfiguration
 
ArangoMappingContext - Class in com.arangodb.springframework.core.mapping
 
ArangoMappingContext() - Constructor for class com.arangodb.springframework.core.mapping.ArangoMappingContext
 
ArangoOperations - Interface in com.arangodb.springframework.core
 
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> - Interface in com.arangodb.springframework.repository
Created by F625633 on 06/07/2017.
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 org.springframework.data.repository.Repository<S,String>,S> - 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
 
ArangoSimpleTypeConverters - Class in com.arangodb.springframework.core.convert
This class contains converters that are necessary to restore the original types defined in entities.
ArangoSimpleTypeConverters() - Constructor for class com.arangodb.springframework.core.convert.ArangoSimpleTypeConverters
 
ArangoSimpleTypeConverters.Base64StringToByteArrayConverter - Enum in com.arangodb.springframework.core.convert
 
ArangoSimpleTypeConverters.StringToDateConverter - Enum in com.arangodb.springframework.core.convert
 
ArangoSimpleTypeConverters.StringToSqlDateConverter - Enum in com.arangodb.springframework.core.convert
 
ArangoSimpleTypeConverters.StringToSqlTimestampConverter - Enum in com.arangodb.springframework.core.convert
 
ArangoSimpleTypes - Class in com.arangodb.springframework.core.mapping
This class contains all types that are directly supported by the Java driver (through java-velocypack).
arangoTemplate() - Method in class com.arangodb.springframework.config.AbstractArangoConfiguration
 
ArangoTemplate - Class in com.arangodb.springframework.core.template
 
ArangoTemplate(ArangoDB.Builder, String) - Constructor for class com.arangodb.springframework.core.template.ArangoTemplate
 
ArangoTemplate(ArangoDB.Builder, String, ArangoConverter) - Constructor for class com.arangodb.springframework.core.template.ArangoTemplate
 
ArangoTemplate(ArangoDB.Builder, String, ArangoConverter, PersistenceExceptionTranslator) - Constructor for class com.arangodb.springframework.core.template.ArangoTemplate
 
arangoTypeMapper() - Method in class com.arangodb.springframework.config.AbstractArangoConfiguration
 
ArangoTypeMapper - Interface in com.arangodb.springframework.core.convert
 
ArangoUncategorizedException - Exception in com.arangodb.springframework
 
ArangoUncategorizedException(String, Throwable) - Constructor for exception com.arangodb.springframework.ArangoUncategorizedException
 

B

BindVars - Annotation Type in com.arangodb.springframework.annotation
Created by F625633 on 13/07/2017.
build() - Method in class com.arangodb.springframework.repository.query.derived.ConjunctionBuilder
 
build() - Method in class com.arangodb.springframework.repository.query.derived.DisjunctionBuilder
 
buildSortString(Sort) - Static method in class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
Builds a String representing SORT statement from a given Sort object

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
 
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.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(ConjunctionBuilder, 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
Conjunction - Class in com.arangodb.springframework.repository.query.derived
Created by F625633 on 24/07/2017.
Conjunction(String, String, Collection<Class<?>>) - Constructor for class com.arangodb.springframework.repository.query.derived.Conjunction
 
ConjunctionBuilder - Class in com.arangodb.springframework.repository.query.derived
Created by F625633 on 24/07/2017.
ConjunctionBuilder() - Constructor for class com.arangodb.springframework.repository.query.derived.ConjunctionBuilder
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.ArangoSimpleTypeConverters.Base64StringToByteArrayConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.ArangoSimpleTypeConverters.StringToDateConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.ArangoSimpleTypeConverters.StringToSqlDateConverter
 
convert(String) - Method in enum com.arangodb.springframework.core.convert.ArangoSimpleTypeConverters.StringToSqlTimestampConverter
 
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(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.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
 
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
 
createInstance() - Method in class com.arangodb.springframework.core.convert.DBEntityModule.DBCollectionEntityInstantiator
 
createInstance() - Method in class com.arangodb.springframework.core.convert.DBEntityModule.DBDocumentEntityInstantiator
 
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
 
customConversions() - Method in class com.arangodb.springframework.config.AbstractArangoConfiguration
 

D

database() - Method in class com.arangodb.springframework.config.AbstractArangoConfiguration
 
DBCollectionEntity - Class in com.arangodb.springframework.core.convert
 
DBCollectionEntity() - Constructor for class com.arangodb.springframework.core.convert.DBCollectionEntity
 
DBCollectionEntity(Collection<? extends Object>) - Constructor for class com.arangodb.springframework.core.convert.DBCollectionEntity
 
DBCollectionEntityInstantiator() - Constructor for class com.arangodb.springframework.core.convert.DBEntityModule.DBCollectionEntityInstantiator
 
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
 
DBDocumentEntityInstantiator() - Constructor for class com.arangodb.springframework.core.convert.DBEntityModule.DBDocumentEntityInstantiator
 
DBEntity - Interface in com.arangodb.springframework.core.convert
 
DBEntityDeserializer - Class in com.arangodb.springframework.core.convert
 
DBEntityDeserializer() - Constructor for class com.arangodb.springframework.core.convert.DBEntityDeserializer
 
DBEntityModule - Class in com.arangodb.springframework.core.convert
 
DBEntityModule() - Constructor for class com.arangodb.springframework.core.convert.DBEntityModule
 
DBEntityModule.DBCollectionEntityInstantiator - Class in com.arangodb.springframework.core.convert
 
DBEntityModule.DBDocumentEntityInstantiator - Class in com.arangodb.springframework.core.convert
 
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.DocumentTypeAliasAccessor - Class in com.arangodb.springframework.core.convert
 
DefaultCollectionOperations - Class in com.arangodb.springframework.core.template
 
DefaultCollectionOperations(ArangoCollection, Map<String, ArangoCollection>, PersistenceExceptionTranslator) - Constructor for class com.arangodb.springframework.core.template.DefaultCollectionOperations
 
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
Removes multiple document
delete(Iterable<Object>, Class<?>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Removes multiple document
delete(String, Class<?>, DocumentDeleteOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Removes a document
delete(String, Class<?>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Removes a document
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(String, Class<?>, DocumentDeleteOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
delete(String, 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(String) - 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, Map<String, Object>, List<String>, boolean) - Constructor for class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
 
deserialize(VPackSlice, VPackSlice, VPackDeserializationContext) - Method in class com.arangodb.springframework.core.convert.DBEntityDeserializer
 
Disjunction - Class in com.arangodb.springframework.repository.query.derived
Created by F625633 on 24/07/2017.
Disjunction(String, String, Collection<Class<?>>) - Constructor for class com.arangodb.springframework.repository.query.derived.Disjunction
 
DisjunctionBuilder - Class in com.arangodb.springframework.repository.query.derived
Created by F625633 on 24/07/2017.
DisjunctionBuilder(DerivedQueryCreator) - Constructor for class com.arangodb.springframework.repository.query.derived.DisjunctionBuilder
 
Document - Annotation Type in com.arangodb.springframework.annotation
 
DocumentTypeAliasAccessor(String) - Constructor for class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper.DocumentTypeAliasAccessor
 
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
Drops the collection
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 an index
dropIndex(String) - Method in class com.arangodb.springframework.core.template.DefaultCollectionOperations
 

E

Edge - Annotation Type in com.arangodb.springframework.annotation
 
EnableArangoRepositories - Annotation Type in com.arangodb.springframework.annotation
 
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
 
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(String, Class<?>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Checks whether the document exists by reading a single document head
exists(String, Class<?>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
exists(Example<S>) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Checks if any documents match with the given example
existsById(String) - 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
 
fieldNamingStrategy() - Method in class com.arangodb.springframework.config.AbstractArangoConfiguration
 
find(String, Class<T>, DocumentReadOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
 
find(String, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
 
find(Iterable<String>, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Reads multiple documents
find(String, Class<T>, DocumentReadOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
find(String, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
find(Iterable<String>, Class<T>) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
findAll(Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Reads 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<String>) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Finds all documents with the an id or key in the argument
findAnnotation(Class<A>) - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
findAnnotations(Class<A>) - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
findById(String) - 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
 
FromResolver - Class in com.arangodb.springframework.core.convert.resolver
 
FromResolver(ArangoOperations) - Constructor for class com.arangodb.springframework.core.convert.resolver.FromResolver
 
FulltextIndex - Annotation Type in com.arangodb.springframework.annotation
 
FulltextIndexed - Annotation Type in com.arangodb.springframework.annotation
 
FulltextIndexes - Annotation Type in com.arangodb.springframework.annotation
 

G

GeoIndex - Annotation Type in com.arangodb.springframework.annotation
 
GeoIndexed - Annotation Type in com.arangodb.springframework.annotation
 
GeoIndexes - Annotation Type in com.arangodb.springframework.annotation
 
get(Object) - Method in class com.arangodb.springframework.core.convert.DBCollectionEntity
 
get(Object) - Method in interface com.arangodb.springframework.core.convert.DBEntity
 
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.
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.repository.ArangoRepositoriesRegistrar
 
getArray() - Method in class com.arangodb.springframework.repository.query.derived.Conjunction
 
getArray() - Method in class com.arangodb.springframework.repository.query.derived.Disjunction
 
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
 
getClause() - Method in class com.arangodb.springframework.repository.query.derived.PartInformation
 
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
 
getCollectionName() - Method in class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
 
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 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.ArangoSimpleTypeConverters
 
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
getEntityBasePackages() - Method in class com.arangodb.springframework.config.AbstractArangoConfiguration
 
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
 
getGeoFields() - Method in class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
 
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
 
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
 
getKeyProperty() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentEntity
 
getKeyProperty() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentEntity
 
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
 
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.Conjunction
 
getPredicate() - Method in class com.arangodb.springframework.repository.query.derived.Disjunction
 
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, EvaluationContextProvider) - 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
 
getRelationResolver(A) - 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
 
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
 
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
 
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
 
getWith() - Method in class com.arangodb.springframework.repository.query.derived.Conjunction
 
getWith() - Method in class com.arangodb.springframework.repository.query.derived.Disjunction
 
getWith() - Method in class com.arangodb.springframework.repository.query.derived.PartInformation
 
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.

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
 
HashIndexed - Annotation Type in com.arangodb.springframework.annotation
 
HashIndexes - Annotation Type in com.arangodb.springframework.annotation
 
hasPredicate() - Method in class com.arangodb.springframework.repository.query.derived.Conjunction
 
hasQueryOptions() - Method in class com.arangodb.springframework.repository.query.ArangoParameters
 
HOLDER - Static variable in class com.arangodb.springframework.core.mapping.ArangoSimpleTypes
 

I

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
 
isArray() - Method in class com.arangodb.springframework.repository.query.derived.Conjunction
 
isArray() - Method in class com.arangodb.springframework.repository.query.derived.PartInformation
 
isCollectionType(Class<?>) - Method in interface com.arangodb.springframework.core.convert.ArangoConverter
 
isCollectionType(Class<?>) - Method in class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
isComposite() - Method in class com.arangodb.springframework.repository.query.derived.Conjunction
 
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
 
isGeoQuery() - Method in class com.arangodb.springframework.repository.query.ArangoQueryMethod
 
isKeyProperty() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
Gets the value of the property keyProperty.
isKeyProperty() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
Gets the value of the property keyProperty.
isRevProperty() - Method in interface com.arangodb.springframework.core.mapping.ArangoPersistentProperty
Gets the value of the property revProperty.
isRevProperty() - Method in class com.arangodb.springframework.core.mapping.DefaultArangoPersistentProperty
Gets the value of the property revProperty.
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 - Annotation Type in com.arangodb.springframework.annotation
 

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
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
 

O

operations - Variable in class com.arangodb.springframework.repository.query.AbstractArangoQuery
 
or(ConjunctionBuilder, ConjunctionBuilder) - Method in class com.arangodb.springframework.repository.query.derived.DerivedQueryCreator
 

P

Param - Annotation Type in com.arangodb.springframework.annotation
Deprecated.
PartInformation - Class in com.arangodb.springframework.repository.query.derived
Created by F625633 on 24/07/2017.
PartInformation(boolean, String, Collection<Class<?>>) - Constructor for class com.arangodb.springframework.repository.query.derived.PartInformation
 
PersistentIndex - Annotation Type in com.arangodb.springframework.annotation
 
PersistentIndexed - Annotation Type in com.arangodb.springframework.annotation
 
PersistentIndexes - Annotation Type in com.arangodb.springframework.annotation
 
proxy(String, Class<?>, A, AbstractResolver.ResolverCallback<A>) - Method in class com.arangodb.springframework.core.convert.resolver.AbstractResolver
 
put(String, Object) - Method in class com.arangodb.springframework.core.convert.DBCollectionEntity
 
put(String, Object) - Method in interface com.arangodb.springframework.core.convert.DBEntity
 

Q

Query - Annotation Type in com.arangodb.springframework.annotation
Created by F625633 on 12/07/2017.
query(String, Map<String, Object>, AqlQueryOptions, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Create a cursor and return the first results
query(String, AqlQueryOptions, Class<T>) - Method in interface com.arangodb.springframework.core.ArangoOperations
Create a cursor and return the first results.
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
 

R

read(Class<R>, DBEntity) - Method in class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
readAliasFrom(DBEntity) - Method in class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper.DocumentTypeAliasAccessor
 
Ref - Annotation Type in com.arangodb.springframework.annotation
 
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
 
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(String, T, DocumentReplaceOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Replaces the document with key with the one in the body, provided there is such a document and no precondition is violated
replace(String, T) - Method in interface com.arangodb.springframework.core.ArangoOperations
Replaces the document with key 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(String, Object, DocumentReplaceOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
replace(String, 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.
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, Class<?>, Ref) - Method in class com.arangodb.springframework.core.convert.resolver.RefResolver
 
resolve(String, Class<?>, Relations) - Method in class com.arangodb.springframework.core.convert.resolver.RelationsResolver
 
resolveMultiple(String, Class<?>, From) - Method in class com.arangodb.springframework.core.convert.resolver.FromResolver
 
resolveMultiple(Collection<String>, Class<?>, A) - Method in interface com.arangodb.springframework.core.convert.resolver.ReferenceResolver
 
resolveMultiple(Collection<String>, Class<?>, Ref) - Method in class com.arangodb.springframework.core.convert.resolver.RefResolver
 
resolveMultiple(String, Class<?>, A) - Method in interface com.arangodb.springframework.core.convert.resolver.RelationResolver
 
resolveMultiple(String, Class<?>, Relations) - Method in class com.arangodb.springframework.core.convert.resolver.RelationsResolver
 
resolveMultiple(String, Class<?>, To) - Method in class com.arangodb.springframework.core.convert.resolver.ToResolver
 
resolveOne(String, Class<?>, From) - Method in class com.arangodb.springframework.core.convert.resolver.FromResolver
 
resolveOne(String, Class<?>, A) - Method in interface com.arangodb.springframework.core.convert.resolver.ReferenceResolver
 
resolveOne(String, Class<?>, Ref) - Method in class com.arangodb.springframework.core.convert.resolver.RefResolver
 
resolveOne(String, Class<?>, A) - Method in interface com.arangodb.springframework.core.convert.resolver.RelationResolver
 
resolveOne(String, Class<?>, Relations) - Method in class com.arangodb.springframework.core.convert.resolver.RelationsResolver
 
resolveOne(String, Class<?>, To) - Method in class com.arangodb.springframework.core.convert.resolver.ToResolver
 
resolverFactory() - Method in class com.arangodb.springframework.config.AbstractArangoConfiguration
 
ResolverFactory - Interface in com.arangodb.springframework.core.convert.resolver
 
Rev - Annotation Type in com.arangodb.springframework.annotation
 
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 upsert from the template
saveAll(Iterable<S>) - Method in class com.arangodb.springframework.repository.SimpleArangoRepository
Saves the given iterable of entities to the database
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
 
setArangoOperations(ArangoOperations) - Method in class com.arangodb.springframework.repository.ArangoRepositoryFactoryBean
 
setFieldNamingStrategy(FieldNamingStrategy) - Method in class com.arangodb.springframework.core.mapping.ArangoMappingContext
 
setup(C) - Method in class com.arangodb.springframework.core.convert.DBEntityModule
 
SimpleArangoRepository<T> - 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
 
SkiplistIndexed - Annotation Type in com.arangodb.springframework.annotation
 
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
 
TimeStringConverters() - Constructor for class com.arangodb.springframework.core.convert.TimeStringConverters
 
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.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
 
ToResolver - Class in com.arangodb.springframework.core.convert.resolver
 
ToResolver(ArangoOperations) - Constructor for class com.arangodb.springframework.core.convert.resolver.ToResolver
 
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 class com.arangodb.springframework.config.AbstractArangoConfiguration
 

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(String, T, DocumentUpdateOptions) - Method in interface com.arangodb.springframework.core.ArangoOperations
Partially updates the document identified by document id or key.
update(String, 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(String, Object, DocumentUpdateOptions) - Method in class com.arangodb.springframework.core.template.ArangoTemplate
 
update(String, 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
Creates a new document from the given document, unless there is already a document with the id given.
upsert(Iterable<T>, ArangoOperations.UpsertStrategy) - Method in interface com.arangodb.springframework.core.ArangoOperations
Creates new documents from the given documents, unless there already exists.
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
 

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.ArangoSimpleTypeConverters.Base64StringToByteArrayConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.ArangoSimpleTypeConverters.StringToDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.ArangoSimpleTypeConverters.StringToSqlDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.arangodb.springframework.core.convert.ArangoSimpleTypeConverters.StringToSqlTimestampConverter
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.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.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.ArangoSimpleTypeConverters.Base64StringToByteArrayConverter
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.ArangoSimpleTypeConverters.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.ArangoSimpleTypeConverters.StringToSqlDateConverter
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.ArangoSimpleTypeConverters.StringToSqlTimestampConverter
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.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.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, DBEntity) - Method in class com.arangodb.springframework.core.convert.DefaultArangoConverter
 
writeTypeTo(DBEntity, Object) - Method in class com.arangodb.springframework.core.convert.DefaultArangoTypeMapper.DocumentTypeAliasAccessor
 
A B C D E F G H I J K M N O P Q R S T U V W 
Skip navigation links

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