Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Spring Boot integration: Add interceptor logic to store marked objects at end of method. #384

@rdebusscher

Description

@rdebusscher

In order to align the functionality of the integrations, add interceptor logic to store marked objects at end of method.

This is similar to the functionality added in #377

We can collect the changed objects (objects marked as dirty) using a fluent API and those are stored at the end of the method

public interface DirtyMarker {
T mark(T instance);
}
This integration allows to clearly indicate what is changed and stores the changes in an asynchronous way (synchronous is also possible through the annotation or configuration).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions