类分层结构
- java.lang.Object
- net.oschina.durcframework.easymybatis.query.Column
- net.oschina.durcframework.easymybatis.query.EnumColumn
- net.oschina.durcframework.easymybatis.query.Query (implements net.oschina.durcframework.easymybatis.query.Queryable)
接口分层结构
- net.oschina.durcframework.easymybatis.query.expression.Expressional
- net.oschina.durcframework.easymybatis.query.Queryable (并 extends net.oschina.durcframework.easymybatis.query.Pageable, net.oschina.durcframework.easymybatis.query.Sortable)
- net.oschina.durcframework.easymybatis.query.Pageable
- net.oschina.durcframework.easymybatis.query.Queryable (并 extends net.oschina.durcframework.easymybatis.query.expression.Expressional, net.oschina.durcframework.easymybatis.query.Sortable)
- net.oschina.durcframework.easymybatis.query.Sortable
- net.oschina.durcframework.easymybatis.query.Queryable (并 extends net.oschina.durcframework.easymybatis.query.expression.Expressional, net.oschina.durcframework.easymybatis.query.Pageable)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- net.oschina.durcframework.easymybatis.query.Sort
- net.oschina.durcframework.easymybatis.query.Operator
- net.oschina.durcframework.easymybatis.query.Joint
Copyright © 2018. All Rights Reserved.