jar

org.labun : spring-data-events

Maven & Gradle

Jul 25, 2017
0 stars

Spring Data Events · An implementation of missing spring data repository hooks. JPA @EventHandlers have following limitations, which have been solved in this library: 1) It leads to circular dependency between your entity and it's event handler which makes it impossible to split your application into dedicated modules or extends an existing one with own modules. 2) The inability to inject spring beans without using of static context.

Table Of Contents

Latest Version

Download org.labun : spring-data-events JAR file - Latest Versions:

All Versions

Download org.labun : spring-data-events 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-events-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.labun.springframework.data.repository.events

├─ org.labun.springframework.data.repository.events.AnnotatedEventHandlerInvoker.class - [JAR]

├─ org.labun.springframework.data.repository.events.CrudRepositoryOnDeleteAspect.class - [JAR]

├─ org.labun.springframework.data.repository.events.CrudRepositoryOnSaveAspect.class - [JAR]

├─ org.labun.springframework.data.repository.events.EntityInformationProvider.class - [JAR]

├─ org.labun.springframework.data.repository.events.SpringEventsAutoConfiguration.class - [JAR]

org.labun.springframework.data.repository.events.annotation

├─ org.labun.springframework.data.repository.events.annotation.AfterCreate.class - [JAR]

├─ org.labun.springframework.data.repository.events.annotation.AfterDelete.class - [JAR]

├─ org.labun.springframework.data.repository.events.annotation.AfterUpdate.class - [JAR]

├─ org.labun.springframework.data.repository.events.annotation.BeforeCreate.class - [JAR]

├─ org.labun.springframework.data.repository.events.annotation.BeforeDelete.class - [JAR]

├─ org.labun.springframework.data.repository.events.annotation.BeforeUpdate.class - [JAR]

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

org.labun.springframework.data.repository.events.event

├─ org.labun.springframework.data.repository.events.event.AfterCreateEvent.class - [JAR]

├─ org.labun.springframework.data.repository.events.event.AfterDeleteEvent.class - [JAR]

├─ org.labun.springframework.data.repository.events.event.AfterUpdateEvent.class - [JAR]

├─ org.labun.springframework.data.repository.events.event.BeforeCreateEvent.class - [JAR]

├─ org.labun.springframework.data.repository.events.event.BeforeDeleteEvent.class - [JAR]

├─ org.labun.springframework.data.repository.events.event.BeforeUpdateEvent.class - [JAR]

├─ org.labun.springframework.data.repository.events.event.RepositoryEvent.class - [JAR]

org.labun.springframework.data.repository.events.utils

├─ org.labun.springframework.data.repository.events.utils.Methods.class - [JAR]