fluent
Use fluent nhibernate to retrieve parent object
I have a one to many mapping. When I try to retrieve the parent object the child object also comes up even if I stop lazy loading in mapping. I want to get onl开发者_运维问答y the parent object and no[详细]
2023-03-23 17:22 分类:问答NHibernate ReferencesAny pulling back the wrong type
I\'ve got a table called AdministratorPrivilages that has the following fields: ID List item MemberId Value[详细]
2023-03-22 06:54 分类:问答Must a "fluent" (or chainable) method be immutable?
Say I have a class with some properties and some methods for manipulating those properties: public class PersonModel[详细]
2023-03-20 17:48 分类:问答Fluent NHibernate - How to map a List<enum>?
I have a class and inside it, a string and a list of enumerators. public enum SomeEnum { Undefined=0, Enum1,[详细]
2023-03-20 03:24 分类:问答Setting up a recursive mapping with fluent for Entity Framework 4.1
How does one setup the mapping in fluent for this type?开发者_如何学C public class Topic { public int Id { get; set; }[详细]
2023-03-15 22:36 分类:问答custom sql functions with fluent nhibernate
How can I use some my SQL function with Fluent NHibernate? I have some SQL function, for example: CREATE FUNCTION [dbo].[TestFunction][详细]
2023-03-10 18:53 分类:问答Mapping classes from Assemblies which are stored in a Different Folder
I\'m trying to build an extensible application using MEF and fluent Nhibernate as ORM. It was working well until I decided to store the extension assemblies in a seperate fold开发者_JAVA技巧er[详细]
2023-03-10 01:30 分类:问答Fluent NHibernate Mapping help
I am getting the following error: Invalid index 3 for this OracleParameterCollection with Count=3 when i am attempting to insert a new column into a table.[详细]
2023-03-08 22:25 分类:问答Visitor Pattern versus LINQ-style fluent syntax for tree traversal API
I am considering refactoring an open source project, Afterthought, to make it more intuitive to use.The basic idea is that developers creating amendments in Afterthought will be amending a specific .N[详细]
2023-03-08 19:11 分类:问答Cascade not working as I expect
I\'m relatively new to configuring NHibernate and have run in to a problem. I have the following entities :[详细]
2023-03-06 18:47 分类:问答
加载中,请稍侯......