Discussion:
GORM and stored procedures
Robert Stagner
2014-05-28 02:21:08 UTC
Permalink
Does GORM support the execution of stored procedures? I scanned through
much of the documentation, but did not see support for this.
--
Regards,
Robert
Jeff Scott Brown
2014-05-28 03:52:54 UTC
Permalink
Post by Robert Stagner
Does GORM support the execution of stored procedures? I scanned through
much of the documentation, but did not see support for this.
--
Regards,
Robert
No.  GORM doesn’t get involved in that but you can invoke them the same way you would without GORM.  The simplest way is to have the dataSource bean injected into an artifact like a Service and then go about your business with that.



JSB

Jeff Scott Brown
***@gopivotal.com

Find The Cause ~ Find The Cure
http://www.autismspeaks.org/



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Continue reading on narkive:
Loading...