I have to construct NHibernate Session from multiple SessionFactory based on a property inside Message, I think I could use IMessageModule to handle the begin o开发者_运维问答f message processing but
The class: public class SOPProcess : ISOPProcess { public virtual Guid Id { get; set; } public virtual SOP SOP { get; set; }
I have the following configuration file in a application console: <?xml version=\"1.0\"?> <configuration>
I think it\'s a little bit ridiculous to ask that in an interview. But if the interviewer ask ... need to answer.
We want to use NHibernate as our persistence layer in our application. We are also using Fluent NHibernate for the mappings.
I\'ve only been using fluent nhibernate a few days and its been going fine until trying to deal with guid values and Oracle. I have read a good few posts on the subject but none that help me solve the
Using Sharp Architecture 1.9 I have a base class that inherits from the Sharp Arch Entity class public class LineItem : EntityWithTypedId<Guid>
I am very new to NHibernate, and I would like to start development using this great technology. Below is my table relation ship:
I am looking for resources on the web that discuss the implementation of these three tools. Can anyone help me?
I want to use Second level Cache for my query with eager loading(query 开发者_高级运维is below wrote in 3 different ways, i use query cache). I have standard one to many association. I set entity cach