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

Easier Custom SQL Builder from JirmFactory #16

Open agentgt opened 11 years ago

agentgt commented 11 years ago

dao().getSelectBuilderFactory() and dao().getUpdateBuilderFactory() is clunky and weird especially if you want to issue a custom SQL update (and thus do not need forObject and friends).

Still do not now what but it would be a method called off of JirmFactory.

Maybe for JirmFactory its .select() and .update() but since its off the JirmFactory there is not object associated with it?