Skip to content

Commit

Permalink
Corrected typo. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Mar 19, 2014
1 parent 9984e97 commit 540b1df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/site/es/xdoc/java-api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,15 +370,15 @@ try (SqlSession session = sqlSessionFactory.openSession()) {
<td><code>&lt;association&gt;</code></td>
<td>
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,
<code>fecthType</code>, que sobrescribe el parámetro global de configuración <code>lazyLoadingEnabled</code> para este mapeo.
<code>fetchType</code>, que sobrescribe el parámetro global de configuración <code>lazyLoadingEnabled</code> para este mapeo.
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>
</tr>
<tr>
<td><code>@Many</code></td>
<td><code>Method</code></td>
<td><code>&lt;collection&gt;</code></td>
<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,
<code>fecthType</code>, que sobrescribe el parámetro global de configuración <code>lazyLoadingEnabled</code> para este mapeo.
<code>fetchType</code>, que sobrescribe el parámetro global de configuración <code>lazyLoadingEnabled</code> para este mapeo.
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>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions src/site/ja/xdoc/java-api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,15 +383,15 @@ try (SqlSession session = sqlSessionFactory.openSession()) {
<td><code>Method</code></td>
<td><code>&lt;association&gt;</code></td>
<td>複雑型のプロパティのマッピング情報を定義します。キーである <code>select</code> は、適切な型を読み込むことができるマップドステートメント(Mapper メソッド)の完全修飾名です。
<code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
<code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
<span class="label important">NOTE</span> アノテーション API では結合マッピングがサポートされていません。これは Java アノテーションでは循環参照が許可されないためです。</td>
</tr>
<tr>
<td><code>@Many</code></td>
<td><code>Method</code></td>
<td><code>&lt;collection&gt;</code></td>
<td>コレクション型のプロパティのマッピング情報を定義します。キーである <code>select</code> は、適切な型のコレクションを読み込むことができるマップドステートメント(Mapper メソッド)の完全修飾名です。
<code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
<code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
<span class="label important">NOTE</span> アノテーション API では結合マッピングがサポートされていません。これは Java アノテーションでは循環参照が許可されないためです。</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions src/site/xdoc/java-api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ try (SqlSession session = sqlSessionFactory.openSession()) {
<td><code>&lt;association&gt;</code></td>
<td>A mapping to a single property value of a complex type. Attributes: <code>select</code>, which is the fully
qualified name of a mapped statement (i.e. mapper method) that can load an instance of the appropriate type,
<code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this
<code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this
mapping.
<span class="label important">NOTE</span> You will notice that join mapping is not supported via the Annotations API.
This is due to the limitation in Java Annotations that does not allow for circular references.</td>
Expand All @@ -407,7 +407,7 @@ try (SqlSession session = sqlSessionFactory.openSession()) {
<td><code>&lt;collection&gt;</code></td>
<td>A mapping to a collection property of a complex type. Attributes: <code>select</code>, which is the fully
qualified name of a mapped statement (i.e. mapper method) that can load a collection of instances of the appropriate
types, <code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this
types, <code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this
mapping.
<span class="label important">NOTE</span> You will notice that join mapping is not supported via the
Annotations API. This is due to the limitation in Java Annotations that does not allow for circular references.</td>
Expand Down
4 changes: 2 additions & 2 deletions src/site/zh/xdoc/java-api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ select,已映射语句(也就是映射器方
型的实例。注意:联合映射在注解 API
中是不支持的。这是因为 Java 注解的
限制,不允许循环引用。
<code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
<code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
</td>
</tr>
<tr>
Expand All @@ -638,7 +638,7 @@ select,已映射语句(也就是映射器方
<td>A mapping to a collection property of a complex type. Attributes: <code>select</code>, which is the fully
qualified name of a mapped statement (i.e. mapper method) that can load a collection of instances of the appropriate
types,
<code>fecthType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
<code>fetchType</code>, which supersedes the global configuration parameter <code>lazyLoadingEnabled</code> for this mapping.
<span class="label important">NOTE</span> You will notice that join mapping is not supported via the
Annotations API. This is due to the limitation in Java Annotations that does not allow for circular references.</td>
</tr>
Expand Down

0 comments on commit 540b1df

Please sign in to comment.