automapping
Fluent Hibernate Automapping issues in table definition (all indices not null)
Title: multiple class with same variable name list has issues in table definition (all indices not null)[详细]
2023-01-10 22:36 分类:问答How to override S#arp architecture automapping with HBM files?
I\'m facing problems with composite keys in S#arp architecture. Anyone have an example of ho开发者_如何学JAVAw to do that or how to use mapping files with automapping?have you check the FluentNhiberna[详细]
2023-01-09 12:35 分类:问答Eager Loading Using Fluent NHibernate/Nhibernate & Automapping
I have a requirement to load a complex object called Node...well its not that complex...it looks like follows:-[详细]
2023-01-05 07:32 分类:问答Using fluent-nhibernate is it possible to automap a Value Object(s) inside an Entity?
I\'m using Sharp Architecture and have a number of situations where Value Objects are used in an Entity. Here is an obvious simple example:[详细]
2023-01-04 13:05 分类:问答AutoMapping Custom Collections with FluentNHibernate
I am retrofitting a very large application to use NHibernate as it\'s data access strategy. Everything is going well with AutoMapping. Luckily when the domain layer was built, we used a code generator[详细]
2022-12-31 16:47 分类:问答How to make Fluent NHibernate ignore Dictionary properties
I\'m trying to make Fluent NHibernate\'s automapping ignore a Dictionary property on one of my classes, but Fluent is ignoring me instead. Ignoring other types of properties seems to work fine, but ev[详细]
2022-12-30 21:27 分类:问答Help making Fluent NHibernate create an oracle sequence for each table
I am using Fluent NHibernate\'s (1.0 RTM) automapping feature to create my oracle database schema. My iss开发者_运维知识库ue is that all the tables are using a single \"hibernate-sequence\", whereas I[详细]
2022-12-30 15:35 分类:问答nHibernate mapping for entity to multiple different parent entities (eg Addres -> Firm, Addres -> Client)
Can someone help me with the best way to map the following situation in fluent nHibernate? The Address class is used in both Client and Company. How can I store it most efficient in SQL? And what shou[详细]
2022-12-28 19:38 分类:问答Map derived class as an independent one with FNH's Automap
Basically, I have an ImageMetadata class and an Image class, which derives from ImageMetadata. Image adds one property: byte[] Content, which actually contains binary data.[详细]
2022-12-28 02:29 分类:问答What is the best way to provide an AutoMappingOverride for an interface in fluentnhibernate automapper
In my quest for a version-wide database filter for an application, I have written the following code:[详细]
2022-12-26 11:43 分类:问答