in reply to Looking for ORM that uses pl sql instead of dynamic sql

use a static mapping of the object to pl sql instead of working with dynamically generated sql.
You can easily adapt every ORM to do so.
  • Comment on Re: Looking for ORM that uses pl sql instead of dynamic sql