Hi,

I made a number of changes to the documentation 
(https://github.com/nhibernate/nhibernate.github.io/commit/6c57993806ca8cd67da0e6d45298794ac5b6833c):

- Updated list of interfaces that can be used in collection declarations;

- All collections made generic;

- Removed references to Iesi collections;

- Replaced ISession.Enumerable method for CreateQuery + List, except where 
Enumerable was required, because of a GetEnumerator call;

- Added reference to default_flush_mode;

- Added reference to query.linq_provider_class;

- Removed references to proxyfactory.factory_class;

- Added reference to MsSql2012Dialect, MsSqlAzure2008Dialect and 
MsSqlCe40Dialect;

- Replaced obsolete ISession.Load(Type, id) for strongly typed 
ISession.Load<T>(id);

- Replaced System.out.println for System.Console.WriteLine;

- Removed reference to version 2.0 of NHibernate.Mapping.Attributes;

- Various minor corrections.


Can someone please go through my changes?


Thanks,


RP

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"nhibernate-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to