类分层结构
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- com.github.memorylorry.type.Column (implements com.github.memorylorry.type.ColumnOperate)
- com.github.memorylorry.config.ErrorMessage
- com.github.memorylorry.type.Filter (implements com.github.memorylorry.type.RestrictOperate)
- com.github.memorylorry.type.helper.FilterOptionHelper
- com.github.memorylorry.type.Order (implements com.github.memorylorry.type.RestrictOperate)
- com.github.memorylorry.converter.impl.SimpleJSON2Slice (implements com.github.memorylorry.converter.JSON2Slice)
- com.github.memorylorry.type.SimpleSlice (implements com.github.memorylorry.type.Slice)
- com.github.memorylorry.config.SQLGenerateControl
- com.github.memorylorry.type.Table
- com.github.memorylorry.util.TestErrorUtil
- java.lang.Throwable (implements java.io.Serializable)
接口分层结构
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
Copyright © 2018. All Rights Reserved.