1. 程式人生 > >Mybatis_總結_04_用_註解

Mybatis_總結_04_用_註解

size batis target class read for implement tar res

一、前言

從一開始,MyBatis就是一個XML驅動的框架。基於XML配置,映射語句也是用XML定義的。而從MyBatis 3開始,可以使用註解。

二、註解列表

Annotation Target XML equivalent Description
計算機 $1600 5
手機 $12 12
管線 $1 234
@CacheNamespace Class <cache> Configures the cache for the given namespace (i.e. class). Attributes: implementation, eviction, flushInterval, size, readWrite, blocking, properties.

Mybatis_總結_04_用_註解