agentgt / jirm

A Java Immutable object Relational Mapper focused on simplicity, convenience, and thread safety.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update.execute() should return something better than just an int.

agentgt opened this issue · comments

update...execute() should return something more useful than int.
So you can do something like

.execute().expect(2).boolean()

or

.execute().expect(2).throwExceptionIfNot()