- 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, ConversionService) - 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, ConversionService) - 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.
- 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
-
- resolve(String, TypeInformation<?>, Relations) - Method in class com.arangodb.springframework.core.convert.resolver.RelationsResolver
-
- resolveMultiple(String, TypeInformation<?>, From) - Method in class com.arangodb.springframework.core.convert.resolver.FromResolver
-
- 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
-
- resolveMultiple(String, TypeInformation<?>, To) - Method in class com.arangodb.springframework.core.convert.resolver.ToResolver
-
- resolveOne(String, TypeInformation<?>, From) - Method in class com.arangodb.springframework.core.convert.resolver.FromResolver
-
- 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
-
- resolveOne(String, TypeInformation<?>, 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
-
- 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.