Annotation Interface ExoTransactional


@Retention(RUNTIME) @Target(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. This annotation is handled in org.exoplatform.commons.persistence.impl.ExoTransactionalAspect.