所有程序包的分层结构
程序包分层结构:类分层结构
- 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.ajaxjs.sqlman.model.PageResult<T>
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- java.util.AbstractList<E> (implements java.util.List<E>)
- com.ajaxjs.sqlman.util.BeanUtils
- com.ajaxjs.sqlman.crud.BeanWriter (implements com.ajaxjs.sqlman.model.JdbcConstants)
- com.ajaxjs.sqlman.util.ConstAnalyzer (implements net.sf.jsqlparser.expression.ExpressionVisitor, net.sf.jsqlparser.expression.operators.relational.ItemsListVisitor)
- com.ajaxjs.sqlman.crud.api.CrudService (implements com.ajaxjs.sqlman.crud.api.CrudController)
- com.ajaxjs.sqlman.model.IdField
- com.ajaxjs.sqlman.model.TableModel
- com.ajaxjs.sqlman.crud.BatchUpdate
- com.ajaxjs.sqlman.model.TableModel
- com.ajaxjs.sqlman.sql.JdbcConn
- com.ajaxjs.sqlman.sql.JdbcCommand (implements com.ajaxjs.sqlman.model.JdbcConstants)
- org.springframework.context.expression.MapAccessor (implements org.springframework.expression.spel.CompilablePropertyAccessor)
- com.ajaxjs.sqlman.sql.Pager
- com.ajaxjs.sqlman.util.PrettyLog
- com.ajaxjs.sqlman.model.Result
- com.ajaxjs.sqlman.sql.SmallMyBatis
- com.ajaxjs.sqlman.util.SnowflakeId
- com.ajaxjs.sqlman.model.SqlParams
- net.sf.jsqlparser.util.TablesNamesFinder (implements net.sf.jsqlparser.expression.ExpressionVisitor, net.sf.jsqlparser.statement.select.FromItemVisitor, net.sf.jsqlparser.expression.operators.relational.ItemsListVisitor, net.sf.jsqlparser.statement.select.SelectItemVisitor, net.sf.jsqlparser.statement.select.SelectVisitor, net.sf.jsqlparser.statement.StatementVisitor)
- com.ajaxjs.sqlman.util.SqlInjectionAnalyzer
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.ajaxjs.sqlman.sql.DataAccessException
- java.lang.RuntimeException
- java.lang.Exception
- com.ajaxjs.sqlman.util.Utils
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
接口分层结构
- com.ajaxjs.sqlman.util.BeanUtils.EachFieldArg
- com.ajaxjs.sqlman.crud.api.CrudController
- com.ajaxjs.sqlman.sql.DAO
- com.ajaxjs.sqlman.crud.IEntity
- com.ajaxjs.sqlman.model.JdbcConstants
- com.ajaxjs.sqlman.util.JsonUtil
- com.ajaxjs.sqlman.annotation.ResultSetProcessor<T>
- org.springframework.web.bind.annotation.ValueConstants
注释类型分层结构
- com.ajaxjs.sqlman.annotation.Column (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.ControllerAdvice (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.CookieValue (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.DeleteMapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.ExceptionHandler (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.GetMapping (implements java.lang.annotation.Annotation)
- com.ajaxjs.sqlman.annotation.Id (implements java.lang.annotation.Annotation)
- com.ajaxjs.sqlman.annotation.IgnoreDB (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.InitBinder (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.Mapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.MatrixVariable (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.ModelAttribute (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.PatchMapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.PathVariable (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.PostMapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.PutMapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestAttribute (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestBody (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestHeader (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestMapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestParam (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestPart (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.ResponseBody (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RestController (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RestControllerAdvice (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.SessionAttribute (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.SessionAttributes (implements java.lang.annotation.Annotation)
- com.ajaxjs.sqlman.annotation.Table (implements java.lang.annotation.Annotation)
- com.ajaxjs.sqlman.annotation.Transient (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.ajaxjs.sqlman.model.JdbcConstants.DatabaseVendor
- com.ajaxjs.sqlman.model.JdbcConstants.IdType
- org.springframework.web.bind.annotation.RequestMethod
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)