castle-activerecord
HQL Query - Castle Active Record - Outer Joins
I am trying to grab data from the DB of a particular table, where there is either no join to a another table, or there is but it isn\'t the right Data.[详细]
2023-03-15 19:07 分类:问答How to query entities from unrelated tables in one batch
I would like to query to different Tables, say apples and cars, which have no relationship so that active record goes only once to the database.[详细]
2023-03-14 03:17 分类:问答Castle ActiveRecord - SessionScopeWebModule
Now and again im getting the following error \"Seems that the framework isn\'t configured properly. (isWeb != true and SessionScopeWebModule is in use) Check the documentation for further information\[详细]
2023-03-09 05:46 分类:问答Castle ActiveRecord - Issue With Setter
Ok, so im starting a new project and decided to use a ORM tool (as im so bored with writing it manually)[详细]
2023-03-08 23:10 分类:问答Castle ActiveRecord - can I use the SQL Server 2008 "time" data type?
I\'m working on a project where I need to track times, such as \"2:开发者_如何转开发15 PM\" without dates.I\'m using Castle ActiveRecord.Is there a way I can specify using the Castle attributes that I[详细]
2023-03-07 16:07 分类:问答ActiveRecordValidationBase<T> not throwing ActiveRecordValidationException on Save. Model invalid
Unsolved problem....ActiveRecordValidationBasedoes not throw ActiveRecordValidationException on Save (Update, as well )...[详细]
2023-03-07 07:12 分类:问答Approaches to making changes to Production systems using Castle ActiveRecord
I\'ve watched a few demos of Castle ActiveRecord and love how quickly you can build up a prototype application but am concerned about how useful it would be once you have your production system runnin[详细]
2023-03-07 03:26 分类:问答SqlDateTime overflow - Castle project ActiveRecord and SqlServer 2008
I\'m using Castle project ActiveRecord and SqlServer 2008 I wanna do this : ActiveRecordMediator<Question>.FindAll();[详细]
2023-03-06 11:27 分类:问答ActiveRecord (NHibernate) Eager Loading Bug?
I have two classes: File, Applicant and I\'m using ActiveRecord 3.0 RC (NHibernate 3.1.0.4000). File [ActiveRecord(\"`File`\", Lazy = true)][详细]
2023-03-06 10:29 分类:问答Selecting an entity with multiple child entities
Using Active Record/NHibernate, I\'m trying to select an entity (Site) which has multiple child collections.[详细]
2023-03-06 06:31 分类:问答