Skip to content

Commit cba3c25

Browse files
authored
Update namespace of class Cache in ja document
Update namespace of class Cache from "org.mybatis.cache" to "org.apache.ibatis.cache"
1 parent 1add4b4 commit cba3c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/ja/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ SELECT * FROM POST WHERE BLOG_ID = #{id}]]></source>
19841984

19851985
<p>
19861986
上記は、カスタムキャッシュの実装を使用するための設定例です。
1987-
type 属性で指定されているクラスは org.mybatis.cache.Cache インターフェイスを実装している必要があります。
1987+
type 属性で指定されているクラスは org.apache.ibatis.cache.Cache インターフェイスを実装している必要があります。
19881988
このインターフェイスは MyBatis の中では複雑な方ですが、その役割を考えればシンプルです。
19891989
</p>
19901990

0 commit comments

Comments
 (0)