Uses of Interface
com.arangodb.springframework.core.ArangoOperations
Packages that use ArangoOperations
Package
Description
-
Uses of ArangoOperations in com.arangodb.springframework.config
Methods in com.arangodb.springframework.config that return ArangoOperations -
Uses of ArangoOperations in com.arangodb.springframework.core.convert.resolver
Constructors in com.arangodb.springframework.core.convert.resolver with parameters of type ArangoOperationsModifierConstructorDescriptionDocumentFromResolver
(ArangoOperations template) DocumentToResolver
(ArangoOperations template) EdgeFromResolver
(ArangoOperations template) EdgeToResolver
(ArangoOperations template) RefResolver
(ArangoOperations template) RelationsResolver
(ArangoOperations template) -
Uses of ArangoOperations in com.arangodb.springframework.core.template
Classes in com.arangodb.springframework.core.template that implement ArangoOperations -
Uses of ArangoOperations in com.arangodb.springframework.repository
Methods in com.arangodb.springframework.repository with parameters of type ArangoOperationsModifier and TypeMethodDescriptionvoid
ArangoRepositoryFactoryBean.setArangoOperations
(ArangoOperations arangoOperations) Constructors in com.arangodb.springframework.repository with parameters of type ArangoOperationsModifierConstructorDescriptionArangoRepositoryFactory
(ArangoOperations arangoOperations, ApplicationContext applicationContext) SimpleArangoRepository
(ArangoOperations arangoOperations, Class<T> domainClass) -
Uses of ArangoOperations in com.arangodb.springframework.repository.query
Fields in com.arangodb.springframework.repository.query declared as ArangoOperationsConstructors in com.arangodb.springframework.repository.query with parameters of type ArangoOperationsModifierConstructorDescriptionAbstractArangoQuery
(ArangoQueryMethod method, ArangoOperations operations) ArangoResultConverter
(ArangoParameterAccessor accessor, com.arangodb.ArangoCursor<?> result, ArangoOperations operations, Class<?> domainClass) DerivedArangoQuery
(ArangoQueryMethod method, ArangoOperations operations) StringBasedArangoQuery
(ArangoQueryMethod method, ArangoOperations operations, ApplicationContext applicationContext) StringBasedArangoQuery
(String query, ArangoQueryMethod method, ArangoOperations operations, ApplicationContext applicationContext)