Look at existing drivers and dialects:
https://github.com/nhibernate/nhibernate-core/tree/master/src/NHibernate/Driver
https://github.com/nhibernate/nhibernate-core/tree/master/src/NHibernate/Dialect

For the driver a good start would be to inherit from ReflectionBasedDriver.
Look at e.g. NpgsqlDriver and FirebirdClientDriver for easy to read example
code as a start.

For the dialect you inherit from the Dialect class. As an example, e.g. the
PostgreSQLDialect dialect seems fairly small to use as a starting point for
understanding what needs to be done, apart from reading the Dialect class
it self of course.

Good luck!

/Oskar



2014-03-07 19:33 GMT+01:00 Dino Maric <[email protected]>:

> Hi,
>
> My company is SAP partner and in our enterprise solution we want to make
> driver for SAP Hana in nhibernate. I need some kickoff start how to develop
> custom drivers and dialects in nhibernate ?
>
> Thank you
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "nhusers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/nhusers.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to