I\'m using Active Record with ActiveRecord Facility, and am trying to use a custom NHibernate query. Do I need to define a mapping for a class even though it extends ActiveRecordBase and has ActiveRec
I\'m a complete noob to NHibernate & ActiveRecord. What would you say is the best way to start using them productively - following the manuals step by step, or progress in small steps by actually
I am looking into migrate a large project to Entity Framework 4.0 but am not sure if it can handle my inheritance scenario.
I\'m trying to create a Criteria query to select objects that are related via an association table. Insurer * - 1 Insurer_Section 1 - * Section
I am trying to perform an hql query which returns a list of objects with distinct property value. Following is my pseudo code:
I have written an hql to support paging string hql = @\"select distinct mr from MediaResource as mr wheremr.Deleted= false
I\'d like one of my entities to have a one-to-one relationship with a class hierarchy. Think of it like a Strategy pattern, where each strategy needs different parameters to be persisted. I tried usin
I have implemented a search function using Castel Active Record. I thought the code is simple enough but I kept getting
I\'d like to model the following relationship. [JoinedBase] MasterForm{ Guid MasterFormId {get;set;} /* some base properties like modifiedBy etc... */
I\'m using ASP.NET MVC with Castle ActiveRecord as my persistance layer. I want to know if it\'s possible to show the SQL queries being executed on my MySQL server.