I\'m trying to join a table to retreive and set a property on a POCO. Here\'s the scenario... *NOTE - An application can belong to many user sessions.
I\'m upgrading an old NHibernate 1.2 solution I\'ve taken over to NHib 3.1. We\'re having problems with persisting a parent child relationship. Which gives us this error:
I have an interface and a class which implements this interface. public interface IPhase { string Description { get; set; }
I have an existing NHibernate 2.1.2.4000 mapping that uses the mapping syntax: <database-object>
I have a one-many relation: Object ReportCategory: Table("RCA_REPORT_CATEGORY"); Id(r => r.Id, "RCA_ID");
I have an NHibernate mapping for a class called MediaStyle which includes this mapping: <bag name=\"EngineSteps\" table=\"core.MediaStyleMediaPrintEngineStepAssoc\" order-by=\"Sequence\" lazy=\"tr
I have a class mapped with NHibernate and I\'m trying to use a custom sql-query for loading. Special thing is that it uses a composite-id but I would expect that that\'s not a problem here.
see detailed description of my N+1 queries when performing a criteria.list with a join to another joined entity.
I have read few good articles about NHibernate localization but nothing seems to fit this scenario very well. Our DB stores localized info with the following pattern:
Hi I would like to know how i can change manually change the default sql command to delete an object in the nhibernate mapping file.