Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用 MyBatis 3.0.6 来处理我们的数据库。
MyBatis 生成器会自动生成 4 个updateByXYZ()方法。这些方法中的每一个都返回一个 int。
我一直在挖掘,但找不到任何文档告诉我这些方法返回了哪些可能的值。有人知道吗?
It's the number of records affected(updated or deleted)