微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

OJB

程序名称:OJB

授权协议: Apache

操作系统: 跨平台

开发语言: Java

OJB 介绍

Apache ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that
allows transparent persistence for Java Objects against relational databases.

OJB supports multiple persistence APIs to provide users with their API of
choice:

  • A Persistencebroker API which serves as the OJB persistence kernel. The OTM-, ODMG- and JDO-implementations are built on top of this kernel.
    This API can also be used directly by applications that don’t need full
    fledged object level transactions. (See the Persistence Broker
    Tutorial
    for
    details.)

  • A full featured ODMG 3.0 compliant API. (See the ODMG Tutorial for an introduction.)

  • A JDO compliant API. We currently provide a plugin to the JDO Reference Implementation (RI). Combining the JDO RI and our plugin provides a JDO 1.0 compliant o/r solution.
    A full JDO implementation is scheduled for OJB 2.0. (See the JDO
    tutorial
    for an
    introduction to the JDO programming model.)

  • An Object Transaction Manager (OTM) layer that contains all features that JDO and ODMG have in common. (See the OTM tutorial for details).

OJB 官网

http://db.apache.org/ojb/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐