All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ars.module.educate.repository.AbstractChapterRepository Maven / Gradle / Ivy

The newest version!
package ars.module.educate.repository;

import ars.module.educate.model.Chapter;
import ars.module.educate.repository.ChapterRepository;
import ars.database.hibernate.HibernateSimpleRepository;

/**
 * 课程章节数据持久化操作抽象实现
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
public abstract class AbstractChapterRepository extends HibernateSimpleRepository
		implements ChapterRepository {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy