所有类
-
所有类 接口概要 类概要 枚举概要 异常错误概要 注释类型概要 类 说明 BatchUpdate 批量更新BeanUtils BeanUtils.EachFieldArg BeanWriter Column Specifies the mapping of a persistent property or field.ConstAnalyzer 判断表达是否为常量的分析器ControllerAdvice Specialization of@Component
for classes that declare@ExceptionHandler
,@InitBinder
, or@ModelAttribute
methods to be shared across multiple@Controller
classes.CookieValue Annotation to indicate that a method parameter is bound to an HTTP cookie.Create<T extends Serializable> CrudController CRUD 控制器CrudService DAO DataAccessException 数据访问异常DeleteMapping Annotation for mapping HTTPDELETE
requests onto specific handler methods.Entity ExceptionHandler Annotation for handling exceptions in specific handler classes and/or handler methods.GetMapping Annotation for mapping HTTPGET
requests onto specific handler methods.Id 表示 id 字段IdField IEntity 通用实体快速的 CRUD。IgnoreDB 用于 Java Bean 里面某个字段的注解,说明这个字段是否不参与数据库的操作InitBinder Annotation that identifies methods that initialize theorg.springframework.web.bind.WebDataBinder
which will be used for populating command and form object arguments of annotated handler methods.JdbcCommand To execute basic JDBC commands, read and write data to database.JdbcConn JdbcConstants 常量JdbcConstants.DatabaseVendor 数据库厂商的常量集合JdbcConstants.IdType ID 类型,可以是自增、雪花算法、UUIDJsonUtil MapAccessor EL property accessor that knows how to traverse the keys of a standardMap
.Mapping Meta annotation that indicates a web mapping annotation.MatrixVariable Annotation which indicates that a method parameter should be bound to a name-value pair within a path segment.ModelAttribute Annotation that binds a method parameter or method return value to a named model attribute, exposed to a web view.Pager PageResult<T> 分页信息 beanPatchMapping Annotation for mapping HTTPPATCH
requests onto specific handler methods.PathVariable Annotation which indicates that a method parameter should be bound to a URI template variable.PostMapping Annotation for mapping HTTPPOST
requests onto specific handler methods.PrettyLog PutMapping Annotation for mapping HTTPPUT
requests onto specific handler methods.RequestAttribute Annotation to bind a method parameter to a request attribute.RequestBody Annotation indicating a method parameter should be bound to the body of the web request.RequestHeader Annotation which indicates that a method parameter should be bound to a web request header.RequestMapping Annotation for mapping web requests onto methods in request-handling classes with flexible method signatures.RequestMethod Enumeration of HTTP request methods.RequestParam Annotation which indicates that a method parameter should be bound to a web request parameter.RequestPart Annotation that can be used to associate the part of a "multipart/form-data" request with a method argument.ResponseBody Annotation that indicates a method return value should be bound to the web response body.RestController A convenience annotation that is itself annotated with@Controller
and@ResponseBody
.RestControllerAdvice A convenience annotation that is itself annotated with and@ResponseBody
.Result ResultSetProcessor<T> 如何转换 ResultSet 到目标结果的处理器SessionAttribute Annotation to bind a method parameter to a session attribute.SessionAttributes Annotation that indicates the session attributes that a specific handler uses.SmallMyBatis 类似 MyBatis 把 SQL 存储在 XML 中,这个是低配版SnowflakeId 雪花生成器Sql SqlInjectionAnalyzer 基于 SQL 语法对象的 SQL 注入攻击分析实现SqlParams 给 PrepareStatement 用的 SQL 语句和参数值列表Table 表名TableModel 具体表里面的各个字段是什么名称,这里指定Transient Specifies that the property or field is not persistent.Update Utils ValueConstants Common value constants shared between bind annotations.