Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haf/castle.facilities.nhibernate
The NHibernate Facility supercedes NHibernateIntegration and integrates with the new Transaction support. Please read http://stackoverflow.com/questions/4010265/how-to-let-nhibernate-retry-deadlocked-transactions-when-using-session-per-reque before using, it will help you.
https://github.com/haf/castle.facilities.nhibernate
Last synced: 2 months ago
JSON representation
The NHibernate Facility supercedes NHibernateIntegration and integrates with the new Transaction support. Please read http://stackoverflow.com/questions/4010265/how-to-let-nhibernate-retry-deadlocked-transactions-when-using-session-per-reque before using, it will help you.
- Host: GitHub
- URL: https://github.com/haf/castle.facilities.nhibernate
- Owner: haf
- License: apache-2.0
- Created: 2011-04-18T07:44:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T14:05:04.000Z (over 8 years ago)
- Last Synced: 2024-11-01T13:42:16.332Z (2 months ago)
- Language: C#
- Homepage: https://github.com/haf/Castle.Facilities.NHibernate/wiki
- Size: 31.8 MB
- Stars: 15
- Watchers: 6
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Changelog: Changes.txt
- License: License.txt
Awesome Lists containing this project
README
# Castle NHibernate Facility
Code is currently in Beta stage. I think it's stable enough to use.
Currently compiles against NHibernate 4.0 + FluentNHibernate 2.0. Use the wiki for documentation.# How to build
1. Install Ruby 2.0
1. `gem install albacore -v 1` (version 2 has been released but is not supported (yet))
1. `gem install version_bumper`
1. `gem install bundler`
1. `bundle install`
1. `git clone https://[email protected]/haf/Castle.Facilities.NHibernate.git`
1. `cd "Castle.Facilities.NHibernate"`
1. `bundle exec rake`