Active Record pattern的意思|示意

美 / / 英 / /

活动记录模式


Active Record pattern的网络常见释义

记录模式 原著介绍装饰器模式 ( Decorator Pattern ) 活跃记录模式 (Active Record Pattern) ..

Active Record pattern相关例句

You use the active record pattern to wrap relational database persistence methods in domain classes.

活动记录模式则可用来在域类内包装关系数据库持久性方法。

Next, create the classes in your app that will use the active record pattern to model a database table.

接下来,创建在应用程序,将使用该活动记录模式模型数据库表中的类。

In this case, we will follow the Active Record pattern and wrap a database row with a class capable of all database operations. Its code is shown below.

在本例中,我们将遵循active Record模式并用能够执行所有数据库操作的类封装数据库行。

Let's take at look at a simple (and partial) implementation of the active record design pattern.

让我们先来看看活动记录设计模式的一个简单的部分实现。

A cool feature often provided in active record design pattern implementations is dynamic finder methods.

活动记录设计模式实现内经常提供的一个很棒的特性是动态finder方法。