org.jboss.seam.transaction
Annotation Type DefaultTransaction


@Qualifier
@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
public @interface DefaultTransaction

Qualifier that is used to denote the SeamTransaction implementation that is used by the transaction interceptor and other seam transaction services.

A qualifier is necessary to prevent the seam provided UserTransaction wrapper SeamTransaction from conflicting with the container provided built-in UserTransaction

Author:
Stuart Douglas



Copyright © 2011 Seam Framework. All Rights Reserved.