Class ExoTransactionalAspect

java.lang.Object
org.exoplatform.commons.persistence.impl.ExoTransactionalAspect

public class ExoTransactionalAspect extends Object
Process the Transactional annotation. 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.
See Also:
  • ExoTransactional
  • Constructor Details

    • ExoTransactionalAspect

      public ExoTransactionalAspect()
  • Method Details