In LedgerSMB, we have a largish number of stored procedures which simply wrap ``` sql SELECT * FROM <table> WHERE <primary_key> = <the_object> ``` It seems like a nice extension of the ORM mapper to _not_ have to write code like that.