box.system.aop.aspects.concurrent.Callable interface">
|
ColdBox Platform Version 3.5.3 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.aop.aspects.HibernateTransaction
public class HibernateTransaction
******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | 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.
| Constructor Summary | |
|---|---|
init()
Constructor |
|
| Method Summary | |
|---|---|
any |
GETLOG()
|
void |
SETLOG(any log)
|
any |
invokeMethod(any invocation)
The AOP around advice for hibernate transactions |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public any GETLOG()
public void SETLOG(any log)
logpublic any invokeMethod(any invocation)
invokeMethod
in interface
MethodInterceptor
invocation
|
ColdBox Platform Version 3.5.3 | ||||
| FRAMES | |||||