org.apache.myfaces.extensions.cdi.jpa.api
Annotation Type Transactional
@InterceptorBinding
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface Transactional
If it isn't possible to use EJBs, this interceptor adds transaction support to methods or a class.
The optional qualifier can be used to specify different entity managers.
qualifier
public abstract Class<? extends Annotation> qualifier
- Default:
- javax.enterprise.inject.Default.class
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.