fluent-nhibernate
Guid values in Oracle with fluentnhibernate
I\'ve only been using fluent nhibernate a few days and its been going fine until trying to deal with guid values and Oracle. I have read a good few posts on the subject but none that help me solve the[详细]
2023-04-02 20:24 分类:问答Ignore Base class with Sharp Architecture and Fluent NHibernate
Using Sharp Architecture 1.9 I have a base class that inherits from the Sharp Arch Entity class public class LineItem : EntityWithTypedId<Guid>[详细]
2023-04-02 15:42 分类:问答2nd level cache problem with join query
I want to use Second level Cache for my query with eager loading(query 开发者_高级运维is below wrote in 3 different ways, i use query cache). I have standard one to many association. I set entity cach[详细]
2023-04-02 11:37 分类:问答Fluent NHibernate: Version column should NOT be used for concurrency
Is there any way of telling fluent NHibernate not to use a column called [version] for concurrency checking?It seems to do this automagically if it finds a column called [version] - and in this case I[详细]
2023-04-02 00:42 分类:问答Fluent NHibernate: How to create circular one-to-one mapping?
public class AdminUser { publ开发者_如何学编程ic virtual int Id { get; set; } public virtual string UserName { get; set; }[详细]
2023-04-02 00:02 分类:问答NHibernate uni-directional associations
Playing around with Fluent NHibernate\'s Getting Started project. I tried to customize the example a bit, for a few reasons, among them elimination of circular reference for json serialization.[详细]
2023-04-01 21:24 分类:问答ArgumentOutOfRangeException Fluent NHibernate Export Mappings
First off, I am extremely new with using NHibernate and Fluent NHibernate so it\'s very likely that I\'m making a simple mistake. I jumped right into NHibernate over the last few days using Fluent NHi[详细]
2023-04-01 21:19 分类:问答Fluent NHibernate: What is AutoImport?
What does the AutoImport convention in Fluen NHibernate do (with options Always or Never)? I am having开发者_StackOverflow中文版 a really hard time with the documentation for Fluent NHibernate.For ex[详细]
2023-04-01 20:49 分类:问答nHibernate Cascade AllDeleteOrphan: Why is NH deleting each collection item individually
When I\'m clearing a childcollection like this table.Indizes.Clear(); session.Flush(); then NH generates a delete SQL for each item which was in the collection:[详细]
2023-04-01 17:11 分类:问答Retrieving large datasets using Fluent NHibernate
I\'m building a solution where I\'m retri开发者_高级运维eving large amounts of data from the database(5k to 10k records).Our existing data access layer uses Fluent NHibernate but I\'m \"scared\" that[详细]
2023-04-01 17:03 分类:问答