nhibernate-configuration
Why does NHibernate say my filter isn't configured?
I\'m trying to use a global filter in NHibernate, and as far as I can tell I\'m doing exactly what all the tutorials do, but I\'m getting an exception.[详细]
2023-04-08 19:02 分类:问答NHibernate configuration to connect to Visual FoxPro 8.0?
Curious if anyone out there has ever connected NHibernate to Visual Foxpro 8.0?I\'m looking to hook into a legacy data store, and would prefer to use NHibernate vs. having to hand-cod开发者_C百科e all[详细]
2023-01-24 04:12 分类:问答Triggers in NHibernate
I\'d like to know if is there something like a Trigger (of databases) in NHibernate开发者_如何学运维 that I canuse per entity ?[详细]
2022-12-31 17:02 分类:问答How to set default access to field.camelcase-underscore using Fluent NHibernate?
would like to set this convention up global开发者_JS百科ly if possible.You need a convention, of which there are some shortcuts for the common scenarios. Specifically, there\'s a DefaultAccess shortcu[详细]
2022-12-19 03:59 分类:问答How can I use the NHibernate Configuration class with Fluent NHibernate
I want to be flexible even after deploying my code so I like to use the hibe开发者_运维技巧rnate.cfg.xml file for configuring NHibernate. Now, I am planning to use Fluent NHibernate to do all my Class[详细]
2022-12-12 12:23 分类:问答NHibernate Configuration in web.config - use existing connectionstring
I have my NHibern开发者_高级运维ate configuration successfully set up in my web.config file.However, I am also using ASP.NET Membership which requires a connectionstring to be defined in the connectio[详细]
2022-12-11 11:56 分类:问答