Annotation Interface TestReactiveTransaction


@InterceptorBinding @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface TestReactiveTransaction
Indicates that this method should be run in a rollback only reactive transaction. This allows the test method to modify the database as required, and then have these changes reverted at the end of the method.
See Also: