类 ExecutionPlanCourseGroupModifyApplyDaoHibernate
java.lang.Object
org.beangle.orm.hibernate.HibernateEntityDao
org.openurp.edu.program.app.dao.hibernate.ExecutionPlanCourseGroupModifyApplyDaoHibernate
- 所有已实现的接口:
org.beangle.commons.dao.EntityDao,ExecutionPlanCourseGroupModifyApplyDao
public class ExecutionPlanCourseGroupModifyApplyDaoHibernate
extends org.beangle.orm.hibernate.HibernateEntityDao
implements ExecutionPlanCourseGroupModifyApplyDao
-
嵌套类概要
从类继承的嵌套类/接口 org.beangle.orm.hibernate.HibernateEntityDao
org.beangle.orm.hibernate.HibernateEntityDao.QuerySupport -
字段概要
从类继承的字段 org.beangle.orm.hibernate.HibernateEntityDao
logger, modelMeta, sessionFactory -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsaveModifyApply(ExecutionCourseGroupModify apply, ExecutionCourseGroupModifyDetailBefore before, ExecutionCourseGroupModifyDetailAfter after) 保存一个培养计划变更申请从类继承的方法 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
-
构造器详细资料
-
ExecutionPlanCourseGroupModifyApplyDaoHibernate
public ExecutionPlanCourseGroupModifyApplyDaoHibernate()
-
-
方法详细资料
-
saveModifyApply
public void saveModifyApply(ExecutionCourseGroupModify apply, ExecutionCourseGroupModifyDetailBefore before, ExecutionCourseGroupModifyDetailAfter after) 从接口复制的说明:ExecutionPlanCourseGroupModifyApplyDao保存一个培养计划变更申请- 指定者:
saveModifyApply在接口中ExecutionPlanCourseGroupModifyApplyDaobefore- 可以为nullafter- 可以为null
-