Skip to content

Commit 9594b02

Browse files
committed
Doc: Remove obsolete mention of Castle.DynamicProxy.
1 parent ea32bc5 commit 9594b02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/reference/modules/performance.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ int accessLevel = (int) permissions["accounts"]; // Error!]]></programlisting>
276276
of persistent collections. However, a different mechanism is needed for lazy
277277
behavior in single-ended associations. The target entity of the association must
278278
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.
280280
</para>
281281

282282
<para>

doc/reference/modules/quickstart.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
No special interface has to be implemented for persistent classes nor do we have
166166
to subclass from a special root persistent class. NHibernate also doesn't use any
167167
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.
169169
So, without any dependency in the POCO class on NHibernate, we can map it to
170170
a database table.
171171
</para>

0 commit comments

Comments
 (0)