...
首页> 外文期刊>Dr. Dobb's Journal >Object-Relational Mapping in Java with SimpleORM
【24h】

Object-Relational Mapping in Java with SimpleORM

机译:Java中使用SimpleORM的对象关系映射

获取原文
获取原文并翻译 | 示例
   

获取外文期刊封面封底 >>

       

摘要

Object-relational mapping encom-passes a wide range of techniques and libraries for handling bi-directional serialization of runtime objects in an object-oriented system within a relational database. As is often the case with Java, a number of options are available, many of them open source. In this article, we examine a mature alternative named SimpleORM (http://www.sim-pleorm.org/), which was created and is maintained by Anthony Berglas. We have adopted SimpleORM as our primary database integration library for a number of reasons: SimpleORM acts as a direct conduit to the underlying JDBC data source. While there are internal caching mechanisms for performance reasons, there are no intermediate storage mechanisms visible to the user of the library. SimpleORM operations have the effect of acting directly on the underlying database. SimpleORM lives up to its name in terms of providing well-defined functionality in a small and clear package. The sim-pleorm.jar weighs in at 112 KB and has no dependencies. The implementation easily supports the web site's claims that it is a practical option for developers to step into the library code to diagnose and fix any issues they might have.
机译:对象关系映射包含广泛的技术和库,用于处理关系数据库内面向对象系统中运行时对象的双向序列化。与Java一样,有许多可用的选项,其中许多是开源的。在本文中,我们研究了一个名为SimpleORM(http://www.sim-pleorm.org/)的成熟替代方案,该替代方案由Anthony Berglas创建并维护。出于多种原因,我们采用SimpleORM作为主要数据库集成库:SimpleORM充当直接访问基础JDBC数据源的渠道。尽管出于性能原因有内部缓存机制,但是库用户看不到任何中间存储机制。 SimpleORM操作具有直接作用于基础数据库的作用。 SimpleORM不负众望,它以小巧而清晰的包装提供了定义明确的功能。 sim-pleorm.jar的大小为112 KB,没有依赖性。该实现很容易支持该网站的说法,即开发人员可以进入库代码来诊断和修复他们可能遇到的任何问题,这是一个实用的选择。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号