Skip to content

Commit deb8eee

Browse files
committed
minor doc update about EnumTypeHandler
1 parent 352f58f commit deb8eee

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

src/site/ko/xdoc/configuration.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,9 +949,8 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
949949
values to their names.
950950
</p>
951951

952-
<b>Note that <code>EnumTypeHandler</code> is an special handler in the sense that it
953-
does not handle an specific class, like the other handlers,
954-
but any class that extends <code>Enum</code></b>
952+
<b>Note <code>EnumTypeHandler</code> is special in the sense that unlike other handlers,
953+
it does not handle just one specific class, but any class that extends <code>Enum</code></b>
955954

956955
<p>However, we may not want to store names. Our DBA may insist on an
957956
integer code instead. That's just as easy: add <code>EnumOrdinalTypeHandler</code>

src/site/xdoc/configuration.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,9 +1147,8 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
11471147
values to their names.
11481148
</p>
11491149

1150-
<b>Note that <code>EnumTypeHandler</code> is an special handler in the sense that it
1151-
does not handle an specific class, like the other handlers,
1152-
but any class that extends <code>Enum</code></b>
1150+
<b>Note <code>EnumTypeHandler</code> is special in the sense that unlike other handlers,
1151+
it does not handle just one specific class, but any class that extends <code>Enum</code></b>
11531152

11541153
<p>However, we may not want to store names. Our DBA may insist on an
11551154
integer code instead. That's just as easy: add <code>EnumOrdinalTypeHandler</code>

src/site/zh/xdoc/configuration.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,9 +1107,8 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
11071107
values to their names.
11081108
</p>
11091109

1110-
<b>Note that <code>EnumTypeHandler</code> is an special handler in the sense that it
1111-
does not handle an specific class, like the other handlers,
1112-
but any class that extends <code>Enum</code></b>
1110+
<b>Note <code>EnumTypeHandler</code> is special in the sense that unlike other handlers,
1111+
it does not handle just one specific class, but any class that extends <code>Enum</code></b>
11131112

11141113
<p>However, we may not want to store names. Our DBA may insist on an
11151114
integer code instead. That's just as easy: add <code>EnumOrdinalTypeHandler</code>

0 commit comments

Comments
 (0)