czetsuya / jpa-to-spring-events

This project will convert JPA events (create, update, remove) to Spring. A typical use case would be if you wanted to received a notification whenever an entity has been modified and do some processing afterwards like triggering a script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3

*Help me build more open-source projects by becoming my sponsor.

JPA to Spring Events

This project will convert JPA events (create, update, remove) to Spring.

A typical use case would be if you wanted to received a notification whenever an entity has been modified and do some processing afterwards like triggering a script.

Execution

Run mvn test and the spring events should be visible in the log.

For CDI events see https://github.com/czetsuya/jpa-to-cdi-events.

Authors

  • Edward P. Legaspi - Java Architect - czetsuya

About

This project will convert JPA events (create, update, remove) to Spring. A typical use case would be if you wanted to received a notification whenever an entity has been modified and do some processing afterwards like triggering a script.

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%