类分层结构
- java.lang.Object
- cn.featherfly.component.sorm.operate.AbstractOperate<T>
- cn.featherfly.component.sorm.mapping.ClassMapping<T>
- cn.featherfly.component.sorm.mapping.PropertyMapping
- cn.featherfly.component.sorm.SimpleORM<T>
- cn.featherfly.component.sorm.SimpleORMFactory
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
接口分层结构
注释类型分层结构
- cn.featherfly.component.sorm.annotation.Column (implements java.lang.annotation.Annotation)
- cn.featherfly.component.sorm.annotation.Identity (implements java.lang.annotation.Annotation)
- cn.featherfly.component.sorm.annotation.Table (implements java.lang.annotation.Annotation)