Comment on page
CFTransaction
This aspect is a self-binding aspect that will surround methods with simple ColdFusion transaction blocks.
ClassMatcher | MethodMatcher |
any | annotatedWith:transactional |
To use, just declare in your binder, overriding the self-binding is totally optional.
mapAspect("CFTransaction").to("coldbox.system.aop.aspects.CFTransaction");
Last modified 1yr ago