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