In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "how to solve the problem of AutoResultMap errors in ibatis". The content of the explanation is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to solve the problem of AutoResultMap errors in ibatis".
Recently, I encountered a problem when using ibatis query to return values. When the number of columns returned is not fixed, ibatis will report an error whenever the number of columns changes.
Some of the configurations are as follows:
Reason:
In order to avoid frequent introspection of the returned metadata, ibatis will remember the metadata of the last query. When the next query is made, it will map the results of the query to the metadata previously remembered. If a mismatch is found, an error will be reported.
So that's why resultClass is set to HashMap, and it also prompts you why the mapping attribute column name is invalid.
Solve
The select tag of ibatis has an attribute remapResults, which defaults to false. When remapResults is set to true, ibatis sets the metadata based on the returned results and no longer maps based on the metadata that was last remembered.
This property will cause some performance loss, so use it with caution
Or use $$to solve the problem.
Select $selectresultfield$ as resultfield Thank you for your reading, the above is the content of "how to solve the problem of AutoResultMap error in ibatis". After the study of this article, I believe you have a deeper understanding of how to solve the problem of AutoResultMap error in ibatis, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.