
ars.module.educate.repository.AbstractProfessionRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ars-module-educate Show documentation
Show all versions of ars-module-educate Show documentation
Ars framework module educate
package ars.module.educate.repository;
import ars.module.educate.model.Profession;
import ars.module.educate.repository.ProfessionRepository;
import ars.database.hibernate.HibernateSimpleRepository;
/**
* 专业数据持久化操作抽象实现
*
* @author yongqiangwu
*
* @param
* 数据模型
*/
public abstract class AbstractProfessionRepository extends HibernateSimpleRepository
implements ProfessionRepository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy