jar

org.springframework.data : spring-data-rest-repository

Maven & Gradle

Oct 15, 2012
1 usages
901 stars

Spring Data REST · Directly export Spring Data managed JPA Entities to the web.

Table Of Contents

Latest Version

Download org.springframework.data : spring-data-rest-repository JAR file - Latest Versions:

All Versions

Download org.springframework.data : spring-data-rest-repository JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-data-rest-repository-1.0.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.data.rest.repository

├─ org.springframework.data.rest.repository.AttributeMetadata.class - [JAR]

├─ org.springframework.data.rest.repository.EntityMetadata.class - [JAR]

├─ org.springframework.data.rest.repository.PagingMetadata.class - [JAR]

├─ org.springframework.data.rest.repository.RepositoryConstraintViolationException.class - [JAR]

├─ org.springframework.data.rest.repository.RepositoryExporter.class - [JAR]

├─ org.springframework.data.rest.repository.RepositoryExporterSupport.class - [JAR]

├─ org.springframework.data.rest.repository.RepositoryMetadata.class - [JAR]

├─ org.springframework.data.rest.repository.RepositoryNotFoundException.class - [JAR]

├─ org.springframework.data.rest.repository.UriToDomainObjectUriResolver.class - [JAR]

├─ org.springframework.data.rest.repository.ValidationErrors.class - [JAR]

org.springframework.data.rest.repository.invoke

├─ org.springframework.data.rest.repository.invoke.CrudMethod.class - [JAR]

├─ org.springframework.data.rest.repository.invoke.MethodParameterConversionService.class - [JAR]

├─ org.springframework.data.rest.repository.invoke.RepositoryMethod.class - [JAR]

├─ org.springframework.data.rest.repository.invoke.RepositoryMethodResponse.class - [JAR]

├─ org.springframework.data.rest.repository.invoke.RepositoryQueryMethod.class - [JAR]

org.springframework.data.rest.repository.support

├─ org.springframework.data.rest.repository.support.Methods.class - [JAR]

org.springframework.data.rest.repository.annotation

├─ org.springframework.data.rest.repository.annotation.ConvertWith.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.HandleAfterDelete.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.HandleAfterLinkDelete.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.HandleAfterLinkSave.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.HandleAfterSave.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.HandleBeforeDelete.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.HandleBeforeLinkDelete.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.HandleBeforeLinkSave.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.HandleBeforeRenderResource.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.HandleBeforeRenderResources.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.HandleBeforeSave.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.RepositoryEventHandler.class - [JAR]

├─ org.springframework.data.rest.repository.annotation.RestResource.class - [JAR]

org.springframework.data.rest.repository.jpa

├─ org.springframework.data.rest.repository.jpa.JpaAttributeMetadata.class - [JAR]

├─ org.springframework.data.rest.repository.jpa.JpaEntityMetadata.class - [JAR]

├─ org.springframework.data.rest.repository.jpa.JpaRepositoryExporter.class - [JAR]

├─ org.springframework.data.rest.repository.jpa.JpaRepositoryMetadata.class - [JAR]

org.springframework.data.rest.repository.context

├─ org.springframework.data.rest.repository.context.AbstractRepositoryEventListener.class - [JAR]

├─ org.springframework.data.rest.repository.context.AfterDeleteEvent.class - [JAR]

├─ org.springframework.data.rest.repository.context.AfterLinkDeleteEvent.class - [JAR]

├─ org.springframework.data.rest.repository.context.AfterLinkSaveEvent.class - [JAR]

├─ org.springframework.data.rest.repository.context.AfterSaveEvent.class - [JAR]

├─ org.springframework.data.rest.repository.context.AnnotatedHandlerRepositoryEventListener.class - [JAR]

├─ org.springframework.data.rest.repository.context.BeforeDeleteEvent.class - [JAR]

├─ org.springframework.data.rest.repository.context.BeforeLinkDeleteEvent.class - [JAR]

├─ org.springframework.data.rest.repository.context.BeforeLinkSaveEvent.class - [JAR]

├─ org.springframework.data.rest.repository.context.BeforeSaveEvent.class - [JAR]

├─ org.springframework.data.rest.repository.context.LinkSaveEvent.class - [JAR]

├─ org.springframework.data.rest.repository.context.RepositoryEvent.class - [JAR]

├─ org.springframework.data.rest.repository.context.ValidatingRepositoryEventListener.class - [JAR]