Class Hierarchy

  • java.lang.Object
    • org.springframework.data.ldap.repository.query.AbstractLdapRepositoryQuery (implements org.springframework.data.repository.query.RepositoryQuery)
    • 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>
    • javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
      • com.querydsl.apt.AbstractQuerydslProcessor
    • org.springframework.data.mapping.model.BasicPersistentEntity<T,P> (implements org.springframework.data.mapping.model.MutablePersistentEntity<T,P>)
    • org.springframework.data.repository.cdi.CdiRepositoryBean<T> (implements jakarta.enterprise.inject.spi.Bean<T>, jakarta.enterprise.inject.spi.PassivationCapable)
    • org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport (implements jakarta.enterprise.inject.spi.Extension)
    • org.springframework.data.ldap.core.mapping.LdapSimpleTypes
    • org.springframework.beans.factory.xml.NamespaceHandlerSupport (implements org.springframework.beans.factory.xml.NamespaceHandler)
    • org.springframework.data.ldap.repository.support.QuerydslLdapPredicateExecutor<T> (implements org.springframework.data.querydsl.ListQuerydslPredicateExecutor<T>)
    • org.springframework.data.ldap.repository.support.QuerydslLdapQuery<K> (implements com.querydsl.core.FilteredClause<C>)
    • org.springframework.data.repository.query.QueryMethod
    • 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.ldap.repository.support.SimpleLdapRepository<T> (implements org.springframework.data.ldap.repository.LdapRepository<T>)
      • org.springframework.data.ldap.repository.support.QuerydslLdapRepository<T> (implements org.springframework.data.querydsl.QuerydslPredicateExecutor<T>)

Interface Hierarchy

  • java.lang.Iterable<T>
    • org.springframework.data.mapping.PersistentEntity<T,P>
  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.CrudRepository<T,ID>
      • org.springframework.data.repository.ListCrudRepository<T,ID>

Annotation Interface Hierarchy