active adj. 1.活动的,有活动力的;【生物学】活性的;【电学】有功的;【无线电】有源的;【物理学】放射性的。 2.有生气的,活泼的,灵敏的,敏捷的;主动的,能动的,积极的;有力的,勤勉的;【医学】有特效的。 3.现行的,活动中的;【军事】现役的。 an active demand 畅销。 an active volcano 活火山。 The market is active. 市场活跃。 active measures 积极手段。 on active service 【军事】现役,现役中的。 take an active part [interest] in 积极参加。 adv. -ly 活跃地;积极地,能动地;【语法】主动地。 n. -ness 活跃,积极性。
be active in 对…很积极; 活跃于; 积极参加; 积极于; 在......里活跃; 在……活跃
A java framework could possibly simulate some of what active record offers , but creating something like active record would be challenging , possibly breaking three existing java conventions Java框架应当也可以模拟活动记录提供的一些功能,但是创建像活动记录一样的东西可能是个挑战,可能会破坏三个现有的java约定:
Active record doesn t require a mapping file , as hibernate does ; in fact , a developer working with active record doesn t need to code getters or setters , or even the properties of the class 与hibernate一样, active record不需要映射文件;实际上,使用active record的开发人员不需要对getter或setter 、甚至类的属性进行编码。
Martin fowler describes an active record as " an object that wraps a row in a database table or view , encapsulates the database access , and adds domain logic on that data . " in rails , each domain object extends Martin fowler将active record描述为“包装数据库表或视图中数据行的对象,封装数据库访问,在数据上添加域逻辑” 。在rails中,每个域对象都将扩展提供crud操作的