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?
dao().getSelectBuilderFactory()anddao().getUpdateBuilderFactory()is clunky and weird especially if you want to issue a custom SQL update (and thus do not needforObjectand 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 theJirmFactorythere is not object associated with it?