JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Data REST - Core
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.springframework.data.rest.core
,
org.springframework.data.rest.core.annotation
,
org.springframework.data.rest.core.config
,
org.springframework.data.rest.core.event
,
org.springframework.data.rest.core.invoke
,
org.springframework.data.rest.core.mapping
,
org.springframework.data.rest.core.projection
,
org.springframework.data.rest.core.support
,
org.springframework.data.rest.core.util
Class Hierarchy
java.lang.
Object
org.springframework.validation.
AbstractErrors
(implements org.springframework.validation.
Errors
, java.io.
Serializable
)
org.springframework.data.rest.core.
ValidationErrors
org.springframework.data.rest.core.event.
AbstractRepositoryEventListener
<T> (implements org.springframework.context.
ApplicationListener
<E>)
org.springframework.data.rest.core.event.
ValidatingRepositoryEventListener
org.springframework.data.rest.core.event.
AnnotatedHandlerBeanPostProcessor
(implements org.springframework.context.
ApplicationListener
<E>, org.springframework.beans.factory.config.
BeanPostProcessor
)
org.springframework.data.rest.core.invoke.
DefaultRepositoryInvokerFactory
(implements org.springframework.data.rest.core.invoke.
RepositoryInvokerFactory
)
org.springframework.data.rest.core.support.
DomainObjectMerger
java.util.
EventObject
(implements java.io.
Serializable
)
org.springframework.context.
ApplicationEvent
org.springframework.data.rest.core.event.
RepositoryEvent
org.springframework.data.rest.core.event.
AfterCreateEvent
org.springframework.data.rest.core.event.
AfterDeleteEvent
org.springframework.data.rest.core.event.
AfterSaveEvent
org.springframework.data.rest.core.event.
BeforeCreateEvent
org.springframework.data.rest.core.event.
BeforeDeleteEvent
org.springframework.data.rest.core.event.
BeforeSaveEvent
org.springframework.data.rest.core.event.
ExceptionEvent
org.springframework.data.rest.core.event.
LinkSaveEvent
org.springframework.data.rest.core.event.
AfterLinkDeleteEvent
org.springframework.data.rest.core.event.
AfterLinkSaveEvent
org.springframework.data.rest.core.event.
BeforeLinkDeleteEvent
org.springframework.data.rest.core.event.
BeforeLinkSaveEvent
org.springframework.data.rest.core.mapping.
MappingResourceMetadata
(implements org.springframework.data.rest.core.mapping.
ResourceMetadata
)
org.springframework.data.rest.core.util.
MapUtils
org.springframework.data.rest.core.config.
MetadataConfiguration
org.springframework.data.rest.core.support.
Methods
org.springframework.data.rest.core.mapping.
ParameterMetadata
org.springframework.data.rest.core.mapping.
ParametersMetadata
(implements java.lang.
Iterable
<T>)
org.springframework.data.rest.core.
Path
org.springframework.data.rest.core.config.
ProjectionDefinitionConfiguration
(implements org.springframework.data.rest.core.projection.
ProjectionDefinitions
)
org.springframework.data.rest.core.projection.
ProxyProjectionFactory
(implements org.springframework.data.rest.core.projection.
ProjectionFactory
)
org.springframework.data.rest.core.support.
RepositoryRelProvider
(implements org.springframework.hateoas.RelProvider)
org.springframework.data.rest.core.mapping.
RepositoryResourceMappings
(implements org.springframework.data.rest.core.mapping.
ResourceMappings
)
org.springframework.data.rest.core.config.
RepositoryRestConfiguration
org.springframework.data.rest.core.annotation.
RepositoryRestResource.None
org.springframework.data.rest.core.mapping.
ResolvableResourceDescriptionSupport
(implements org.springframework.data.rest.core.mapping.
ResourceDescription
)
org.springframework.data.rest.core.mapping.
AnnotationBasedResourceDescription
org.springframework.data.rest.core.mapping.
SimpleResourceDescription
org.springframework.data.rest.core.mapping.
TypedResourceDescription
org.springframework.data.rest.core.config.
ResourceMapping
org.springframework.data.rest.core.config.
ResourceMappingConfiguration
org.springframework.data.rest.core.support.
ResourceMappingUtils
org.springframework.data.rest.core.support.
ResourceStringUtils
org.springframework.data.rest.core.mapping.
SearchResourceMappings
(implements java.lang.
Iterable
<T>, org.springframework.data.rest.core.mapping.
ResourceMapping
)
org.springframework.data.rest.core.support.
SimpleRelProvider
(implements org.springframework.hateoas.RelProvider)
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
org.springframework.dao.
DataIntegrityViolationException
org.springframework.data.rest.core.
RepositoryConstraintViolationException
org.springframework.data.rest.core.
UriToEntityConverter
(implements org.springframework.core.convert.converter.
ConditionalGenericConverter
)
org.springframework.data.rest.core.util.
UUIDConverter
(implements org.springframework.core.convert.converter.
ConditionalGenericConverter
)
Interface Hierarchy
org.springframework.data.rest.core.util.
Function
<S,T>
java.lang.
Iterable
<T>
org.springframework.data.rest.core.mapping.
ResourceMappings
org.springframework.context.
MessageSourceResolvable
org.springframework.data.rest.core.mapping.
ResourceDescription
org.springframework.data.rest.core.projection.
ProjectionDefinitions
org.springframework.data.rest.core.projection.
ProjectionFactory
org.springframework.data.rest.core.invoke.
RepositoryInvocationInformation
org.springframework.data.rest.core.invoke.
RepositoryInvoker
org.springframework.data.rest.core.invoke.
RepositoryInvokerFactory
org.springframework.data.rest.core.mapping.
ResourceMapping
org.springframework.data.rest.core.mapping.
CollectionResourceMapping
org.springframework.data.rest.core.mapping.
ResourceMetadata
org.springframework.data.rest.core.mapping.
MethodResourceMapping
org.springframework.data.rest.core.mapping.
ResourceMetadata
org.springframework.aop.
TargetClassAware
org.springframework.data.rest.core.projection.
ProxyProjectionFactory.TargetClassAware
Annotation Type Hierarchy
org.springframework.data.rest.core.annotation.
RepositoryEventHandler
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
Description
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
HandleBeforeLinkDelete
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
HandleAfterSave
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
HandleBeforeLinkSave
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
RepositoryRestResource
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
HandleBeforeDelete
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
HandleAfterLinkSave
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
RestResource
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
HandleAfterLinkDelete
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
HandleAfterDelete
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
HandleAfterCreate
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
HandleBeforeSave
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.annotation.
HandleBeforeCreate
(implements java.lang.annotation.
Annotation
)
org.springframework.data.rest.core.config.
Projection
(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.rest.core.invoke.
CrudMethod
org.springframework.data.rest.core.support.
DomainObjectMerger.NullHandlingPolicy
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Data REST - Core
Prev
Next
Frames
No Frames
All Classes
Copyright © 2011-2014–2015
Pivotal Software, Inc.
. All rights reserved.