Class ExecutionPlanDaoHibernate
java.lang.Object
org.beangle.orm.hibernate.HibernateEntityDao
org.openurp.edu.program.plan.dao.hibernate.ExecutionPlanDaoHibernate
- All Implemented Interfaces:
org.beangle.commons.dao.EntityDao,ExecutionPlanDao
- Direct Known Subclasses:
PersonalPlanDaoHibernate
public class ExecutionPlanDaoHibernate
extends org.beangle.orm.hibernate.HibernateEntityDao
implements ExecutionPlanDao
-
Nested Class Summary
Nested classes/interfaces inherited from class org.beangle.orm.hibernate.HibernateEntityDao
org.beangle.orm.hibernate.HibernateEntityDao.QuerySupport -
Field Summary
FieldsFields inherited from class org.beangle.orm.hibernate.HibernateEntityDao
logger, modelMeta, sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCreditByTerm(ExecutionPlan plan, int term) protected ExecutionPlangetExecutionPlan(Long id) getExecutionPlanList(String grade, Major major, EducationLevel level) getExecutionPlans(Long[] planIds) 获得指定id的培养计划voidsetExecutionPlanCourseGroupDao(ExecutionPlanCourseGroupDao executePlanCourseGroupDao) voidsetSemesterService(SemesterService semesterService) 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
-
Field Details
-
semesterService
-
executePlanCourseGroupDao
-
-
Constructor Details
-
ExecutionPlanDaoHibernate
public ExecutionPlanDaoHibernate()
-
-
Method Details
-
getExecutionPlanList
- Specified by:
getExecutionPlanListin interfaceExecutionPlanDao
-
getExecutionPlan
-
getExecutionPlans
Description copied from interface:ExecutionPlanDao获得指定id的培养计划- Specified by:
getExecutionPlansin interfaceExecutionPlanDao- Returns:
-
getCreditByTerm
-
setExecutionPlanCourseGroupDao
-
setSemesterService
-