NHibernate as ORM

  • From: Jeff Chirco <backseatdba@xxxxxxxxx>
  • To: oracle-l-freelist <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 30 Apr 2019 13:26:48 -0700

 Anybody here have developers using  NHibernate as ORM for their
applications? Apparently it is some sort of translation layer from
applications objects to database tables. Kind of lke Entity Framework.  We
are used to doing all custom development with procedures but we have a
third party company developing an applications for us and this is what they
want to use.
As a DBA I am hesitant with this type of auto development layers. I tend to
find the queries generated are large and often they are not using bind
variables.  If anyone has options on NHibernate I would love to her it.

Thanks,
Jeff

Other related posts:

  • » NHibernate as ORM - Jeff Chirco