翻訳と辞書
Words near each other
・ Object-oriented programming
・ Object-Oriented Software Construction
・ Object-oriented software engineering
・ Object-Oriented Turing
・ Object-oriented user interface
・ Object-PL/SQL
・ Object-relational database
・ Object-relational impedance mismatch
・ Object-relational mapping
・ Object-role modeling
・ Object-Z
・ ObjectARX
・ ObjectBroker
・ ObjectCenter
・ ObjectDatabase++
ObjectDB
・ ObjectDock
・ Objecteering
・ ObjectiF
・ Objectif et action Mutualistes
・ Objectif Exhibitions
・ Objectification
・ Objectified
・ Objectifs
・ ObjecTime
・ ObjecTime Developer
・ Objection
・ Objection (argument)
・ Objection (law)
・ Objection (Tango)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

ObjectDB : ウィキペディア英語版
ObjectDB

ObjectDB is an object database for Java. It can be used in client-server mode and in embedded (in process) mode.
Unlike other object databases, ObjectDB does not provide its own proprietary API. Accordingly, working with ObjectDB requires using one of the two standard Java APIs - JPA or JDO. Both APIs are built-in in ObjectDB,〔http://www.objectdb.com/〕〔http://stackoverflow.com/questions/5291950/is-objectdb-production-ready〕 so an intermediate ORM software is not needed.〔http://www.javabeat.net/2011/02/create-applications-using-objectdb-and-jpa-in-netbeans〕〔http://www.jpab.org〕
==Features==
ObjectDB is a cross platform software and can be used on various operating systems with Java SE 5 or higher. It can be integrated into Java EE and Spring web applications and deployed on servlet containers (Tomcat, Jetty) as well as on Java EE application servers (GlassFish, JBoss).〔http://www.objectdb.com/tutorial〕〔http://www.developer.com/java/web/integrate-objectdb-into-your-jpa-based-java-web-app.html〕 It was tested on various JVMs, including HotSpot, JRockit and IBM J9.〔http://www.objectdb.com/object/db/database/features〕
The maximum database size is 128 TB (131,072 GB). The number of objects in a database is unlimited (except by the database size).〔
All the persistable types of JPA and JDO are supported by ObjectDB, including user defined entity classes, user defined embeddable classes, standard Java collections, basic data types (primitive values, wrapper values, String, Date, Time, Timestamp) and any other serializable classes.〔
Every object in the database has a unique ID. ObjectDB supports both traditional object database IDs, as well as RDBMS like primary keys, including composite primary keys and auto value generation and assignment,〔 as part of its support of JPA, which is mainly an API for RDBMS.
Two query languages are supported. The JDO Query Language (JDOQL), which is based on Java syntax, and the JPA Query Language (JPQL), which is based on SQL syntax. JPA 2 criteria queries are also supported.〔
ObjectDB automatic schema evolution handles most changes to classes transparently, including adding and removing of persistent fields, changing types of persistent fields, and modifying class hierarchy. Renaming persistable classes and persistent fields is also supported.〔

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「ObjectDB」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.