org.objectweb.jac.aspects.hibernate
Class BeginPersistentSessionWrapper
java.lang.Object
|
+--org.objectweb.jac.core.Wrapper
|
+--org.objectweb.jac.aspects.hibernate.BeginPersistentSessionWrapper
- All Implemented Interfaces:
- Serializable
- public class BeginPersistentSessionWrapper
- extends Wrapper
This wrapper delimits the begining of a persistent session.
- Version:
- 1.0
- Author:
- Lionel Seinturier
- See Also:
- Serialized Form
Fields inherited from class org.objectweb.jac.core.Wrapper |
ac |
Method Summary |
Object |
begin(Interaction interaction)
Wrapping method around pointcuts
where a persistent session begins. |
BeginPersistentSessionWrapper
public BeginPersistentSessionWrapper(AspectComponent ac)
begin
public Object begin(Interaction interaction)
- Wrapping method around pointcuts
where a persistent session begins.