hbm
NHibernate slow startup, conditional loading of HBMs and "Association references unmapped class"
Background We have several projects / applications running off the same model. They all have their own unique entities / tables, but also share 1 specific, common entity / table.[详细]
2023-01-16 02:15 分类:问答How to visualize NHibernate hbm.xml files
Are there a开发者_高级运维ny tools or clever methods for me to I visualize the contents of NHibernation hbm.xml files?[详细]
2023-01-11 05:19 分类:问答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 分类:问答How to export hbm xml files using s#arparchitecture with fluent mappings
This question was asked before but the answers all show how to export the hbm files from fluentnhibernate. We are using S#arpArchitecture which wraps fluent.I am able to export the schema but what I r[详细]
2023-01-08 22:39 分类:问答Doing table per subclass using a discriminator with NHibernate.Mapping.Attributes
I\'m trying to do Table per subclass: using a discriminator using NHibernate.Mapping.Attributes. The hbm should look like this:[详细]
2023-01-04 22:17 分类:问答Nhibernate One-to-one mapping issue with child object insert error
i\'ve being banging my head against the desk all day with the following Nhibernate problem. Each bank account has one (and only one) set of rates associated with it. The primary key of the bank accou[详细]
2022-12-30 04:27 分类:问答Changing the Hibernate 3 settings
I use Hibernate3 and Hibernate Tools 3.2.4 to generate hbm.xml and java files and I want to use List instead of HashSet(...). I\'ve tried to modify the hbm.xml files, putting list instead of set. Is t[详细]
2022-12-30 04:27 分类:问答Using nHibernate to map two different data models to one entity model
I have two different data models that map to the same Car entity. I needed to create a second entity called ParkedCar, which is identical to Car (and therefore inherits from it) in order to stop nhibe[详细]
2022-12-30 02:39 分类:问答Delete element from Set
I have 2 classes Tema(Homework) and Disciplina (course), where a Course has a Set of homeworks. In Hibernate i have map开发者_如何学Pythonped this to a one-to-manyassociations like this:[详细]
2022-12-26 04:09 分类:问答NHibernate stored procedure problem
I\'m having a hard time trying to get my stored procedure works with NHibernate. The data returned from the SP does not correspond to any database table.[详细]
2022-12-26 02:47 分类:问答