类 AbstractJob
java.lang.Object
org.openurp.edu.grade.plan.service.AbstractJob
- 直接已知子类:
AutoBatchAuditor
-
字段概要
字段修饰符和类型字段说明protected org.beangle.commons.dao.EntityDaoprotected final org.slf4j.Loggerprotected org.hibernate.SessionFactory -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected abstract voidfinal voidexecute()voidsetEntityDao(org.beangle.commons.dao.EntityDao entityDao) 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
-
-
构造器详细资料
-
AbstractJob
public AbstractJob()
-
-
方法详细资料
-
setSessionFactory
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory) -
setEntityDao
public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao) -
execute
public final void execute() -
doExecute
protected abstract void doExecute()
-