Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Data Commons
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.springframework.data.annotation
,
org.springframework.data.authentication
,
org.springframework.data.convert
,
org.springframework.data.crossstore
,
org.springframework.data.domain
,
org.springframework.data.mapping
,
org.springframework.data.mapping.context
,
org.springframework.data.mapping.event
,
org.springframework.data.mapping.model
,
org.springframework.data.persistence
,
org.springframework.data.querydsl
,
org.springframework.data.repository
,
org.springframework.data.repository.cdi
,
org.springframework.data.repository.config
,
org.springframework.data.repository.core
,
org.springframework.data.repository.core.support
,
org.springframework.data.repository.query
,
org.springframework.data.repository.query.parser
,
org.springframework.data.repository.support
,
org.springframework.data.repository.util
,
org.springframework.data.util
,
org.springframework.data.web
Class Hierarchy
java.lang.Object
org.springframework.data.persistence.
AbstractConstructorEntityInstantiator
<BACKING_INTERFACE,STATE> (implements org.springframework.data.persistence.
EntityInstantiator
<BACKING_INTERFACE,STATE>)
org.springframework.data.repository.core.support.
AbstractEntityInformation
<T,ID> (implements org.springframework.data.repository.core.
EntityInformation
<T,ID>)
org.springframework.data.repository.core.support.
PersistableEntityInformation
<T,ID>
org.springframework.data.repository.core.support.
ReflectionEntityInformation
<T,ID>
org.springframework.data.mapping.context.
AbstractMappingContext
<E,P> (implements 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.repository.config.
AbstractRepositoryConfigDefinitionParser
<S,T> (implements org.springframework.beans.factory.xml.BeanDefinitionParser)
org.springframework.data.repository.core.support.
AbstractRepositoryMetadata
(implements org.springframework.data.repository.core.
RepositoryMetadata
)
org.springframework.data.repository.core.support.
AnnotationRepositoryMetadata
org.springframework.data.repository.core.support.
DefaultRepositoryMetadata
org.springframework.data.mapping.
Association
<P>
org.springframework.data.mapping.model.
BasicPersistentEntity
<T,P> (implements org.springframework.data.mapping.model.
MutablePersistentEntity
<T,P>)
org.springframework.data.mapping.model.
BeanWrapper
<E,T>
org.springframework.data.repository.cdi.
CdiRepositoryBean
<T> (implements javax.enterprise.inject.spi.Bean<T>)
org.springframework.data.repository.cdi.
CdiRepositoryExtensionSupport
(implements javax.enterprise.inject.spi.Extension)
org.springframework.data.crossstore.
ChangeSetBackedTransactionSynchronization
(implements org.springframework.transaction.support.TransactionSynchronization)
org.springframework.data.util.
ClassTypeInformation
<S>
org.springframework.data.repository.util.
ClassUtils
org.springframework.data.convert.
ConfigurableTypeInformationMapper
(implements org.springframework.data.convert.
TypeInformationMapper
)
org.springframework.data.mapping.model.
DefaultSpELExpressionEvaluator
(implements org.springframework.data.mapping.model.
SpELExpressionEvaluator
)
org.springframework.data.convert.
DefaultTypeMapper
<S> (implements org.springframework.data.convert.
TypeMapper
<S>)
org.springframework.data.repository.core.support.
DelegatingEntityInformation
<T,ID> (implements org.springframework.data.repository.core.
EntityInformation
<T,ID>)
org.springframework.data.repository.support.
DomainClassConverter
(implements org.springframework.context.ApplicationContextAware, org.springframework.core.convert.converter.ConditionalGenericConverter)
org.springframework.data.repository.support.
DomainClassPropertyEditorRegistrar
(implements org.springframework.context.ApplicationContextAware, org.springframework.beans.PropertyEditorRegistrar)
org.springframework.data.convert.
EntityInstantiators
java.util.EventObject (implements java.io.Serializable)
org.springframework.context.ApplicationEvent
org.springframework.data.mapping.event.
MappingContextEvent
<E,P>
org.springframework.data.crossstore.
HashMapChangeSet
(implements org.springframework.data.crossstore.
ChangeSet
)
org.springframework.data.repository.config.
NamedQueriesBeanDefinitionParser
(implements org.springframework.beans.factory.xml.BeanDefinitionParser)
org.springframework.data.repository.query.parser.
OrderBySource
org.springframework.data.web.
PageableArgumentResolver
(implements org.springframework.web.bind.support.WebArgumentResolver)
org.springframework.data.domain.
PageImpl
<T> (implements org.springframework.data.domain.
Page
<T>, java.io.Serializable)
org.springframework.data.domain.
PageRequest
(implements org.springframework.data.domain.
Pageable
, java.io.Serializable)
org.springframework.data.repository.query.
Parameter
org.springframework.data.repository.query.
Parameters
(implements java.lang.Iterable<T>)
org.springframework.data.repository.query.
ParametersParameterAccessor
(implements org.springframework.data.repository.query.
ParameterAccessor
)
org.springframework.data.repository.config.
ParentDelegatingRepositoryConfigInformation
<T> (implements org.springframework.data.repository.config.
SingleRepositoryConfigInformation
<T>)
org.springframework.data.repository.config.
AutomaticRepositoryConfigInformation
<S>
org.springframework.data.repository.config.
ManualRepositoryConfigInformation
<T>
org.springframework.data.util.
ParentTypeAwareTypeInformation
<S>
org.springframework.data.repository.query.parser.
Part
org.springframework.data.repository.query.parser.
PartTree
(implements java.lang.Iterable<T>)
org.springframework.data.repository.query.parser.
PartTree.OrPart
(implements java.lang.Iterable<T>)
org.springframework.data.mapping.model.
PersistentEntityParameterValueProvider
<P> (implements org.springframework.data.mapping.model.
ParameterValueProvider
<P>)
org.springframework.data.mapping.
PreferredConstructor
<T,P>
org.springframework.data.mapping.
PreferredConstructor.Parameter
<T,P>
org.springframework.data.mapping.model.
PreferredConstructorDiscoverer
<T,P>
org.springframework.data.repository.core.support.
PropertiesBasedNamedQueries
(implements org.springframework.data.repository.core.
NamedQueries
)
java.beans.PropertyEditorSupport (implements java.beans.PropertyEditor)
org.springframework.data.repository.support.
DomainClassPropertyEditor
<T,ID>
org.springframework.data.mapping.
PropertyPath
(implements java.lang.Iterable<T>)
org.springframework.data.querydsl.
QueryDslUtils
org.springframework.data.repository.query.
QueryMethod
org.springframework.data.repository.config.
RepositoryConfig
<T,S> (implements org.springframework.data.repository.config.
GlobalRepositoryConfigInformation
<T>)
org.springframework.data.repository.core.support.
RepositoryFactoryBeanSupport
<T,S,ID> (implements 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.
TransactionalRepositoryFactoryBeanSupport
<T,S,ID> (implements org.springframework.beans.factory.BeanFactoryAware)
org.springframework.data.repository.core.support.
RepositoryFactorySupport
org.springframework.data.repository.core.support.
RepositoryFactorySupport.QueryExecutorMethodInterceptor
(implements org.aopalliance.intercept.MethodInterceptor)
org.springframework.data.mapping.model.
SimpleTypeHolder
org.springframework.data.convert.
SimpleTypeInformationMapper
(implements org.springframework.data.convert.
TypeInformationMapper
)
org.springframework.data.domain.
Sort
(implements java.lang.Iterable<T>, java.io.Serializable)
org.springframework.data.domain.
Sort.Order
(implements java.io.Serializable)
org.springframework.data.mapping.model.
SpELContext
org.springframework.data.persistence.
StateProvider
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
org.springframework.data.crossstore.
ChangeSetPersister.NotFoundException
java.lang.RuntimeException
org.springframework.data.mapping.model.
IllegalMappingException
org.springframework.data.mapping.model.
MappingException
org.springframework.data.mapping.model.
MappingInstantiationException
org.springframework.data.repository.query.
ParameterOutOfBoundsException
org.springframework.data.repository.query.
QueryCreationException
org.springframework.data.repository.util.
TxUtils
org.springframework.data.authentication.
UserCredentials
Interface Hierarchy
org.springframework.data.mapping.
AssociationHandler
<P>
org.springframework.data.domain.
AuditorAware
<T>
org.springframework.data.crossstore.
ChangeSet
org.springframework.data.crossstore.
ChangeSetBacked
org.springframework.data.crossstore.
ChangeSetPersister
<K>
org.springframework.data.repository.config.
CommonRepositoryConfigInformation
org.springframework.data.repository.config.
GlobalRepositoryConfigInformation
<T>
org.springframework.data.repository.config.
SingleRepositoryConfigInformation
<T>
org.springframework.data.convert.
EntityInstantiator
org.springframework.data.persistence.
EntityInstantiator
<BACKING_INTERFACE,STATE>
org.springframework.data.repository.core.
EntityMetadata
<T>
org.springframework.data.repository.core.
EntityInformation
<T,ID>
org.springframework.data.querydsl.
EntityPathResolver
org.springframework.data.convert.
EntityReader
<T,S>
org.springframework.data.convert.
EntityConverter
<E,P,T,S> (also extends org.springframework.data.convert.
EntityWriter
<T,S>)
org.springframework.data.convert.
EntityWriter
<T,S>
org.springframework.data.convert.
EntityConverter
<E,P,T,S> (also extends org.springframework.data.convert.
EntityReader
<T,S>)
java.lang.Iterable<T>
org.springframework.data.domain.
Page
<T>
org.springframework.data.repository.query.
ParameterAccessor
org.springframework.data.mapping.context.
PersistentPropertyPath
<T>
org.springframework.data.mapping.context.
MappingContext
<E,P>
org.springframework.data.repository.core.
NamedQueries
org.springframework.data.domain.
Pageable
org.springframework.data.mapping.model.
ParameterValueProvider
<P>
org.springframework.data.mapping.
PersistentEntity
<T,P>
org.springframework.data.mapping.model.
MutablePersistentEntity
<T,P>
org.springframework.data.mapping.
PersistentProperty
<P>
org.springframework.data.mapping.
PropertyHandler
<P>
org.springframework.data.mapping.model.
PropertyValueProvider
<P>
org.springframework.data.repository.core.support.
QueryCreationListener
<T>
org.springframework.data.querydsl.
QueryDslPredicateExecutor
<T>
org.springframework.data.repository.query.
QueryLookupStrategy
org.springframework.data.repository.
Repository
<T,ID>
org.springframework.data.repository.
CrudRepository
<T,ID>
org.springframework.data.repository.
PagingAndSortingRepository
<T,ID>
org.springframework.data.repository.
PagingAndSortingRepository
<T,ID>
org.springframework.data.repository.core.support.
RepositoryFactoryInformation
<T,ID>
org.springframework.data.repository.core.
RepositoryMetadata
org.springframework.data.repository.core.
RepositoryInformation
org.springframework.data.repository.core.support.
RepositoryProxyPostProcessor
org.springframework.data.repository.query.
RepositoryQuery
java.io.Serializable
org.springframework.data.domain.
Auditable
<U,ID>
org.springframework.data.domain.
Persistable
<ID>
org.springframework.data.domain.
Auditable
<U,ID>
org.springframework.data.mapping.model.
SpELExpressionEvaluator
org.springframework.data.persistence.
StateBackedCreator
<T,STATE>
org.springframework.data.convert.
TypeAliasAccessor
<S>
org.springframework.data.util.
TypeInformation
<S>
org.springframework.data.convert.
TypeInformationMapper
org.springframework.data.convert.
TypeMapper
<S>
Annotation Type Hierarchy
org.springframework.data.annotation.
TypeAlias
(implements java.lang.annotation.Annotation)
org.springframework.data.annotation.
Transient
(implements java.lang.annotation.Annotation)
org.springframework.data.annotation.
Reference
(implements java.lang.annotation.Annotation)
org.springframework.data.annotation.
Persistent
(implements java.lang.annotation.Annotation)
org.springframework.data.annotation.
PersistenceConstructor
(implements java.lang.annotation.Annotation)
org.springframework.data.annotation.
Id
(implements java.lang.annotation.Annotation)
org.springframework.data.convert.
WritingConverter
(implements java.lang.annotation.Annotation)
org.springframework.data.convert.
ReadingConverter
(implements java.lang.annotation.Annotation)
org.springframework.data.repository.
RepositoryDefinition
(implements java.lang.annotation.Annotation)
org.springframework.data.repository.
NoRepositoryBean
(implements java.lang.annotation.Annotation)
org.springframework.data.repository.query.
Param
(implements java.lang.annotation.Annotation)
org.springframework.data.web.
PageableDefaults
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
org.springframework.data.convert.
ReflectionEntityInstantiator
(implements org.springframework.data.convert.
EntityInstantiator
)
org.springframework.data.domain.
Sort.Direction
org.springframework.data.querydsl.
SimpleEntityPathResolver
(implements org.springframework.data.querydsl.
EntityPathResolver
)
org.springframework.data.repository.query.
QueryLookupStrategy.Key
org.springframework.data.repository.query.parser.
Part.Type
org.springframework.data.repository.query.parser.
Part.IgnoreCaseType
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Data Commons
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012. All Rights Reserved.