File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -949,9 +949,8 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
949
949
values to their names.
950
950
</p >
951
951
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 >
955
954
956
955
<p >However, we may not want to store names. Our DBA may insist on an
957
956
integer code instead. That's just as easy: add <code >EnumOrdinalTypeHandler</code >
Original file line number Diff line number Diff line change @@ -1147,9 +1147,8 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
1147
1147
values to their names.
1148
1148
</p >
1149
1149
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 >
1153
1152
1154
1153
<p >However, we may not want to store names. Our DBA may insist on an
1155
1154
integer code instead. That's just as easy: add <code >EnumOrdinalTypeHandler</code >
Original file line number Diff line number Diff line change @@ -1107,9 +1107,8 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
1107
1107
values to their names.
1108
1108
</p >
1109
1109
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 >
1113
1112
1114
1113
<p >However, we may not want to store names. Our DBA may insist on an
1115
1114
integer code instead. That's just as easy: add <code >EnumOrdinalTypeHandler</code >
You can’t perform that action at this time.
0 commit comments