forked from nhibernate/nhibernate-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
108 lines (105 loc) · 3.43 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<html>
<head>
<title>NHibernate.org - Welcome</title>
</head>
<body>
<h1>Welcome to NHibernate!</h1>
<hr>
<p>
<a href="http://www.nhibernate.org/">NHibernate</a> is a .NET based object persistence library for relational databases.
NHibernate is a port of the excellent Java <a href="http://www.hibernate.org/">Hibernate</a>
relational persistence tool.
</p>
<p>
You can find tutorials and samples in the <a href="http://www.hibernate.org/365.html">NHibernate Resources</a>.
</p>
<h2>Latest Version</h2>
<p>
Details of the latest version of NHibernate can be found on SourceForge at
<a href="http://sourceforge.net/projects/nhibernate/">http://sourceforge.net/projects/nhibernate/</a>.
</p>
<h2>Documentation</h2>
<p>
All available resources on NHibernate can be found online:
<a href="http://www.hibernate.org/22.html#A17">http://www.hibernate.org/22.html#A17</a>.
</p>
<p>
The API documentation is in MSDN format; thanks to <a href="http://sourceforge.net/projects/ndoc/">NDoc</a>.
</p>
<p>
The help can also be integrated into Visual Studio.NET using the following steps:
</p>
<ul>
<li>
Download and install H2Reg from <a href="http://helpware.net/mshelp2/h2reg.htm">http://helpware.net/mshelp2/h2reg.htm</a>
</li>
<li>
Copy H2Reg.exe and H2Reg.ini from the H2Reg installation folder (typically C:\Program Files\HelpWare\H2Reg) to
the NHibernate Help2 folder (e.g. C:\NHibernate\doc\en\Help2).
</li>
<li>
Register the help collection from the command line using the following command from the NHibernate Help2 folder.
</li>
</ul>
<blockquote>
<code>
H2Reg -r CmdFile=NHibernateCollection.ini
</code>
</blockquote>
<ul dir="ltr">
<li>
If you need to unregister the help collection, the command is as follows:
</li>
</ul>
<blockquote>
<code>
H2Reg -u CmdFile=NHibernateCollection.ini
</code>
</blockquote>
<p>
The reference documentation for NHibernate can be found at
<a href="http://www.hibernate.org/hib_docs/nhibernate/html/">http://www.hibernate.org/hib_docs/nhibernate/html/</a>.
</p>
<h2>Bug Reports</h2>
<p>
As we mentioned before, this software is still being developed. If you find any bugs please use
the <a href="http://jira.nhibernate.org/">JIRA bug tracker</a>.
</p>
<h2>Licenses</h2>
<p>
This software is distributed under the terms of the FSF Lesser GNU Public License (see lgpl.txt).
</p>
<p>
This product uses software developed by the Apache Software Foundation (http://www.apache.org/).
</p>
<ul>
<li>log4net</li>
</ul>
<p>
This product uses software copyrighted by DigitalCraftsmen
(http://www.digitalcraftsmen.com.br) that is Licensed under the Apache License,
Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
</p>
<ul>
<li>Castle.DynamicProxy</li>
</ul>
<p>
This product includes source code derived from a sample written by Mattias Sjogren.
</p>
<ul>
<li>
HashCodeProvider - original code can be found at <a href="http://www.msjogren.net/dotnet/eng/samples/misc.asp">
http://www.msjogren.net/dotnet/eng/samples/misc.asp</a>
</li>
</ul>
<p>
This product includes source code from an article written by Jason Smith.
</p>
<ul>
<li>
Iesi.Collections - original code can be found at <a href="http://www.codeproject.com/csharp/sets.asp">
Add Support for "Set" Collections to .NET</a>
</li>
</ul>
</body>
</html>