Skip to content

Commit 540b1df

Browse files
committed
Corrected typo. [ci skip]
1 parent 9984e97 commit 540b1df

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/site/es/xdoc/java-api.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,15 +370,15 @@ try (SqlSession session = sqlSessionFactory.openSession()) {
370370
<td><code>&lt;association&gt;</code></td>
371371
<td>
372372
Un mapeo a una propiedad que contiene un tipo complejo. Atributos: select, que contiene el nombre completamente cualificado de un mapped statement (o un método de mapper) que puede cargar la instancia del tipo indicado,
373-
<code>fecthType</code>, que sobrescribe el parámetro global de configuración <code>lazyLoadingEnabled</code> para este mapeo.
373+
<code>fetchType</code>, que sobrescribe el parámetro global de configuración <code>lazyLoadingEnabled</code> para este mapeo.
374374
Nota: Habrás visto que el mapeo de tipo join no se soporta mediante el API de anotaciones. Esto es debido a las limitaciones de las anotaciones en Java que no permiten referencias circulares.</td>
375375
</tr>
376376
<tr>
377377
<td><code>@Many</code></td>
378378
<td><code>Method</code></td>
379379
<td><code>&lt;collection&gt;</code></td>
380380
<td>Un mapeo a una propiedad que contiene una colección de tipos complejos. Atributos: select, que contiene el nombre completamente cualificado de un mapped statement (o un método de mapper) que puede cargar la instancia del tipo indicado,
381-
<code>fecthType</code>, que sobrescribe el parámetro global de configuración <code>lazyLoadingEnabled</code> para este mapeo.
381+
<code>fetchType</code>, que sobrescribe el parámetro global de configuración <code>lazyLoadingEnabled</code> para este mapeo.
382382
Nota: Habrás visto que el mapeo de tipo join no se soporta mediante el API de anotaciones. Esto es debido a las limitaciones de las anotaciones en Java que no permiten referencias circulares.</td>
383383
</tr>
384384
<tr>

src/site/ja/xdoc/java-api.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,15 +383,15 @@ try (SqlSession session = sqlSessionFactory.openSession()) {
383383
<td><code>Method</code></td>
384384
<td><code>&lt;association&gt;</code></td>
385385
<td>複雑型のプロパティのマッピング情報を定義します。キーである <code>select</code> は、適切な型を読み込むことができるマップドステートメント(Mapper メソッド)の完全修飾名です。
386-
<code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
386+
<code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
387387
<span class="label important">NOTE</span> アノテーション API では結合マッピングがサポートされていません。これは Java アノテーションでは循環参照が許可されないためです。</td>
388388
</tr>
389389
<tr>
390390
<td><code>@Many</code></td>
391391
<td><code>Method</code></td>
392392
<td><code>&lt;collection&gt;</code></td>
393393
<td>コレクション型のプロパティのマッピング情報を定義します。キーである <code>select</code> は、適切な型のコレクションを読み込むことができるマップドステートメント(Mapper メソッド)の完全修飾名です。
394-
<code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
394+
<code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
395395
<span class="label important">NOTE</span> アノテーション API では結合マッピングがサポートされていません。これは Java アノテーションでは循環参照が許可されないためです。</td>
396396
</tr>
397397
<tr>

src/site/xdoc/java-api.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ try (SqlSession session = sqlSessionFactory.openSession()) {
396396
<td><code>&lt;association&gt;</code></td>
397397
<td>A mapping to a single property value of a complex type. Attributes: <code>select</code>, which is the fully
398398
qualified name of a mapped statement (i.e. mapper method) that can load an instance of the appropriate type,
399-
<code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this
399+
<code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this
400400
mapping.
401401
<span class="label important">NOTE</span> You will notice that join mapping is not supported via the Annotations API.
402402
This is due to the limitation in Java Annotations that does not allow for circular references.</td>
@@ -407,7 +407,7 @@ try (SqlSession session = sqlSessionFactory.openSession()) {
407407
<td><code>&lt;collection&gt;</code></td>
408408
<td>A mapping to a collection property of a complex type. Attributes: <code>select</code>, which is the fully
409409
qualified name of a mapped statement (i.e. mapper method) that can load a collection of instances of the appropriate
410-
types, <code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this
410+
types, <code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this
411411
mapping.
412412
<span class="label important">NOTE</span> You will notice that join mapping is not supported via the
413413
Annotations API. This is due to the limitation in Java Annotations that does not allow for circular references.</td>

src/site/zh/xdoc/java-api.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ select,已映射语句(也就是映射器方
628628
型的实例。注意:联合映射在注解 API
629629
中是不支持的。这是因为 Java 注解的
630630
限制,不允许循环引用。
631-
<code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
631+
<code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
632632
</td>
633633
</tr>
634634
<tr>
@@ -638,7 +638,7 @@ select,已映射语句(也就是映射器方
638638
<td>A mapping to a collection property of a complex type. Attributes: <code>select</code>, which is the fully
639639
qualified name of a mapped statement (i.e. mapper method) that can load a collection of instances of the appropriate
640640
types,
641-
<code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
641+
<code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
642642
<span class="label important">NOTE</span> You will notice that join mapping is not supported via the
643643
Annotations API. This is due to the limitation in Java Annotations that does not allow for circular references.</td>
644644
</tr>

0 commit comments

Comments
 (0)