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

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

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