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

ars.module.location.repository.AbstractRouteRepository Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package ars.module.location.repository;

import ars.module.location.model.Route;
import ars.module.location.repository.RouteRepository;
import ars.database.hibernate.HibernateSimpleRepository;

/**
 * 线路数据持久抽象实现
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
public abstract class AbstractRouteRepository extends HibernateSimpleRepository
		implements RouteRepository {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy