中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Mybatis 返回 One 和 List 的區分方式

發布時間:2021-07-07 16:31:10 來源:億速云 閱讀:180 作者:chen 欄目:大數據

這篇文章主要介紹“Mybatis 返回 One 和 List 的區分方式”,在日常操作中,相信很多人在Mybatis 返回 One 和 List 的區分方式問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”Mybatis 返回 One 和 List 的區分方式”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

返回一個對象

官網示例:<T> T selectOne(String statement)

結果: 可能為 null。

注: 使用返回一個對象時,若數據庫查詢結果超過一條 record,Mybatis 則拋出非檢查類異常 TooManyResultsException eg. : org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 2 證明查詢出兩條

返回一個 List

官網示例:<E> List<E> selectList(String statement)

結果: 如果沒有返回值,那么就是一個空的 list,不會出現 null 的情況,所以使用時不用進行判空,直接循環處理即可。

官網對接口定義的解釋:

The difference between selectOne and selectList is only in that selectOne must return exactly one object or null (none). If any more than one, an exception will be thrown. If you don't' know how many objects are expected, use selectList. If you want to check for the existence of an object, you're better off returning a count (0 or 1). The selectMap is a special case in that it is designed to convert a list of results into a Map based on one of the properties in the resulting objects. Because not all statements require a parameter, these methods are overloaded with versions that do not require the parameter object. The value returned by the insert, update and delete methods indicate the number of rows affected by the statement.

<T> T selectOne(String statement)
<E> List<E> selectList(String statement)
<K,V> Map<K,V> selectMap(String statement, String mapKey)
int insert(String statement)
int update(String statement)
int delete(String statement)

到此,關于“Mybatis 返回 One 和 List 的區分方式”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

如皋市| 德昌县| 金堂县| 微山县| 开阳县| 潢川县| 东丰县| 朔州市| 渝中区| 新宁县| 南投县| 高唐县| 叙永县| 苏尼特右旗| 铜川市| 土默特右旗| 南投市| 翁牛特旗| 云和县| 灵川县| 南郑县| 新宾| 斗六市| 图木舒克市| 池州市| 潢川县| 东明县| 周宁县| 克什克腾旗| 鄂伦春自治旗| 资溪县| 松阳县| 乡宁县| 剑阁县| 南漳县| 鸡西市| 乳源| 泰和县| 盘山县| 泸州市| 平利县|