随笔分类 -  Castle之ActiveRecord学习

学习之
摘要:the one is Blog: BlogCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4using Castle.ActiveRecord; 5using C... 阅读全文
posted @ 2007-04-03 10:28 南守拥 阅读(554) 评论(1) 推荐(0)
摘要:配置文件: 实体类:using System;using Castle.ActiveRecord;using NHibernate.Expression; namespace CastleLearning.OneTable{ [ActiveRecord("[User]")] public class User : ActiveRecordBase { ... 阅读全文
posted @ 2007-04-02 12:20 南守拥 阅读(319) 评论(0) 推荐(0)
摘要:An object that wraps a row in a database table or view, encapsulates the database access, and adds domain logic on that data. 一个对象封闭了数据和操作。... 阅读全文
posted @ 2007-03-30 15:46 南守拥 阅读(362) 评论(0) 推荐(0)