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