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.
Are there a开发者_高级运维ny tools or clever methods for me to I visualize the contents of NHibernation hbm.xml 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
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
I\'m trying to do Table per subclass: using a discriminator using NHibernate.Mapping.Attributes. The hbm should look like this:
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
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
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
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:
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.