Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`