所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- net.guerlab.spring.searchparams.AbstractSearchParams
- net.guerlab.smart.region.core.searchparams.AreaSearchParams
- net.guerlab.smart.region.core.searchparams.CitySearchParams
- net.guerlab.smart.region.core.searchparams.ProvinceSearchParams
- net.guerlab.smart.region.core.searchparams.StreetSearchParams
- net.guerlab.smart.platform.commons.entity.BaseEntity
- net.guerlab.smart.platform.commons.entity.BaseOrderEntity<E> (implements net.guerlab.smart.platform.commons.entity.IOrderEntity<E>)
- net.guerlab.smart.region.core.domain.AreaDTO (implements net.guerlab.smart.region.core.domain.IRegion)
- net.guerlab.smart.region.core.domain.CityDTO (implements net.guerlab.smart.region.core.domain.IRegion)
- net.guerlab.smart.region.core.domain.ProvinceDTO (implements net.guerlab.smart.region.core.domain.IRegion)
- net.guerlab.smart.region.core.domain.StreetDTO (implements net.guerlab.smart.region.core.domain.IRegion)
- net.guerlab.smart.platform.commons.entity.BaseOrderEntity<E> (implements net.guerlab.smart.platform.commons.entity.IOrderEntity<E>)
- net.guerlab.smart.region.core.domain.SimpleRegionDTO (implements net.guerlab.smart.region.core.domain.IRegion, java.io.Serializable)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- net.guerlab.commons.exception.ApplicationException
- net.guerlab.spring.commons.exception.AbstractI18nApplicationException
- net.guerlab.smart.region.core.exception.AreaIdInvalidException
- net.guerlab.smart.region.core.exception.AreaInvalidException
- net.guerlab.smart.region.core.exception.AreaNameInvalidException
- net.guerlab.smart.region.core.exception.AreaNameLengthErrorException
- net.guerlab.smart.region.core.exception.CityIdInvalidException
- net.guerlab.smart.region.core.exception.CityInvalidException
- net.guerlab.smart.region.core.exception.CityNameInvalidException
- net.guerlab.smart.region.core.exception.CityNameLengthErrorException
- net.guerlab.smart.region.core.exception.ProvinceIdInvalidException
- net.guerlab.smart.region.core.exception.ProvinceInvalidException
- net.guerlab.smart.region.core.exception.ProvinceNameInvalidException
- net.guerlab.smart.region.core.exception.ProvinceNameLengthErrorException
- net.guerlab.smart.region.core.exception.StreetIdInvalidException
- net.guerlab.smart.region.core.exception.StreetInvalidException
- net.guerlab.smart.region.core.exception.StreetNameInvalidException
- net.guerlab.smart.region.core.exception.StreetNameLengthErrorException
- net.guerlab.spring.commons.exception.AbstractI18nApplicationException
- net.guerlab.commons.exception.ApplicationException
- java.lang.RuntimeException
- java.lang.Exception
- net.guerlab.spring.searchparams.AbstractSearchParams
接口分层结构
- net.guerlab.smart.region.core.domain.IRegion
- net.guerlab.smart.region.core.domain.ToSimpleRegion
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- net.guerlab.smart.region.core.enums.RegionType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)