Class ExecutivePlanDaoHibernate
java.lang.Object
org.beangle.orm.hibernate.HibernateEntityDao
org.openurp.edu.program.plan.dao.hibernate.ExecutivePlanDaoHibernate
- All Implemented Interfaces:
org.beangle.commons.dao.EntityDao,ExecutivePlanDao
- Direct Known Subclasses:
PersonalPlanDaoHibernate
public class ExecutivePlanDaoHibernate
extends org.beangle.orm.hibernate.HibernateEntityDao
implements ExecutivePlanDao
-
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(ExecutivePlan plan, int term) protected ExecutivePlangetExecutivePlan(Long id) getExecutivePlanList(String grade, Major major, EducationLevel level) getExecutivePlans(Long[] planIds) 获得指定id的培养计划voidsetExecutivePlanCourseGroupDao(ExecutivePlanCourseGroupDao 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
-
ExecutivePlanDaoHibernate
public ExecutivePlanDaoHibernate()
-
-
Method Details
-
getExecutivePlanList
- Specified by:
getExecutivePlanListin interfaceExecutivePlanDao
-
getExecutivePlan
-
getExecutivePlans
Description copied from interface:ExecutivePlanDao获得指定id的培养计划- Specified by:
getExecutivePlansin interfaceExecutivePlanDao- Returns:
-
getCreditByTerm
-
setExecutivePlanCourseGroupDao
-
setSemesterService
-