类 AuditJobStarter
java.lang.Object
org.openurp.edu.grade.plan.service.AuditJobStarter
- 所有已实现的接口:
org.beangle.commons.bean.Initializing
-
字段概要
字段修饰符和类型字段说明protected org.beangle.commons.dao.EntityDaoprotected final org.slf4j.Loggerprotected org.hibernate.SessionFactory -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidinit()voidsetEntityDao(org.beangle.commons.dao.EntityDao entityDao) voidsetPlanAuditPersistObserver(PlanAuditPersistObserver planAuditPersistObserver) voidsetPlanAuditService(PlanAuditService planAuditService) voidsetSessionFactory(org.hibernate.SessionFactory sessionFactory)
-
字段详细资料
-
logger
protected final org.slf4j.Logger logger -
sessionFactory
protected org.hibernate.SessionFactory sessionFactory -
entityDao
protected org.beangle.commons.dao.EntityDao entityDao
-
-
构造器详细资料
-
AuditJobStarter
public AuditJobStarter()
-
-
方法详细资料
-
init
- 指定者:
init在接口中org.beangle.commons.bean.Initializing- 抛出:
Exception
-
setSessionFactory
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory) -
setEntityDao
public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao) -
setPlanAuditService
-
setPlanAuditPersistObserver
-