horo wrote:
Is it possible to plugin/configure adapter to use them?
If not, is it possible to modify adapter templates to do this?
Is it a reasonable project or sounds like "you are trying to use LLBLGEN for something what is not intended for"?
thx for answers.
Let me repeat what I believe your asking.
You're looking to replace, override, or extend the native DataAccessAdapter behavior to call stored procedure when performing inserts/updates/deletes.
Both solutions are available to you.
These User Manual pages should be helpfull in getting you started extending the classes:
Generated code - Adding your own code to the generated classes
Generated code - Extending the framework through inheritance, Adapter
If you decide to go the "modify template" route:
Several example projects are available to you on the LLBLGen.com website in the 3rd Party section of the public webpage. Also download the Template Studio from the Extras section; documentation is included.