Class Hierarchy
- java.lang.Object
- com.arangodb.springframework.config.AbstractArangoConfiguration (implements com.arangodb.springframework.config.ArangoConfiguration)
- com.arangodb.springframework.core.mapping.event.AbstractArangoEventListener<T> (implements org.springframework.context.ApplicationListener<E>)
- com.arangodb.springframework.repository.query.AbstractArangoQuery (implements org.springframework.data.repository.query.RepositoryQuery)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- org.springframework.data.mapping.context.AbstractMappingContext<E,P> (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.InitializingBean, org.springframework.data.mapping.context.MappingContext<E,P>)
- org.springframework.data.mapping.model.AbstractPersistentProperty<P> (implements org.springframework.data.mapping.PersistentProperty<P>)
- org.springframework.data.repository.query.parser.AbstractQueryCreator<T,S>
- com.arangodb.springframework.core.convert.resolver.AbstractResolver<A>
- com.arangodb.springframework.core.util.AqlUtils
- com.arangodb.springframework.core.convert.ArangoConverters
- com.arangodb.springframework.config.ArangoEntityClassScanner
- com.arangodb.springframework.core.util.ArangoErrors
- com.arangodb.springframework.repository.ArangoExampleConverter<T>
- com.arangodb.springframework.core.util.ArangoExceptionTranslator (implements org.springframework.dao.support.PersistenceExceptionTranslator)
- com.arangodb.springframework.repository.query.ArangoResultConverter
- com.arangodb.springframework.core.mapping.ArangoSimpleTypes
- com.arangodb.springframework.core.template.ArangoTemplate (implements org.springframework.context.ApplicationContextAware, com.arangodb.springframework.core.ArangoOperations, com.arangodb.springframework.core.template.DefaultUserOperation.CollectionCallback)
- org.springframework.data.auditing.config.AuditingBeanDefinitionRegistrarSupport (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- org.springframework.data.mapping.model.BasicPersistentEntity<T,P> (implements org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
- com.arangodb.springframework.repository.query.derived.BindParameterBinding
- com.arangodb.springframework.repository.query.derived.Criteria
- org.springframework.data.convert.CustomConversions
- com.arangodb.springframework.core.convert.DefaultArangoConverter (implements com.arangodb.springframework.core.convert.ArangoConverter)
- com.arangodb.springframework.core.convert.DefaultArangoTypeMapper (implements com.arangodb.springframework.core.convert.ArangoTypeMapper)
- com.arangodb.springframework.core.convert.DefaultArangoTypeMapper.DefaultTypeAliasAccessor (implements com.arangodb.springframework.core.convert.ArangoTypeAliasAccessor)
- com.arangodb.springframework.core.template.DefaultCollectionOperations (implements com.arangodb.springframework.core.CollectionOperations)
- com.arangodb.springframework.core.template.DefaultUserOperation (implements com.arangodb.springframework.core.UserOperations)
- java.util.EventObject (implements java.io.Serializable)
- com.arangodb.springframework.core.convert.JodaTimeStringConverters
- com.arangodb.springframework.core.util.MetadataUtils
- org.springframework.data.repository.query.Parameters<S,T> (implements org.springframework.data.util.Streamable<T>)
- org.springframework.data.repository.query.ParametersParameterAccessor (implements org.springframework.data.repository.query.ParameterAccessor)
- org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID> (implements org.springframework.data.repository.core.EntityInformation<T,ID>)
- org.springframework.data.repository.query.QueryMethod
- org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport (implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
- org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport (implements org.springframework.data.repository.config.RepositoryConfigurationExtension)
- org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.data.repository.core.support.RepositoryFactoryInformation<T,ID>)
- org.springframework.data.repository.core.support.RepositoryFactorySupport (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
- com.arangodb.springframework.repository.query.derived.geo.Ring<T>
- com.arangodb.springframework.repository.SimpleArangoRepository<T,ID> (implements com.arangodb.springframework.repository.ArangoRepository<T,ID>)
- org.springframework.data.mapping.TargetAwareIdentifierAccessor (implements org.springframework.data.mapping.IdentifierAccessor)
- java.lang.Throwable (implements java.io.Serializable)
- com.arangodb.springframework.core.convert.TimeStringConverters
Interface Hierarchy
Annotation Type Hierarchy
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.arangodb.springframework.core.convert.ArangoConverters.StringToUuidConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.ArangoConverters.UuidToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.ArangoOperations.UpsertStrategy
- com.arangodb.springframework.core.convert.JodaTimeStringConverters.DateTimeToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.JodaTimeStringConverters.InstantToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.JodaTimeStringConverters.LocalDateTimeToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.JodaTimeStringConverters.LocalDateToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToDateTimeConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToInstantConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToLocalDateConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.JodaTimeStringConverters.StringToLocalDateTimeConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.annotation.Relations.Direction
- com.arangodb.springframework.core.convert.TimeStringConverters.DateToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.TimeStringConverters.InstantToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.TimeStringConverters.LocalDateTimeToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.TimeStringConverters.LocalDateToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.TimeStringConverters.OffsetDateTimeToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.TimeStringConverters.StringToDateConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.TimeStringConverters.StringToInstantConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.TimeStringConverters.StringToLocalDateConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.TimeStringConverters.StringToLocalDateTimeConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.TimeStringConverters.StringToOffsetDateTimeConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.TimeStringConverters.StringToZonedDateTimeConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- com.arangodb.springframework.core.convert.TimeStringConverters.ZonedDateTimeToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.