类分层结构
- java.lang.Object
- cn.featherfly.juorm.rdb.jdbc.GenericJuormJdbcImpl<E> (implements cn.featherfly.juorm.GenericJuorm<E>)
- cn.featherfly.juorm.rdb.jdbc.JuormJdbcImpl (implements cn.featherfly.juorm.Juorm)
- cn.featherfly.juorm.rdb.jdbc.NestedBeanPropertyRowMapper<T> (implements org.springframework.jdbc.core.RowMapper<T>)
- cn.featherfly.juorm.rdb.jdbc.SpringJdbcTemplateImpl (implements cn.featherfly.juorm.rdb.jdbc.Jdbc)
- cn.featherfly.juorm.rdb.jdbc.SqlResultSet (implements cn.featherfly.juorm.mapping.ResultSet)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.featherfly.common.exception.BaseException
- cn.featherfly.common.exception.LocalizedException
- cn.featherfly.juorm.JuormException
接口分层结构