castle-activerecord
NHibernate.QueryException ActiveRecord
[ActiveRecord] public class Category { private int _id; private string _name; private Category _category; [PrimaryKey(PrimaryKeyType.HiLo, \"id\", Params = \"max_lo=9\")][详细]
2023-01-27 01:27 分类:问答Is it possible to use NHibernate 3 with current release of Castle ActiveRecord?
I need to use new LINQ provider in NHibernate 3.0 us开发者_开发百科ing Castle ActiveRecord. How it possible. Can I simply replace NHibernate 3.0 assembly with that one that comes with Castle ActiveRec[详细]
2023-01-26 08:05 分类:问答Linq-to-NHibernate subquery error: Unhandled expression type 1000
When I use a subquery like this in Linq-to-NHibernate I got error \"Unhanded expression type 1000\". This link contains same problem but does not provide any proper solution.[详细]
2023-01-25 23:18 分类:问答Detaching Rhino.Commons from a project
I have a project which uses Rhino.ActiveRecord\'s ARRepository, unfortunatly the project is no longer maintained and both of NHibernate\'s and ActiveRecord\'s versions are very old and we really need[详细]
2023-01-23 17:15 分类:问答Manually managing a join table in Castle ActiveRecord
I have two connected classes defined like this: [ActiveRecord] public class Store : ActiveRecordBase<Store> {[详细]
2023-01-21 15:23 分类:问答How do you optimize Castle ActiveRecord calls
How do you optimize ActiveRecord calls in your ASP.NET MVC 2 web applications ? I\'m sitting in front of my project and all is fine until I start to fill in data. Like a lot of projects I have a data[详细]
2023-01-21 07:36 分类:问答Auxiliary Database Objects with Castle ActiveRecord
I know it\'s possible to run extra DDL scripts with NHibernate. For example triggers or indexes. This feature is NHibernate is named \"Auxiliary Database Objects\".[详细]
2023-01-19 15:04 分类:问答Timeout exception when using NHibernate TransactionScope
This is continuation of Timeout exception when timeout set to infinite time (and I also see unanswered SqlConnection and TransactionScope Timeout question).[详细]
2023-01-18 20:33 分类:问答Not-found="ignore" behaviour in Castle Activerecord
Is it possible to implement the \'not-found=\"ignore\"\' behaviour of NHibernate on a key mapping when using Castle Activerecord?[详细]
2023-01-18 18:35 分类:问答What is NHibernate session exactly?
It\'s a long time开发者_如何学运维 I\'m working with NHibernate session through frameworks like Castle ActiveRecord but never understood what is a session exactly and how should manipulate. Can anybod[详细]
2023-01-18 09:05 分类:问答