public class SessionAspect extends Object
| Constructor and Description |
|---|
SessionAspect() |
| Modifier and Type | Method and Description |
|---|---|
SessionFactory |
getSessionFactory() |
List<SessionProcessor> |
getSessionProcessors() |
void |
processSession(org.aspectj.lang.JoinPoint jp)
Before advice to prepare Session before call
|
void |
setSessionFactory(SessionFactory sessionFactory) |
void |
setSessionProcessors(List<SessionProcessor> sessionProcessors) |
public void processSession(org.aspectj.lang.JoinPoint jp)
public List<SessionProcessor> getSessionProcessors()
public void setSessionProcessors(List<SessionProcessor> sessionProcessors)
sessionProcessors - the sessionProcessors to setpublic SessionFactory getSessionFactory()
public void setSessionFactory(SessionFactory sessionFactory)
sessionFactory - the sessionFactory to setCopyright © 2014 JDAL. All Rights Reserved.