MyBatis不用@Param傳遞多個參數

背景 假設咱們要保存一個小狗的信息到數據庫中java 一般的作法 咱們在使用mybatis 接口和xml對應的時候,經常是這樣寫的:web 接口 public interface DogDao { void save(@Param("dogName") String dogName, @Param("age")int age); } xml <insert id="save">
相關文章
相關標籤/搜索