You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
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?