Hi,
I work for a company which has its own DBMS, based on an architecture slightly different from the relational architecture. It has a Windows COM API so applications can access, query and persist data, and administrate databases, so, I would like to know if there is some documentation on how to implement a custom Dialect for Nhibernate. I noticed it has an abstract class called Dialect, but I don't know if I have to override all of its methods or just some of them to achieve what I want (due to the non-relational nature of our DBMS). In short, how can I start?
Thanks, Julio.
|