Class Hierarchy

  • java.lang.Object
    • org.springframework.data.keyvalue.core.AbstractKeyValueAdapter (implements org.springframework.data.keyvalue.core.KeyValueAdapter)
    • 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.mapping.model.AnnotationBasedPersistentProperty<P>
    • org.springframework.data.repository.query.parser.AbstractQueryCreator<T,S>
    • org.springframework.data.mapping.model.BasicPersistentEntity<T,P> (implements org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
    • java.util.EventObject (implements java.io.Serializable)
    • org.springframework.data.keyvalue.core.ForwardingCloseableIterator<T> (implements org.springframework.data.util.CloseableIterator<T>)
    • org.springframework.data.keyvalue.core.IterableConverter
    • org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery (implements org.springframework.data.repository.query.RepositoryQuery)
    • org.springframework.data.keyvalue.core.KeyValuePersistenceExceptionTranslator (implements org.springframework.dao.support.PersistenceExceptionTranslator)
    • org.springframework.data.keyvalue.core.query.KeyValueQuery<T>
    • org.springframework.data.keyvalue.core.KeyValueTemplate (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.data.keyvalue.core.KeyValueOperations)
    • org.springframework.data.keyvalue.core.PathSortAccessor (implements org.springframework.data.keyvalue.core.SortAccessor<T>)
    • org.springframework.data.keyvalue.core.mapping.PrefixKeyspaceResolver (implements org.springframework.data.keyvalue.core.mapping.KeySpaceResolver)
    • org.springframework.data.keyvalue.core.PropertyPathComparator<T> (implements java.util.Comparator<T>)
    • org.springframework.data.keyvalue.repository.support.QuerydslKeyValuePredicateExecutor<T> (implements org.springframework.data.querydsl.ListQuerydslPredicateExecutor<T>)
    • org.springframework.data.keyvalue.core.QueryEngine<ADAPTER,CRITERIA,SORT>
    • 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)
    • org.springframework.data.keyvalue.repository.support.SimpleKeyValueRepository<T,ID> (implements org.springframework.data.keyvalue.repository.KeyValueRepository<T,ID>)
      • org.springframework.data.keyvalue.repository.support.QuerydslKeyValueRepository<T,ID> (implements org.springframework.data.querydsl.QuerydslPredicateExecutor<T>)
    • org.springframework.data.keyvalue.core.SpelCriteria
    • org.springframework.data.keyvalue.core.SpelPropertyComparator<T> (implements java.util.Comparator<T>)
    • org.springframework.data.keyvalue.core.SpelSortAccessor (implements org.springframework.data.keyvalue.core.SortAccessor<T>)
    • java.lang.Throwable (implements java.io.Serializable)
      • java.lang.Exception
        • java.lang.RuntimeException
          • org.springframework.core.NestedRuntimeException
            • org.springframework.dao.DataAccessException
              • org.springframework.dao.NonTransientDataAccessException

Interface Hierarchy

  • org.springframework.data.keyvalue.core.CriteriaAccessor<T>
  • org.springframework.beans.factory.DisposableBean
  • org.springframework.data.keyvalue.core.IdentifierGenerator
  • java.lang.Iterable<T>
    • org.springframework.data.mapping.PersistentEntity<T,P>
      • org.springframework.data.mapping.model.MutablePersistentEntity<T,P>
  • org.springframework.data.keyvalue.core.mapping.KeySpaceResolver
  • org.springframework.data.keyvalue.core.KeyValueCallback<T>
  • org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery.QueryCreatorFactory<T>
  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.CrudRepository<T,ID>
      • org.springframework.data.repository.ListCrudRepository<T,ID>
        • org.springframework.data.keyvalue.repository.KeyValueRepository<T,ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
    • org.springframework.data.repository.PagingAndSortingRepository<T,ID>
      • org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
        • org.springframework.data.keyvalue.repository.KeyValueRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.springframework.data.keyvalue.core.SortAccessor<T>

Annotation Interface Hierarchy

Enum Class Hierarchy