File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ int accessLevel = (int) permissions["accounts"]; // Error!]]></programlisting>
276
276
of persistent collections. However, a different mechanism is needed for lazy
277
277
behavior in single-ended associations. The target entity of the association must
278
278
be proxied. NHibernate implements lazy initializing proxies for persistent objects
279
- using runtime bytecode enhancement (via the excellent Castle.DynamicProxy library) .
279
+ using runtime bytecode enhancement.
280
280
</para >
281
281
282
282
<para >
Original file line number Diff line number Diff line change 165
165
No special interface has to be implemented for persistent classes nor do we have
166
166
to subclass from a special root persistent class. NHibernate also doesn't use any
167
167
build time processing, such as IL manipulation, it relies solely on
168
- .NET reflection and runtime class enhancement (through Castle.DynamicProxy library) .
168
+ .NET reflection and runtime class enhancement.
169
169
So, without any dependency in the POCO class on NHibernate, we can map it to
170
170
a database table.
171
171
</para >
You can’t perform that action at this time.
0 commit comments