Hi Daniel, I'm assuming you've used the "Create Stored Procedure" button in Cayenne Modeler? This doesn't actually create the stored procedure itself (you can't type the SP definition into the modeler). What it does is define/model a SP that you can use Cayenne to call through your code. This probably isn't documented very well, but here is what we currently have for calling the SP in your code:
http://cayenne.apache.org/doc/stored-procedures.html mrg On Wed, Nov 4, 2009 at 2:19 PM, Daniel Toffetti <dto...@yahoo.com.ar> wrote: > Hi, > > I'm trying Cayenne Modeler, I can't find a way to make the code generation > task to let me select procedures for code generation, is this even possible ? > > Regards, > > Daniel