Fluent NHibernate Sequence Strategy with Oracle
The environment : Working with Oracle 10g. At the mapping files of the FNH on the ID column define the sequence to work with. This is a relevant sequence used…
Read moreLoading
The environment : Working with Oracle 10g. At the mapping files of the FNH on the ID column define the sequence to work with. This is a relevant sequence used…
Read moreFor a long time tried to find the solution for HasMany relationship not through ID property of the entity . Starting from Fluent NHibernate build 164 there is a way…
Read moreTo apply an svn patch (your_patch_file.patch) go to the root of your source directory, and place the patch there. (or you can specify the location of the patch with the…
Read moreMeans that you forgot to add some entity to your mapping assembly . Check out namespaces of your classes . Check out that all the classes are public.
Read more