NHibernate Forge
The official new home for the NHibernate for .NET community
Sign in
|
Join
|
Help
Home
Blog
Wikis
Groups
Reference
Issue tracker
Source Code
General
How to
Patterns&Practices
Wikis
»
ProxyGenerators
»
FAQ
FAQ
Shortcuts
Home
RSS feed for page
Wiki Page Hierarchy
Introduction
FAQ
Pages
Introduction
FAQ
Tags
Architecture
Audit
Concurrency
Configuration
convention over configuration
Conversation
entity name
events
Filters
FluentNH
IIdentifierGenerator
Interceptor
IoC container
IUserType
lazy loading
listener
log
logging
Mapping
Mapping by code
Nhibernate
Nhibernate Documentation
property
query
Session
View more
Page Details
First published by:
Bill Pierce
on 09-23-2008
Last revision by:
Bill Pierce
on 10-08-2008
2
people found this article useful.
Article
Comments
(0)
History
(5)
100%
of people found this useful
FAQ
[Edit Tags]
What is NHibernate ProxyGenerators (NHPG)?
Please read the
Introduction
for complete details.
How can I start using NHPG right now?
Learn how to
Pre-Generate Lazy Loading Proxies
Is NHPG compatible with my NHibernate application?
NHPG currently requires
NHibernate 2.0.1 GA
(2.0.1.4001).
Please note
: The version of Castle.Core distributed with NHibernate is not marked with
Allow Partially Trusted Callers
(APTC). This can cause issues when attempting to use it in a Medium Trust environment. NHPG includes a build of Castle.Core with APTC and this will hopefully be resolved with the Castle Project.
Does NHPG depend on Castle ActiveRecord?
No. The pre-cursor to NHPG had a dependency on Castle ActiveRecord. This is no longer the case and NHPG will work without ActiveRecord assemblies.
Can NHPG generate proxies for my Castle ActiveRecord assemblies?
Yes. Learn how to
Pre-Generate Lazy Loading Proxies
for ActiveRecord.
Please note:
The trunk Castle ActiveRecordis not marked with
Allow Partially Trusted Callers
(APTC) it is also built with NHibernate v2.0.0 Beta.NHPG includes a build of Castle ActiveRecord with APTC and NHibernate v2.0.1 GA. This will hopefully be resolved with the Castle Project.
I have NHibernate class mappings in multiple assemblies. Can I still use NHPG?
Yes. Learn how to
Pre-Generate Lazy Loading Proxies
with multiple class mapping assemblies.
I have an infrequently asked question, how do I get an answer?
Please submit your question to the
NHibernate Users
group.
Where do I report bugs and feature requests?
Please submit your issues to the
NHPG Jira
.
Recent Comments
Leave the first comment for this page.
View All