/**
* @return A list of the {@link AlternateName}s for this street
*/
@OneToMany(cascade = { CascadeType.ALL }, mappedBy = "street")
@Cache(usage = CacheConcurrencyStrategy.NONSTRICT_READ_WRITE)
@Fetch(FetchMode.SELECT)
public List<AlternateOsmName> getAlternateNames() {
return alternateNames;
}
OpenStreetMap.java 文件源码
java
阅读 40
收藏 0
点赞 0
评论 0
项目:gisgraphy
作者:
评论列表
文章目录