- 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
-
- 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
-
- 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
-
- 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<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<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<?>, 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
-
- 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.