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

ars.module.mobile.repository.AbstractPushRepository Maven / Gradle / Ivy

package ars.module.mobile.repository;

import ars.module.mobile.model.Push;
import ars.module.mobile.repository.PushRepository;
import ars.database.hibernate.HibernateSimpleRepository;

/**
 * App消息推送数据持久抽象实现
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
public abstract class AbstractPushRepository extends HibernateSimpleRepository
		implements PushRepository {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy