views:

25

answers:

2

I am looking for an ORM that supports stored procedures. I would like to implement something like this in perl, but I would like to look at the interface and abstractions in something already written for ideas. Does anyone know of any ORM that supports stored procedures?

+1  A: 

Hibernate and NHibernate both support stored procedures

SQLMenace
"both", not "bott" :)
OMG Ponies
I was just editing that and saw bott here, clicked edit and then both in the edit part..thought I was going insane for a second :-) Thanks
SQLMenace
A: 

iBatis is often considered as a compromise if you don't want a full blown ORM.

Raj
is iBatis open source? In what way does it support stored procedures?
Yes it is. I checked the site after a long time and surprisingly it has just been retired from Apache and moved to google code. http://ibatis.apache.org/ http://www.mybatis.org/ http://code.google.com/p/mybatis/ http://code.google.com/p/mybatisnet/
Raj