@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ExoTransactional
Describe a method as transactional. The only propagation implemented yet is
REQUIRED. Support a current transaction, create a new one if none exists.
Analogous to EJB or Spring transaction attribute of the same name.
- Version:
- $Revision$
- Author:
- Benoit de Chateauvieux
- See Also:
org.exoplatform.commons.api.persistence.ExoTransactionalAspect