agentgt / jirm

A Java Immutable object Relational Mapper focused on simplicity, convenience, and thread safety.
Apache License 2.0
66 stars 10 forks source link

Add execute() to query builder. #11

Open agentgt opened 11 years ago

agentgt commented 11 years ago

In the situation where you want to issue a select but not transform the results. This would be used for SELECT FOR UPDATE.