box.system.aop.aspects.concurrent.Callable interface">
|
|
ColdBox Platform Version 3.1.0
|
|
FRAMES
|
coldbox.system.aop.aspects
Class
HibernateTransaction
WEB-INF.cftags.component
coldbox.system.aop.aspects.HibernateTransaction
- All Implemented Interfaces:
-
MethodInterceptor
-
public class HibernateTransaction
- extends WEB-INF.cftags.component
|
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 |
|
init
public init()
-
Constructor
GETLOG
public any GETLOG()
-
SETLOG
public void SETLOG(any log)
-
- Parameters:
log
invokeMethod
public any invokeMethod([any invocation])
-
The AOP around advice for hibernate transactions
- Specified by:
-
invokeMethod
in interface
MethodInterceptor
- Parameters:
invocation
|
|
ColdBox Platform Version 3.1.0
|
|
FRAMES
|