Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp
www.ortussolutions.com
This interceptor will inspect objects for the 'transactional' annotation and if found,
it will wrap it in a transaction safe hibernate transaction. This aspect is a self binding
aspect for WireBox that registers itself using the two annotations below
The transactional annotation can have a value if you are using multi-datasources with ORM.
The value of the transactional annotation denotes the dsn.
Class Attributes:
methodmatcher
: annotatedWith:transactional
classmatcher
: any
synchronized
: false
accessors
: true
persistent
: false
author
: Luis Majano
description
: A cool annotation based Transaction Aspect for WireBox