Class ExecutionPlanCourseModifyApplyDaoHibernate
java.lang.Object
org.beangle.orm.hibernate.HibernateEntityDao
org.openurp.edu.program.app.dao.hibernate.ExecutionPlanCourseModifyApplyDaoHibernate
- All Implemented Interfaces:
org.beangle.commons.dao.EntityDao,ExecutionPlanCourseModifyApplyDao
public class ExecutionPlanCourseModifyApplyDaoHibernate
extends org.beangle.orm.hibernate.HibernateEntityDao
implements ExecutionPlanCourseModifyApplyDao
-
Nested Class Summary
Nested classes/interfaces inherited from class org.beangle.orm.hibernate.HibernateEntityDao
org.beangle.orm.hibernate.HibernateEntityDao.QuerySupport -
Field Summary
Fields inherited from class org.beangle.orm.hibernate.HibernateEntityDao
logger, modelMeta, sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsaveModifyApply(ExecutionPlanCourseModify apply, ExecutionPlanCourseModifyDetailBefore before, ExecutionPlanCourseModifyDetailAfter after) 保存一个培养计划变更申请Methods inherited from class org.beangle.orm.hibernate.HibernateEntityDao
count, count, count, createBlob, createBlob, createClob, duplicate, duplicate, evict, execute, execute, executeUpdate, executeUpdate, executeUpdateRepeatly, exist, exist, exist, get, get, get, get, get, get, get, get, get, getAll, getSession, initialize, refresh, remove, remove, remove, remove, remove, save, saveOrUpdate, saveOrUpdate, saveOrUpdate, saveOrUpdate, search, search, search, search, search, setModelMeta, setSessionFactory, uniqueResult, update, update
-
Constructor Details
-
ExecutionPlanCourseModifyApplyDaoHibernate
public ExecutionPlanCourseModifyApplyDaoHibernate()
-
-
Method Details
-
saveModifyApply
public void saveModifyApply(ExecutionPlanCourseModify apply, ExecutionPlanCourseModifyDetailBefore before, ExecutionPlanCourseModifyDetailAfter after) Description copied from interface:ExecutionPlanCourseModifyApplyDao保存一个培养计划变更申请- Specified by:
saveModifyApplyin interfaceExecutionPlanCourseModifyApplyDaobefore- 可以为nullafter- 可以为null
-