Class ExecutionPlanCourseDaoHibernate
java.lang.Object
org.beangle.orm.hibernate.HibernateEntityDao
org.openurp.edu.program.plan.dao.hibernate.ExecutionPlanCourseDaoHibernate
- All Implemented Interfaces:
org.beangle.commons.dao.EntityDao,ExecutionPlanCourseDao
public class ExecutionPlanCourseDaoHibernate
extends org.beangle.orm.hibernate.HibernateEntityDao
implements ExecutionPlanCourseDao
培养计划课程组内的课程数据存取实现
-
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 TypeMethodDescriptiongetPlanCourseByTerm(Long planId, Integer term) 列出指定培养计划相应学期的培养计划课程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
-
ExecutionPlanCourseDaoHibernate
public ExecutionPlanCourseDaoHibernate()
-
-
Method Details
-
getPlanCourseByTerm
Description copied from interface:ExecutionPlanCourseDao列出指定培养计划相应学期的培养计划课程- Specified by:
getPlanCourseByTermin interfaceExecutionPlanCourseDao- Returns:
-