类分层结构
- java.lang.Object
- net.oschina.durcframework.easymybatis.query.param.BaseParam
- net.oschina.durcframework.easymybatis.query.param.PageParam (implements net.oschina.durcframework.easymybatis.query.param.SchPageableParam)
- net.oschina.durcframework.easymybatis.query.param.PageSortParam (implements net.oschina.durcframework.easymybatis.query.param.SchPageableParam, net.oschina.durcframework.easymybatis.query.param.SchSortableParam)
- net.oschina.durcframework.easymybatis.query.param.SortParam (implements net.oschina.durcframework.easymybatis.query.param.SchSortableParam)
- org.springframework.beans.BeanUtils
- net.oschina.durcframework.easymybatis.util.MyBeanUtil
- net.oschina.durcframework.easymybatis.ext.code.client.ClassClient
- net.oschina.durcframework.easymybatis.ext.ClassScanner
- net.oschina.durcframework.easymybatis.util.ClassUtil
- net.oschina.durcframework.easymybatis.ext.code.client.ClientParam
- net.oschina.durcframework.easymybatis.query.Column
- net.oschina.durcframework.easymybatis.query.EnumColumn
- net.oschina.durcframework.easymybatis.ext.code.generator.ColumnDefinition
- net.oschina.durcframework.easymybatis.ext.code.generator.ColumnSelector
- net.oschina.durcframework.easymybatis.query.expression.builder.ConditionBuilder
- net.oschina.durcframework.easymybatis.support.CrudService<Dao,Entity>
- net.oschina.durcframework.easymybatis.EasymybatisConfig
- net.oschina.durcframework.easymybatis.util.EntityUtils
- net.oschina.durcframework.easymybatis.query.expression.builder.ExpressionBuilder
- net.oschina.durcframework.easymybatis.ExternalConfigBean
- net.oschina.durcframework.easymybatis.ext.code.util.FieldUtil
- net.oschina.durcframework.easymybatis.ext.code.client.Generator
- net.oschina.durcframework.easymybatis.ext.code.util.JavaType
- net.oschina.durcframework.easymybatis.ext.code.util.JavaTypeUtil
- net.oschina.durcframework.easymybatis.query.expression.JoinExpression (implements net.oschina.durcframework.easymybatis.query.expression.ExpressionJoinable)
- net.oschina.durcframework.easymybatis.query.expression.builder.LikeDoubleExpressionGetter (implements net.oschina.durcframework.easymybatis.query.expression.builder.ExpressionGetter)
- net.oschina.durcframework.easymybatis.query.expression.builder.factory.LikeExpressionFactory (implements net.oschina.durcframework.easymybatis.query.expression.builder.factory.ExpressionFactory)
- net.oschina.durcframework.easymybatis.query.expression.builder.LikeLeftExpressionGetter (implements net.oschina.durcframework.easymybatis.query.expression.builder.ExpressionGetter)
- net.oschina.durcframework.easymybatis.query.expression.builder.LikeRightExpressionGetter (implements net.oschina.durcframework.easymybatis.query.expression.builder.ExpressionGetter)
- net.oschina.durcframework.easymybatis.query.expression.ListExpression (implements net.oschina.durcframework.easymybatis.query.expression.ExpressionListable)
- net.oschina.durcframework.easymybatis.query.expression.builder.factory.ListExpressionFactory (implements net.oschina.durcframework.easymybatis.query.expression.builder.factory.ExpressionFactory)
- net.oschina.durcframework.easymybatis.query.expression.builder.ListExpressionGetter (implements net.oschina.durcframework.easymybatis.query.expression.builder.ExpressionGetter)
- net.oschina.durcframework.easymybatis.ext.MapperLocationsBuilder
- net.oschina.durcframework.easymybatis.PageSupport<Entity> (implements net.oschina.durcframework.easymybatis.PageResult<Entity>)
- net.oschina.durcframework.easymybatis.support.PageEasyui<Entity>
- net.oschina.durcframework.easymybatis.PageInfo<Entity>
- net.oschina.durcframework.easymybatis.query.projection.Projection
- net.oschina.durcframework.easymybatis.query.projection.ProjectionList
- net.oschina.durcframework.easymybatis.query.projection.Projections
- net.oschina.durcframework.easymybatis.query.Query (implements net.oschina.durcframework.easymybatis.query.Queryable)
- net.oschina.durcframework.easymybatis.query.expression.builder.QueryBuilder
- net.oschina.durcframework.easymybatis.util.QueryUtils
- net.oschina.durcframework.easymybatis.ext.code.util.ReflectionUtils
- net.oschina.durcframework.easymybatis.SqlConsts
- net.oschina.durcframework.easymybatis.ext.code.generator.SQLContext
- net.oschina.durcframework.easymybatis.query.expression.SqlExpression (implements net.oschina.durcframework.easymybatis.query.expression.ExpressionSqlable)
- org.mybatis.spring.SqlSessionFactoryBean (implements org.springframework.context.ApplicationListener<E>, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
- net.oschina.durcframework.easymybatis.ext.code.generator.TableDefinition
- net.oschina.durcframework.easymybatis.ext.code.generator.TableSelector
- org.apache.ibatis.type.TypeReference<T>
- org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)
- net.oschina.durcframework.easymybatis.query.expression.ValueExpression (implements net.oschina.durcframework.easymybatis.query.expression.ExpressionValueable)
- net.oschina.durcframework.easymybatis.query.expression.builder.factory.ValueExpressionFactory (implements net.oschina.durcframework.easymybatis.query.expression.builder.factory.ExpressionFactory)
- net.oschina.durcframework.easymybatis.query.expression.builder.ValueExpressionGetter (implements net.oschina.durcframework.easymybatis.query.expression.builder.ExpressionGetter)
- net.oschina.durcframework.easymybatis.ext.code.util.VelocityUtil
- net.oschina.durcframework.easymybatis.util.XmlFormatter
接口分层结构
- net.oschina.durcframework.easymybatis.handler.BaseEnum<T>
- net.oschina.durcframework.easymybatis.dao.Dao<Entity>
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.EditDao<Entity>, net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.DeleteDao<Entity>
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.EditDao<Entity>, net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.EditDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.SaveDao<Entity>, net.oschina.durcframework.easymybatis.dao.UpdateDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.Edit<Entity>
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.EditDao<Entity>, net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.DeleteDao<Entity>
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.EditDao<Entity>, net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.EditDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.SaveDao<Entity>, net.oschina.durcframework.easymybatis.dao.UpdateDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.EditDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.DeleteDao<Entity>, net.oschina.durcframework.easymybatis.dao.SaveDao<Entity>, net.oschina.durcframework.easymybatis.dao.UpdateDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.SaveDao<Entity>
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.EditDao<Entity>, net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.EditDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.DeleteDao<Entity>, net.oschina.durcframework.easymybatis.dao.UpdateDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.UpdateDao<Entity>
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.EditDao<Entity>, net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.EditDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.DeleteDao<Entity>, net.oschina.durcframework.easymybatis.dao.SaveDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.EditDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.DeleteDao<Entity>, net.oschina.durcframework.easymybatis.dao.SaveDao<Entity>, net.oschina.durcframework.easymybatis.dao.UpdateDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.SaveDao<Entity>
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.EditDao<Entity>, net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.EditDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.DeleteDao<Entity>, net.oschina.durcframework.easymybatis.dao.UpdateDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.Sch<Entity>
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.EditDao<Entity>, net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.SchDao<Entity>
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.EditDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.SchDao<Entity>
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.EditDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.UpdateDao<Entity>
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.EditDao<Entity>, net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.EditDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.DeleteDao<Entity>, net.oschina.durcframework.easymybatis.dao.SaveDao<Entity>)
- net.oschina.durcframework.easymybatis.dao.CrudDao<Entity> (并 extends net.oschina.durcframework.easymybatis.dao.SchDao<Entity>)
- net.oschina.durcframework.easymybatis.EntityProcessor<Entity>
- net.oschina.durcframework.easymybatis.query.expression.Expression
- 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.expression.builder.factory.ExpressionFactory
- net.oschina.durcframework.easymybatis.query.expression.builder.ExpressionGetter
- 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.param.SchParam
- java.io.Serializable
- net.oschina.durcframework.easymybatis.PageResult<Entity>
- 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)
- net.oschina.durcframework.easymybatis.query.expression.ValueConvert<T>
注释类型分层结构
- net.oschina.durcframework.easymybatis.annotation.LogicDelete (implements java.lang.annotation.Annotation)
- net.oschina.durcframework.easymybatis.query.annotation.ValueField (implements java.lang.annotation.Annotation)
- net.oschina.durcframework.easymybatis.query.annotation.ListField (implements java.lang.annotation.Annotation)
- net.oschina.durcframework.easymybatis.query.annotation.LikeRightField (implements java.lang.annotation.Annotation)
- net.oschina.durcframework.easymybatis.query.annotation.LikeLeftField (implements java.lang.annotation.Annotation)
- net.oschina.durcframework.easymybatis.query.annotation.LikeDoubleField (implements java.lang.annotation.Annotation)
- net.oschina.durcframework.easymybatis.query.annotation.Condition (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- net.oschina.durcframework.easymybatis.DbType
- net.oschina.durcframework.easymybatis.handler.FillType
- net.oschina.durcframework.easymybatis.query.Sort
- net.oschina.durcframework.easymybatis.query.Operator
- net.oschina.durcframework.easymybatis.query.Joint
- net.oschina.durcframework.easymybatis.query.projection.ProjectionType
Copyright © 2018. All Rights Reserved.