diff --git a/src/site/es/xdoc/configuration.xml b/src/site/es/xdoc/configuration.xml
index fc58eba8ee2..1bf5c4314a4 100644
--- a/src/site/es/xdoc/configuration.xml
+++ b/src/site/es/xdoc/configuration.xml
@@ -199,6 +199,25 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
PARTIAL
+
+ |
+ autoMappingUnknownColumnBehavior
+ |
+
+ Specify the behavior when detects an unknown column (or unknown property type) of automatic mapping target.
+
+ NONE: Do nothing
+ WARNING: Output warning log (The log level of 'org.apache.ibatis.session.AutoMappingUnknownColumnBehavior' must be set to WARN)
+ FAILING: Fail mapping (Throw SqlSessionException)
+
+ |
+
+ NONE, WARNING, FAILING
+ |
+
+ NONE
+ |
+
|
defaultExecutorType
@@ -411,6 +430,7 @@ A continuación se muestra un ejemplo del elemento settings al completo:
+
diff --git a/src/site/ja/xdoc/configuration.xml b/src/site/ja/xdoc/configuration.xml
index 5127da32efc..8024dbd1226 100644
--- a/src/site/ja/xdoc/configuration.xml
+++ b/src/site/ja/xdoc/configuration.xml
@@ -224,6 +224,25 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
PARTIAL
|
+
+ |
+ autoMappingUnknownColumnBehavior
+ |
+
+ 自動マッピング対象のプロパティが存在しない(又はプロパティ型がサポート外の)カラムを検知した時の動作を指定します。
+
+ NONE: 何もしません
+ WARNING: 警告ログを出力します ('org.apache.ibatis.session.AutoMappingUnknownColumnBehavior' のログレベルをWARNに設定してください)
+ FAILING: 自動マッピング処理をエラーにします。(SqlSessionExceptionが発生します)
+
+ |
+
+ NONE, WARNING, FAILING
+ |
+
+ NONE
+ |
+
|
defaultExecutorType
@@ -441,6 +460,7 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
+
diff --git a/src/site/ko/xdoc/configuration.xml b/src/site/ko/xdoc/configuration.xml
index 475e450aae3..7a96dca9da6 100644
--- a/src/site/ko/xdoc/configuration.xml
+++ b/src/site/ko/xdoc/configuration.xml
@@ -192,6 +192,25 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
PARTIAL
|
+
+ |
+ autoMappingUnknownColumnBehavior
+ |
+
+ Specify the behavior when detects an unknown column (or unknown property type) of automatic mapping target.
+
+ NONE: Do nothing
+ WARNING: Output warning log (The log level of 'org.apache.ibatis.session.AutoMappingUnknownColumnBehavior' must be set to WARN)
+ FAILING: Fail mapping (Throw SqlSessionException)
+
+ |
+
+ NONE, WARNING, FAILING
+ |
+
+ NONE
+ |
+
|
defaultExecutorType
@@ -416,6 +435,7 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
+
diff --git a/src/site/xdoc/configuration.xml b/src/site/xdoc/configuration.xml
index b1498f1527f..99a5b2e2a3c 100644
--- a/src/site/xdoc/configuration.xml
+++ b/src/site/xdoc/configuration.xml
@@ -277,6 +277,25 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
PARTIAL
|
+
+ |
+ autoMappingUnknownColumnBehavior
+ |
+
+ Specify the behavior when detects an unknown column (or unknown property type) of automatic mapping target.
+
+ NONE: Do nothing
+ WARNING: Output warning log (The log level of 'org.apache.ibatis.session.AutoMappingUnknownColumnBehavior' must be set to WARN)
+ FAILING: Fail mapping (Throw SqlSessionException)
+
+ |
+
+ NONE, WARNING, FAILING
+ |
+
+ NONE
+ |
+
|
defaultExecutorType
@@ -503,6 +522,7 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
+
diff --git a/src/site/zh/xdoc/configuration.xml b/src/site/zh/xdoc/configuration.xml
index 143b6a49252..2b46806367e 100644
--- a/src/site/zh/xdoc/configuration.xml
+++ b/src/site/zh/xdoc/configuration.xml
@@ -207,6 +207,25 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
PARTIAL
|
+
+ |
+ autoMappingUnknownColumnBehavior
+ |
+
+ Specify the behavior when detects an unknown column (or unknown property type) of automatic mapping target.
+
+ NONE: Do nothing
+ WARNING: Output warning log (The log level of 'org.apache.ibatis.session.AutoMappingUnknownColumnBehavior' must be set to WARN)
+ FAILING: Fail mapping (Throw SqlSessionException)
+
+ |
+
+ NONE, WARNING, FAILING
+ |
+
+ NONE
+ |
+
|
defaultExecutorType
@@ -422,6 +441,7 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
+
|