Class ExecutivePlanCourseGroupDaoHibernate
java.lang.Object
org.beangle.orm.hibernate.HibernateEntityDao
org.openurp.edu.program.plan.dao.hibernate.ExecutivePlanCourseGroupDaoHibernate
- All Implemented Interfaces:
org.beangle.commons.dao.EntityDao,ExecutivePlanCourseGroupDao
public class ExecutivePlanCourseGroupDaoHibernate
extends org.beangle.orm.hibernate.HibernateEntityDao
implements ExecutivePlanCourseGroupDao
课程组信息存取实现类
-
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
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
-
ExecutivePlanCourseGroupDaoHibernate
public ExecutivePlanCourseGroupDaoHibernate()
-
-
Method Details
-
getCourseType
Description copied from interface:ExecutivePlanCourseGroupDao返回指定计划中,指定课程的课程类别- Specified by:
getCourseTypein interfaceExecutivePlanCourseGroupDao- Returns:
- 不存在该课程,则返回null
-