自主翻譯_cache對象簡介(二)

Introduction to cache objectcache對象簡介】

         This manual describes the various aspects of cache objects.You may also find the cache web applications Tutorial to be a useful introduction to the topic.

         這本手冊描述了cache object的各個方面.你也可以找cache web 應用指南的相關主題介紹.

         Cache object technologies give application developers the means to easily create high performance,object-based,database applications.

         Cache技術給開發者提供了非常簡單的去創建高性能、面向對象的數據庫應用程序.

The features of cache objects include:

 Cache包含以下特點:

A powerful object model that includes  inheritance,properties,methods,collection,relationship,

user-defined data types and streams.

 一個好的對象模型包含繼承,屬性,方法,鏈接,關聯關係,用戶自定義類和數據流.

A flexible object persistence mechanism that allows objects to be stored within the native cache database as well as external relational databases.

一個靈活的持久化對象機制允許對象存儲在本地的cache數據庫也可以是外部關聯的數據庫

Control over the database aspects of persistent classes including indices,constraints,and referential integrity.

數據庫控制持久化類包含索引、約束和參照完整性.

An easy-to-use transaction and concurrency model that includes the ability to load objects by navigation-simply referring to an object can “swizzle” it into memory from the database.

一個簡單的事務和併發模型包含加載對象的能力僅僅指的是一個對象可以“狂飲”它從數據庫到內存中.

Automatic integration with cache sql via the cache unified data architecture.

動態集成cache sql通過cache統一數據架構

Interoperability with java,C++,and activeX

可交互作有java.C++activeX

Automatic xml support

自動xml支持

A powerful ,multi-user object development environment:cache studio

一個完美、多用戶的對象開發環境:cache studio【工具名稱】

You can use cache objects in many ways includeing:

我可以使用cache 對象的許多方面如下:

To define the database and/or business components of a transaction processing application.

去定義一個數據庫和/或業務組件的事務處理應用程序。

To create a web-base user interface using cache server pages.

創建一個基於web的頁面用csp【業務中簡稱】

To define object-based stored procedures that are callable from ODBC or JDBC

定義基本對象存儲驅動程序可是用ODBCJDBC.

To provide object/relational access to legacy applications

提供對象/關聯鏈接到傳統應用程序

 以上翻譯爲本人學習時所有,翻譯有誤請諒解

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章