Object-oriented data bank access method and system
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- KINGDEE SOFTWARE(CHINA) CO LTD
- Publication Date
- 2007-08-22
Smart Images
Figure 1 Figure 2
Abstract
Description
technical field
[0001] The invention relates to database access technology, in particular to an object-oriented database access method and system. Background technique
[0002] Object Relationship Mapping (ORMapping for short) is a technology that maps a database table to a class in an object-oriented system, and each record in the table corresponds to a specific object of the class. Through this technology, an object-oriented approach can be used in the process of software development to deal with database-related parts, such as adding, modifying, and deleting records.
[0003] Object-oriented databases organize data into objects, objects can have attributes, and each attribute is also an object. In ORMapping technology, SQL (Structured Query Language, Structured Query Language) statements for database access operations will be generated according to requests (generally divided into operations such as adding records, deleting records, and querying records). The process of...