摘要
在软件开发中,对象关系映射主要用来解决对象模型到关系模型的映射问题。目前对于这个问题的解决大多是一种纯对象关系映射的实现,文中分析了这种纯对象关系映射机制所存在的不足,并针对这些不足,给出了一个半自动对象关系映射的实现。通过使用该系统,应用程序开发人员能够以一种面向对象的方式来进行对象在关系数据库中的存取,从而极大地提高了开发效率和应用程序的可维护和可扩展性。
Object relation mapping solves the problero of mapping between object model and relation modcl. Currently, most of the solution is pure object relation mapping. Analyzes the deficiency of the meehanism of pure object relatioin mapping in order to overcome the efficiency. Provides a semiautomatic implementation of object relation mapping. The developer can take an object - oriented method reading object from RDBMS and writing object to RDBMS via this system, end enhances the development efficiency and robusmess of application program greatly.
出处
《计算机技术与发展》
2007年第3期88-90,94,共4页
Computer Technology and Development
关键词
对象关系映射
持久化
对象模型
关系模型
object relation mapping
persistence
object model lrelation ,pdel