Yeah, NHibernate may just be a bit behind for this effort, but you never know.   I'll be sure to let you know once I get a grip of there stored procs.
 
thanks,
  craig

 
On 6/12/06, Ayende Rahien <[EMAIL PROTECTED]> wrote:
If it is a legacy database, I would suggest that you wouldn't use AR at all.
It is possible, but you get into a situations where you have a two lines property, and six lines of attributes.
Use NHibernate directly, it is supposed to be able to handle it properly.
At the moment, NHibernate can't work with SP, support for CUD SP is planned, but I'm not sure what the status is, Hibernate 3 has it, so it should be straightforward to port if you really need it.

There _is_ support for custom persisters in NHibernate, I took a look at this several times, but it is a 55 Methods interface, and it has to be just right for it to work, so I wouldn't suggest going this way.

 
_______________________________________________
CastleProject-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/castleproject-users

Reply via email to