类分层结构
- java.lang.Object
- org.springframework.cache.support.AbstractCacheManager (implements org.springframework.cache.CacheManager, org.springframework.beans.factory.InitializingBean)
- org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
- org.springframework.jdbc.datasource.AbstractDataSource (implements javax.sql.DataSource)
- cn.featherfly.common.spring.jdbc.datasouce.ReadWriteDataSource (implements org.springframework.beans.factory.InitializingBean)
- cn.featherfly.common.io.ClassPathScanningProvider
- cn.featherfly.common.spring.cache.MulitiUniqueKeyCache (implements org.springframework.cache.Cache)
- cn.featherfly.common.spring.jdbc.datasouce.ReadWriteDataSourceDecision
- cn.featherfly.common.spring.jdbc.datasouce.ReadWriteDataSourceProcessor (implements org.springframework.context.ApplicationContextAware)
- cn.featherfly.common.spring.converter.StringToDateConverterFactory (implements org.springframework.core.convert.converter.ConverterFactory<S,R>)
- cn.featherfly.common.spring.converter.StringToEnumConverterFactory (implements org.springframework.core.convert.converter.ConverterFactory<S,R>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.featherfly.common.exception.BaseException
- cn.featherfly.common.exception.LocalizedException
- org.springframework.core.NestedRuntimeException
- org.springframework.dao.DataAccessException
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)