nhibernate 2.1.2.4000 → 3.0.0.1002alpha2
Sign up to get free protection for your applications and to get access to all the features.
- data/docs/Configuration_Templates/SQLite.cfg.xml +1 -1
- data/docs/LinFu.License.txt +1 -1
- data/docs/nhibernate-configuration.xsd +12 -1
- data/docs/nhibernate-mapping.xsd +7 -6
- data/docs/releasenotes.txt +147 -39
- data/lib/Iesi.Collections.dll +0 -0
- data/lib/Iesi.Collections.pdb +0 -0
- data/lib/{Required_Bins/Iesi.Collections.xml → Iesi.Collections.xml} +0 -0
- data/lib/NHibernate.dll +0 -0
- data/lib/NHibernate.pdb +0 -0
- data/lib/{Required_Bins/NHibernate.xml → NHibernate.xml} +2413 -572
- data/lib/Remotion.Data.Linq.dll +0 -0
- data/lib/Required_For_LazyLoading/Castle/NHibernate.ByteCode.Castle.dll +0 -0
- data/lib/Required_For_LazyLoading/Castle/NHibernate.ByteCode.Castle.pdb +0 -0
- data/lib/Required_For_LazyLoading/Choose_Only_One.txt +1 -1
- data/lib/Required_For_LazyLoading/LinFu/LinFu.DynamicProxy.dll +0 -0
- data/lib/Required_For_LazyLoading/LinFu/LinFu.License.txt +167 -0
- data/lib/Required_For_LazyLoading/LinFu/NHibernate.ByteCode.LinFu.dll +0 -0
- data/lib/Required_For_LazyLoading/LinFu/NHibernate.ByteCode.LinFu.pdb +0 -0
- data/lib/Required_For_LazyLoading/Spring/NHibernate.ByteCode.Spring.dll +0 -0
- data/lib/Required_For_LazyLoading/Spring/NHibernate.ByteCode.Spring.pdb +0 -0
- data/lib/Required_For_LazyLoading/Spring/antlr.runtime.dll +0 -0
- metadata +48 -25
- data/lib/Required_Bins/Antlr3.Runtime.dll +0 -0
- data/lib/Required_Bins/Iesi.Collections.dll +0 -0
- data/lib/Required_Bins/NHibernate.Linq.dll +0 -0
- data/lib/Required_Bins/NHibernate.Linq.pdb +0 -0
- data/lib/Required_Bins/NHibernate.dll +0 -0
Binary file
|
Binary file
|
Binary file
|
@@ -1,2 +1,2 @@
|
|
1
1
|
You don't need all assemblies contained in this folder.
|
2
|
-
Choose only one system between available.
|
2
|
+
Choose only one system between available.
|
Binary file
|
@@ -0,0 +1,167 @@
|
|
1
|
+
The LinFu Library, (c) 2007-2009 Philip Laureano, is subject to the terms of the following license:
|
2
|
+
|
3
|
+
GNU LESSER GENERAL PUBLIC LICENSE
|
4
|
+
Version 3, 29 June 2007
|
5
|
+
|
6
|
+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
7
|
+
Everyone is permitted to copy and distribute verbatim copies
|
8
|
+
of this license document, but changing it is not allowed.
|
9
|
+
|
10
|
+
|
11
|
+
This version of the GNU Lesser General Public License incorporates
|
12
|
+
the terms and conditions of version 3 of the GNU General Public
|
13
|
+
License, supplemented by the additional permissions listed below.
|
14
|
+
|
15
|
+
0. Additional Definitions.
|
16
|
+
|
17
|
+
As used herein, "this License" refers to version 3 of the GNU Lesser
|
18
|
+
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
19
|
+
General Public License.
|
20
|
+
|
21
|
+
"The Library" refers to a covered work governed by this License,
|
22
|
+
other than an Application or a Combined Work as defined below.
|
23
|
+
|
24
|
+
An "Application" is any work that makes use of an interface provided
|
25
|
+
by the Library, but which is not otherwise based on the Library.
|
26
|
+
Defining a subclass of a class defined by the Library is deemed a mode
|
27
|
+
of using an interface provided by the Library.
|
28
|
+
|
29
|
+
A "Combined Work" is a work produced by combining or linking an
|
30
|
+
Application with the Library. The particular version of the Library
|
31
|
+
with which the Combined Work was made is also called the "Linked
|
32
|
+
Version".
|
33
|
+
|
34
|
+
The "Minimal Corresponding Source" for a Combined Work means the
|
35
|
+
Corresponding Source for the Combined Work, excluding any source code
|
36
|
+
for portions of the Combined Work that, considered in isolation, are
|
37
|
+
based on the Application, and not on the Linked Version.
|
38
|
+
|
39
|
+
The "Corresponding Application Code" for a Combined Work means the
|
40
|
+
object code and/or source code for the Application, including any data
|
41
|
+
and utility programs needed for reproducing the Combined Work from the
|
42
|
+
Application, but excluding the System Libraries of the Combined Work.
|
43
|
+
|
44
|
+
1. Exception to Section 3 of the GNU GPL.
|
45
|
+
|
46
|
+
You may convey a covered work under sections 3 and 4 of this License
|
47
|
+
without being bound by section 3 of the GNU GPL.
|
48
|
+
|
49
|
+
2. Conveying Modified Versions.
|
50
|
+
|
51
|
+
If you modify a copy of the Library, and, in your modifications, a
|
52
|
+
facility refers to a function or data to be supplied by an Application
|
53
|
+
that uses the facility (other than as an argument passed when the
|
54
|
+
facility is invoked), then you may convey a copy of the modified
|
55
|
+
version:
|
56
|
+
|
57
|
+
a) under this License, provided that you make a good faith effort to
|
58
|
+
ensure that, in the event an Application does not supply the
|
59
|
+
function or data, the facility still operates, and performs
|
60
|
+
whatever part of its purpose remains meaningful, or
|
61
|
+
|
62
|
+
b) under the GNU GPL, with none of the additional permissions of
|
63
|
+
this License applicable to that copy.
|
64
|
+
|
65
|
+
3. Object Code Incorporating Material from Library Header Files.
|
66
|
+
|
67
|
+
The object code form of an Application may incorporate material from
|
68
|
+
a header file that is part of the Library. You may convey such object
|
69
|
+
code under terms of your choice, provided that, if the incorporated
|
70
|
+
material is not limited to numerical parameters, data structure
|
71
|
+
layouts and accessors, or small macros, inline functions and templates
|
72
|
+
(ten or fewer lines in length), you do both of the following:
|
73
|
+
|
74
|
+
a) Give prominent notice with each copy of the object code that the
|
75
|
+
Library is used in it and that the Library and its use are
|
76
|
+
covered by this License.
|
77
|
+
|
78
|
+
b) Accompany the object code with a copy of the GNU GPL and this license
|
79
|
+
document.
|
80
|
+
|
81
|
+
4. Combined Works.
|
82
|
+
|
83
|
+
You may convey a Combined Work under terms of your choice that,
|
84
|
+
taken together, effectively do not restrict modification of the
|
85
|
+
portions of the Library contained in the Combined Work and reverse
|
86
|
+
engineering for debugging such modifications, if you also do each of
|
87
|
+
the following:
|
88
|
+
|
89
|
+
a) Give prominent notice with each copy of the Combined Work that
|
90
|
+
the Library is used in it and that the Library and its use are
|
91
|
+
covered by this License.
|
92
|
+
|
93
|
+
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
94
|
+
document.
|
95
|
+
|
96
|
+
c) For a Combined Work that displays copyright notices during
|
97
|
+
execution, include the copyright notice for the Library among
|
98
|
+
these notices, as well as a reference directing the user to the
|
99
|
+
copies of the GNU GPL and this license document.
|
100
|
+
|
101
|
+
d) Do one of the following:
|
102
|
+
|
103
|
+
0) Convey the Minimal Corresponding Source under the terms of this
|
104
|
+
License, and the Corresponding Application Code in a form
|
105
|
+
suitable for, and under terms that permit, the user to
|
106
|
+
recombine or relink the Application with a modified version of
|
107
|
+
the Linked Version to produce a modified Combined Work, in the
|
108
|
+
manner specified by section 6 of the GNU GPL for conveying
|
109
|
+
Corresponding Source.
|
110
|
+
|
111
|
+
1) Use a suitable shared library mechanism for linking with the
|
112
|
+
Library. A suitable mechanism is one that (a) uses at run time
|
113
|
+
a copy of the Library already present on the user's computer
|
114
|
+
system, and (b) will operate properly with a modified version
|
115
|
+
of the Library that is interface-compatible with the Linked
|
116
|
+
Version.
|
117
|
+
|
118
|
+
e) Provide Installation Information, but only if you would otherwise
|
119
|
+
be required to provide such information under section 6 of the
|
120
|
+
GNU GPL, and only to the extent that such information is
|
121
|
+
necessary to install and execute a modified version of the
|
122
|
+
Combined Work produced by recombining or relinking the
|
123
|
+
Application with a modified version of the Linked Version. (If
|
124
|
+
you use option 4d0, the Installation Information must accompany
|
125
|
+
the Minimal Corresponding Source and Corresponding Application
|
126
|
+
Code. If you use option 4d1, you must provide the Installation
|
127
|
+
Information in the manner specified by section 6 of the GNU GPL
|
128
|
+
for conveying Corresponding Source.)
|
129
|
+
|
130
|
+
5. Combined Libraries.
|
131
|
+
|
132
|
+
You may place library facilities that are a work based on the
|
133
|
+
Library side by side in a single library together with other library
|
134
|
+
facilities that are not Applications and are not covered by this
|
135
|
+
License, and convey such a combined library under terms of your
|
136
|
+
choice, if you do both of the following:
|
137
|
+
|
138
|
+
a) Accompany the combined library with a copy of the same work based
|
139
|
+
on the Library, uncombined with any other library facilities,
|
140
|
+
conveyed under the terms of this License.
|
141
|
+
|
142
|
+
b) Give prominent notice with the combined library that part of it
|
143
|
+
is a work based on the Library, and explaining where to find the
|
144
|
+
accompanying uncombined form of the same work.
|
145
|
+
|
146
|
+
6. Revised Versions of the GNU Lesser General Public License.
|
147
|
+
|
148
|
+
The Free Software Foundation may publish revised and/or new versions
|
149
|
+
of the GNU Lesser General Public License from time to time. Such new
|
150
|
+
versions will be similar in spirit to the present version, but may
|
151
|
+
differ in detail to address new problems or concerns.
|
152
|
+
|
153
|
+
Each version is given a distinguishing version number. If the
|
154
|
+
Library as you received it specifies that a certain numbered version
|
155
|
+
of the GNU Lesser General Public License "or any later version"
|
156
|
+
applies to it, you have the option of following the terms and
|
157
|
+
conditions either of that published version or of any later version
|
158
|
+
published by the Free Software Foundation. If the Library as you
|
159
|
+
received it does not specify a version number of the GNU Lesser
|
160
|
+
General Public License, you may choose any version of the GNU Lesser
|
161
|
+
General Public License ever published by the Free Software Foundation.
|
162
|
+
|
163
|
+
If the Library as you received it specifies that a proxy can decide
|
164
|
+
whether future versions of the GNU Lesser General Public License shall
|
165
|
+
apply, that proxy's public statement of acceptance of any version is
|
166
|
+
permanent authorization for you to choose that version for the
|
167
|
+
Library.
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nhibernate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 127422215
|
5
|
+
prerelease: true
|
6
6
|
segments:
|
7
|
-
-
|
8
|
-
-
|
9
|
-
-
|
10
|
-
-
|
11
|
-
version:
|
7
|
+
- 3
|
8
|
+
- 0
|
9
|
+
- 0
|
10
|
+
- 1002alpha2
|
11
|
+
version: 3.0.0.1002alpha2
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Fabio Maulo
|
@@ -25,7 +25,7 @@ autorequire:
|
|
25
25
|
bindir: bin
|
26
26
|
cert_chain: []
|
27
27
|
|
28
|
-
date: 2010-
|
28
|
+
date: 2010-08-27 00:00:00 -05:00
|
29
29
|
default_executable:
|
30
30
|
dependencies:
|
31
31
|
- !ruby/object:Gem::Dependency
|
@@ -36,13 +36,13 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - "="
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
hash:
|
39
|
+
hash: 79
|
40
40
|
segments:
|
41
41
|
- 1
|
42
|
-
-
|
42
|
+
- 2
|
43
43
|
- 0
|
44
44
|
- 0
|
45
|
-
version: 1.
|
45
|
+
version: 1.2.0.0
|
46
46
|
type: :runtime
|
47
47
|
version_requirements: *id001
|
48
48
|
- !ruby/object:Gem::Dependency
|
@@ -53,13 +53,13 @@ dependencies:
|
|
53
53
|
requirements:
|
54
54
|
- - "="
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
hash:
|
56
|
+
hash: 127
|
57
57
|
segments:
|
58
58
|
- 2
|
59
|
-
-
|
59
|
+
- 2
|
60
60
|
- 0
|
61
61
|
- 0
|
62
|
-
version: 2.
|
62
|
+
version: 2.2.0.0
|
63
63
|
type: :runtime
|
64
64
|
version_requirements: *id002
|
65
65
|
- !ruby/object:Gem::Dependency
|
@@ -79,6 +79,23 @@ dependencies:
|
|
79
79
|
version: 1.2.10.0
|
80
80
|
type: :runtime
|
81
81
|
version_requirements: *id003
|
82
|
+
- !ruby/object:Gem::Dependency
|
83
|
+
name: antlr-net
|
84
|
+
prerelease: false
|
85
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
86
|
+
none: false
|
87
|
+
requirements:
|
88
|
+
- - "="
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
hash: 84271
|
91
|
+
segments:
|
92
|
+
- 3
|
93
|
+
- 1
|
94
|
+
- 3
|
95
|
+
- 42154
|
96
|
+
version: 3.1.3.42154
|
97
|
+
type: :runtime
|
98
|
+
version_requirements: *id004
|
82
99
|
description: |
|
83
100
|
NHibernate is a mature, open source object-relational mapper for the .NET framework. It's actively developed , fully featured and used in thousands of successful projects.
|
84
101
|
|
@@ -90,22 +107,26 @@ extensions: []
|
|
90
107
|
extra_rdoc_files: []
|
91
108
|
|
92
109
|
files:
|
93
|
-
- lib/
|
94
|
-
- lib/
|
95
|
-
- lib/
|
96
|
-
- lib/
|
97
|
-
- lib/
|
98
|
-
- lib/
|
99
|
-
- lib/
|
110
|
+
- lib/Iesi.Collections.dll
|
111
|
+
- lib/Iesi.Collections.pdb
|
112
|
+
- lib/Iesi.Collections.xml
|
113
|
+
- lib/NHibernate.dll
|
114
|
+
- lib/NHibernate.pdb
|
115
|
+
- lib/NHibernate.xml
|
116
|
+
- lib/Remotion.Data.Linq.dll
|
100
117
|
- lib/Required_For_LazyLoading/Castle/NHibernate.ByteCode.Castle.dll
|
118
|
+
- lib/Required_For_LazyLoading/Castle/NHibernate.ByteCode.Castle.pdb
|
101
119
|
- lib/Required_For_LazyLoading/Castle/NHibernate.ByteCode.Castle.xml
|
102
120
|
- lib/Required_For_LazyLoading/Choose_Only_One.txt
|
103
121
|
- lib/Required_For_LazyLoading/LinFu/LinFu.DynamicProxy.dll
|
122
|
+
- lib/Required_For_LazyLoading/LinFu/LinFu.License.txt
|
104
123
|
- lib/Required_For_LazyLoading/LinFu/NHibernate.ByteCode.LinFu.dll
|
124
|
+
- lib/Required_For_LazyLoading/LinFu/NHibernate.ByteCode.LinFu.pdb
|
105
125
|
- lib/Required_For_LazyLoading/LinFu/NHibernate.ByteCode.LinFu.xml
|
106
126
|
- lib/Required_For_LazyLoading/Spring/antlr.runtime.dll
|
107
127
|
- lib/Required_For_LazyLoading/Spring/Common.Logging.dll
|
108
128
|
- lib/Required_For_LazyLoading/Spring/NHibernate.ByteCode.Spring.dll
|
129
|
+
- lib/Required_For_LazyLoading/Spring/NHibernate.ByteCode.Spring.pdb
|
109
130
|
- lib/Required_For_LazyLoading/Spring/NHibernate.ByteCode.Spring.xml
|
110
131
|
- lib/Required_For_LazyLoading/Spring/Spring.Aop.dll
|
111
132
|
- lib/Required_For_LazyLoading/Spring/Spring.Aop.xml
|
@@ -146,12 +167,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
146
167
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
147
168
|
none: false
|
148
169
|
requirements:
|
149
|
-
- - "
|
170
|
+
- - ">"
|
150
171
|
- !ruby/object:Gem::Version
|
151
|
-
hash:
|
172
|
+
hash: 25
|
152
173
|
segments:
|
153
|
-
-
|
154
|
-
|
174
|
+
- 1
|
175
|
+
- 3
|
176
|
+
- 1
|
177
|
+
version: 1.3.1
|
155
178
|
requirements: []
|
156
179
|
|
157
180
|
rubyforge_project: nhibernate
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|