https://github.com/tkellogg/nhibernate3-withproxyhooks
A fork of the NHibernate 3.0 release with hooks added into NHibernate.ByteCode.Castle to add extra interfaces and mixins to generated proxies
https://github.com/tkellogg/nhibernate3-withproxyhooks
Last synced: about 2 months ago
JSON representation
A fork of the NHibernate 3.0 release with hooks added into NHibernate.ByteCode.Castle to add extra interfaces and mixins to generated proxies
- Host: GitHub
- URL: https://github.com/tkellogg/nhibernate3-withproxyhooks
- Owner: tkellogg
- Created: 2011-02-22T23:23:47.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-28T18:39:08.000Z (over 15 years ago)
- Last Synced: 2025-03-23T03:24:23.043Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 5.61 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.html
Awesome Lists containing this project
README
NHibernate.org - Welcome
Welcome to NHibernate!
NHibernate is a .NET based object persistence library for relational databases.
NHibernate is a port of the excellent Java Hibernate
relational persistence tool.
You can find tutorials and samples in the NHibernate community site
wiki and blog.
Latest Version
Details of the latest version of NHibernate can be found on SourceForge at
http://sourceforge.net/projects/nhibernate/.
Documentation
All available resources on NHibernate can be found online:
NHibernate deep grok.
The reference documentation for NHibernate is available on-line on the website.
Bug Reports
If you find any bugs please use the JIRA bug tracker.
Licenses
This software is distributed under the terms of the FSF Lesser GNU Public License (see lgpl.txt).
This product uses software developed by the Apache Software Foundation (http://www.apache.org/).
- log4net
This product includes source code from an article written by Jason Smith.
-
Iesi.Collections - original code can be found at
Add Support for "Set" Collections to .NET