配置CaseInsensitiveMap使key不區分大小寫

瀚高PG實驗室發表於2023-03-02

瀚高資料庫

環境
系統平臺: IBM:Linux on System z Red Hat Enterprise Linux 7
版本: 4.5.7
詳細資訊

修改前,客戶實際應用的寫法:


<select id="getStudentList" resultType="java.util.Map"> 


修改後,返回型別使用CaseInsensitiveMap的寫法:


<select id="getStudentList" resultType="org.apache.commons.collections.map.CaseInsensitiveMap">


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69994931/viewspace-2937909/,如需轉載,請註明出處,否則將追究法律責任。

相關文章