可以看出以上是一个标准得Config文件,一般由System.Configuration.ConfigurationSettings.GetConfig方法来读取.
蓝色部分才是真正配置NH的地方, 例子中我配置它使用SQL Server, 那些Key/Value的含义很好明白.
值得注意得是,配置文件得文件名很重要,通常对于一个EXE得Assembly来说,是AssemblyName.Config,不过对于Dll Assembly来,对应的配置文件为AssemblyName.dll.config 例如:
MyAssy.exe -> MyAssy.config
MyAssy.dll -> MyAssy.dll.config
我打算在我的monitoring.dll,一个用来监视性能东东中使用NH来持久化数据. 该类库包含了一个TestCase,由NUnit来调用
4.将要被持久化的对象, 即Business Object(BO)
using System.
namespace Argus.Monitoring
{
public class Monitor
{
//dbID &. DBID 是NH必须要求的主键
private int dbID.
public int DBID{set{dbID=value.}get{return dbID.}}
public string MonitorType {get{return "dummy monitor".}}
public double Value {get{return 12.34.}
public string Category{get{return "this is category".}}
public string Name{get{return "this is name".}}
public string Instance{get{return "this is instance".}}
public string Computer{get{return "this is computer".}}
}
}
这是一个被极度简化的类,省略了Member Method,甚至Property的set方法,因为我打算先试试Insert功能,然后再尝试Load功能
5. 写一个该BO对应的最简单的映射文件
相关文章
myecli e和struts2 ring hibernate混合编程
MyEcli e下struts2、 ring、hibernate整合
Lucene2.2发布:加入词条载荷、函数查询及性能提升
Nhibernate与代码生成器
NHibernate源代码浅读
考研专家提醒:想当推免生,得平时多下功夫
福州市预计8500人报名2008年研究生考试
考研报名占“座位”?考生切忌三心二意
哈工大首推新措施“规范”研究生导师工作
澳大利亚华人论坛
考好网
日本华人论坛
华人移民留学论坛
英国华人论坛