类分层结构
- java.lang.Object
- org.apache.ibatis.type.TypeReference<T>
- org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)
注释类型分层结构
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.easycodebox.auth.model.util.mybatis.GeneratorEnum (implements com.easycodebox.common.enums.DetailEnum<T>, com.easycodebox.common.generator.GeneratorType)
Copyright © 2016. All rights reserved.