Annotation Type NestedTopLevel


@Retention(RUNTIME) @Target(TYPE) public @interface NestedTopLevel
Defines that the container will create a new transaction for each method invocation, regardless of whether there is already a transaction associated with the caller. These transactions will always be top-level transactions even if there is a transaction already associated with the invoking thread.
Author:
marklittle