Package 

Interface AddressPersister

  • All Implemented Interfaces:

    
    public interface AddressPersister
    
                        

    Desc: 地址持久层的操作, 这边暂时只是对标准地址库的处理. 暂时不将标准化后的地址存储在数据出中。 Mail: chk19940609@gmail.com Created by IceMimosa Date: 2017/1/12

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract RegionEntity getRootRegion() 获取行政规划地址树状结构关系
      abstract RegionEntity getRegion(Long id) 根据id获取
      abstract Unit addRegionEntity(RegionEntity entity) 新增一个region信息
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait