Class ExecutivePlanCourseModifyApplyDaoHibernate
java.lang.Object
org.beangle.orm.hibernate.HibernateEntityDao
org.openurp.edu.program.app.dao.hibernate.ExecutivePlanCourseModifyApplyDaoHibernate
- All Implemented Interfaces:
org.beangle.commons.dao.EntityDao,ExecutivePlanCourseModifyApplyDao
public class ExecutivePlanCourseModifyApplyDaoHibernate
extends org.beangle.orm.hibernate.HibernateEntityDao
implements ExecutivePlanCourseModifyApplyDao
-
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(ExecutivePlanCourseModify apply, ExecutivePlanCourseModifyDetailBefore before, ExecutivePlanCourseModifyDetailAfter 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
-
ExecutivePlanCourseModifyApplyDaoHibernate
public ExecutivePlanCourseModifyApplyDaoHibernate()
-
-
Method Details
-
saveModifyApply
public void saveModifyApply(ExecutivePlanCourseModify apply, ExecutivePlanCourseModifyDetailBefore before, ExecutivePlanCourseModifyDetailAfter after) Description copied from interface:ExecutivePlanCourseModifyApplyDao保存一个培养计划变更申请- Specified by:
saveModifyApplyin interfaceExecutivePlanCourseModifyApplyDao- Parameters:
apply-before- 可以为nullafter- 可以为null
-