-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It looks like would be relatively straightforward to add support for having the @PrePersist
callback and friends return a Uni
. To be clear, we would not be able to reuse the code from core, but there's anyway not much of it. We would just implement something from scratch.
The basic idea is to let you write:
@PrePersist
Uni<Void> myCallback() {
return ..... ;
}
on your entity class.
Kassec
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request