You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there should be a field named 'javaType'.
With this field, a sql generated will be 'select col1, col2 where col3=#{parameters.p1,jdbcType=CHAR,typeHandler=org.apache.ibatis.type.EnumOrdinalTypeHandler,javaType=com.example.MyEnum.class}', if this field does not exist, we cannot use EnumOrdinalTypeHandler directly.
The text was updated successfully, but these errors were encountered:
SqlColumn.java
I think there should be a field named 'javaType'.
With this field, a sql generated will be
'select col1, col2 where col3=#{parameters.p1,jdbcType=CHAR,typeHandler=org.apache.ibatis.type.EnumOrdinalTypeHandler,javaType=com.example.MyEnum.class}'
, if this field does not exist, we cannot use EnumOrdinalTypeHandler directly.The text was updated successfully, but these errors were encountered: