The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
1k views

How to configure NHibernate's Second Level Cache in NHibernate >= 3.2?

Before upgrading to NHibernate 3.2, I used the following code for Fluent NHibernate: OracleClientConfiguration configurer = (OracleClientConfiguration.Oracle10.ShowSql().ConnectionString(c => ...