Table of Contents - MyBatis

Getting Started with MyBatis

  Hello World

  Integration with Spring

Bootstrapping MyBatis

  Configuring MyBatis using XML

    Environment, DataSource, TransactionManager

    Properties

    typeAliases

    typeHandlers

    Settings

    Mappers

SQL Mappers Using XML

  Mapped statements

    The INSERT statement

  ResultMaps

    Extending ResultMaps

    One-to-one mapping

      One-to-one mapping using nested ResultMap

      One-to-one mapping using nested Select

    One-to-many mapping

  Dynamic SQL

MyBatis recipes

  Handling enumeration types

  Handling the CLOB/BLOB types

  Passing multiple input parameters

  Multiple results as a map

  Paginated ResultSets using RowBounds

  Custom ResultSet processing using ResultSetHandler

  Cache

时间: 2024-10-29 19:10:39

Table of Contents - MyBatis的相关文章

Table of Contents

程序设计 Java JavaSE Maven JMS ActiveMQ Spring MyBatis ZooKeeper Python 操作系统 Linux Linux CMD 数据库 MySQL 计算机网络 TCP/IP WireShark HTTP 软件工程 OOAD 设计模式 版本控制 SVN Git

ArcGIS Pro How to remove standalone table from contents

try{     var mapView = MapView.Active;     if (mapView != null)     {          var map = mapView.Map;          if (map != null)          {               foreach (StandaloneTable table in map.StandaloneTables)               {                    if (ta

Table of Contents - Jersey

Jersey 1.19.1 Getting Started Get started with Jersey using the embedded Grizzly server Get started with a Web application

Table of Contents - MongoDB

Getting Started Installing MongoDB on Windows Browse by language: Java Java MongoDB Driver 3.X MongoJack

Table of Contents - Spring

The IoC container Spring 容器 属性注入 & 构造注入 Bean 实例的创建方式 p-namespace & c-namespace 集合属性的注入 作用域 延迟实例化 基于 Annotation 的配置 @Resoure & @Autowired 生命周期 depends-on 属性占位符 Resources Spring Expression Language (SpEL) Aspect Oriented Programming with Spring

Table of Contents - HTTP

HTTP 报文 HTTP 状态码 HTTP 首部 连接管理 持久连接 Cookie 机制 基本认证机制 在 Tomcat 中设置基本认证 实体和编码 内容编码 条件请求

Table of Contents - Handlebars

Getting Started Expressions Precompilation Block Helpers Partials Built-In Helpers API Reference

Table of Contents - Lombok

Installation Lombok Annotations @Getter, @Setter, @ToString, @EqualsAndHashCode & @Data @NoArgsConstructor, @RequiredArgsConstructor & @AllArgsConstructor @Synchronized @SneakyThrows @Cleanup @Log @NonNull

Table of Contents - CXF

Getting Started A simple JAX-WS service Writing a service with Spring Tools WSDL to Java RESTful Services A simple JAX-RS service JSON Support