| Package | Description |
|---|---|
| io.mcarle.strix |
| Modifier and Type | Method and Description |
|---|---|
Object |
TransactionalAspect.aroundMethodAnnotatedWithTransactional(org.aspectj.lang.ProceedingJoinPoint joinPoint,
Transactional transactional)
If strix is started: Executes around any public method, which is annotated with
Transactional and not
with NoTransaction. |
Object |
TransactionalAspect.aroundMethodNotAnnotatedWithTransactionalInClassAnnotatedWithTransactional(org.aspectj.lang.ProceedingJoinPoint joinPoint,
Transactional transactional)
If strix is started: Executes around any public method, which is not annotated with
Transactional or
NoTransaction, but is part of a class annotated with Transactional. |
Copyright © 2017–2018. All rights reserved.