Site foundations: Widgets and CRUD
站点基础:小部件和CRUD
Db (crud) and view update functions.
db (crud)和视图更新函数。
Db (crud) and view refresh functions.
db (crud)与视图刷新函数。
Create-read-update-delete (CRUD) profile.
创建、读取、更新、删除(CRUD)概要。
Basic CRUD operations with XML data types.
XML数据类型的基本CRUD操作。
SQL generation for basic entity CRUD operations
用于基本实体CRUD操作的SQL生成
Creation, update, and deletion (CRUD) of objects.
对象的创建、更新和删除(CRUD)。
CRUD operations and a query language are provided.
它提供了CRUD操作和一种查询语言。
REST Web services perform CRUD operations on resources.
RESTWeb服务在资源上执行CRUD操作。
The foundation for a generic DAO is its CRUD operations.
泛型DAO的基础是其CRUD操作。
Let's look at the Web application in terms of CRUD operations.
让我们从CRUD操作的角度来分析这个Web应用程序。
This means we will modify the basic CRUD SQL statements for each database.
这意味着对于每种数据库,我们将修改基本的CRUDsql语句。
CRUD functionality isn't always at the top of the list when it comes to design.
对于设计来说,CRUD功能并不总是最重要的。
All CRUD operations are supported for creating, reading, updating, and deleting items.
对数据项的创建、读取、更新和删除的所有CRUD操作都被支持。
Services are for methods that go beyond simple CRUD operations on a single domain object.
服务是为在单一区域对象上超越简单CRUD操作的方法而准备的。
HTTP methods are mapped to CRUD (create, read, update and delete) actions for a resource.
HTTP方法映射到资源的CRUD(创建、读取、更新和删除)操作。
The basic REST design principle USES the HTTP protocol methods for typical CRUD operations.
REST的基本设计原则对典型CRUD操作使用HTTP协议方法。
They facilitate basic Create/Retrieve/Update/Delete (CRUD) operations on a single datatype.
它们简化了在单一数据类型上执行基本的创建/检索/更新/删除(Create/Retrieve/Update/Delete,CRUD)操作。
Although this scaffold has a 'standard' UI, it lets you try all CRUD operations on your tables.
尽管这个脚手架有一个“标准的”UI,它可以让您在数据表上进行所有的CRUD操作。
As stated earlier, it is recommended that you inspect the database between CRUD operations.
如前所述,建议您在各个CRUD操作之间查看数据库。
The second CRUD operation is read: the code simply needs to read widget records from the database.
第二个CRUD操作是读取,代码的作用是从数据库中读取小部件的记录。
This plug-in shows the implementation of one of the CRUD methods (3), just to illustrate the code.
此插件显示了CRUD方法之一(方法(3))的实现,仅为了说明代码。
You get sophisticated CRUD operations, execution of queries as well as specifications for free.
你可以自由的进行精确的CRUD操作、执行查询和规范等。
You have a full CRUD (create, read, update, delete) application at your fingertips to play around with.
您有一个完整的CRUD(创建、读取、更新、删除)应用程序可以使用。
The author goes on to describe how to mitigate the risk and issues but the solution still uses CRUD.
作者进而描述了如何规避该反模式的风险,但解决方案所使用的依然是CRUD。
The data object in these CRUD operations, ideally for this pattern, is a composite value object data object.
这些CRUD操作中的数据对象是组合值对象数据对象,特别适合此模式。
You will be able to populate the database tables with the CRUD application you will create in the next step.
您可以使用在下一步创建的CRUD应用程序来生成数据库数据表。
See the Usage Scenarios section for further details on working with both CRUD methods and data-logic methods.
有关使用CRUD方法和数据逻辑方法的详细信息,请参阅 使用场景部分。
For example, Create Read Update Delete (CRUD) data services may be too fine-grained and not business aligned.
例如,用于创建、读取、更新、删除(CRUD)数据的各项服务的粒度可能太小,无法与业务保持一致。
The service layer object will be treated as a stateless interface to which the CRUD operations can be delegated.
服务层对象将作为无状态的接口对待,CRUD操作可以委托给该接口。
应用推荐