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