Class ExoTransactionalAspect
java.lang.Object
org.exoplatform.commons.persistence.impl.ExoTransactionalAspect
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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExoTransactionalAspect
public ExoTransactionalAspect()
-
-
Method Details
-
around
- Throws:
Throwable
-