jar

org.springframework.data : spring-data-envers

Maven & Gradle

Aug 18, 2023
55 usages
261 stars

Spring Data Envers · Spring Data extension to work with Hibernate Envers

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.1.x
1.0.x
0.3.x
0.2.x
0.1.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-envers-3.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.data.envers.repository.config

├─ org.springframework.data.envers.repository.config.EnableEnversRepositories.class - [JAR]

├─ org.springframework.data.envers.repository.config.package-info.class - [JAR]

org.springframework.data.envers.repository.support

├─ org.springframework.data.envers.repository.support.DefaultRevisionEntityInformation.class - [JAR]

├─ org.springframework.data.envers.repository.support.DefaultRevisionMetadata.class - [JAR]

├─ org.springframework.data.envers.repository.support.EnversRevisionRepository.class - [JAR]

├─ org.springframework.data.envers.repository.support.EnversRevisionRepositoryFactoryBean.class - [JAR]

├─ org.springframework.data.envers.repository.support.EnversRevisionRepositoryImpl.class - [JAR]

├─ org.springframework.data.envers.repository.support.ReflectionRevisionEntityInformation.class - [JAR]

├─ org.springframework.data.envers.repository.support.package-info.class - [JAR]

Advertisement