Internal Website Search
1-50 of 200 resultsObjectDB ForumAll about ObjectDB Forum in Java/JPA database - explanations, examples, references, links and related information. | |
ObjectDB Website - Terms and Conditions of Use one copy of the materials (information or software) on ObjectDB Software's web site for personal, non ... engineer any software contained on ObjectDB Software's web site; remove any copyright or other proprietary ... of these restrictions and may be terminated by ObjectDB Software at any time. Upon terminating your viewing | |
ObjectDB License Free License ObjectDB can be downloaded and used at no cost (including commercially)  ... . ObjectDB is a commercial software and using it without these restrictions requires purchasing a license . You are encouraged to test ObjectDB before purchasing a license. Server License ObjectDB 2.x | |
BIRT/ODA ObjectDB Driver The ObjectDB BIRT/ODA driver is an extension of the open source Business Intelligence and Reporting Tools (BIRT) that adds support of ObjectDB as a data source and JPQL as a data set query language. For step by step instructions on using BIRT with ObjectDB see the Report Generation | |
ObjectDB Object Database Features ObjectDB provides a rich set of features. Many features are implemented as part of ObjectDB's ... Databases are also supported by ObjectDB . The combination of Object Database features with Relational Database features brings you the best of both worlds. Capabilities & Scalability ObjectDB | |
ObjectDB License Agreement [ver. 2.0.4] and conditions - do not download, install or use the software. This agreement is between ObjectDB Software Ltd (" ObjectDB Software") and you ("The Customer"). The terms and conditions of this agreement ... . 1. ObjectDB Software grants the Customer a non-exclusive and non-transferable license for using | |
ObjectDB 2.9 Developer's Guide Welcome to ObjectDB for Java/JPA Developer's Guide. Here you can learn how to develop database applications using ObjectDB and JPA (Java Persistence API). The main purpose of this guide is to make you productive with ObjectDB and JPA in a short time. Guide Structure This manual is divided into | |
ObjectDB - JPA Object Database for Java it is the bottleneck in most applications. ObjectDB is extremely fast and much faster than any other JPA ... , and even add their own overhead. ObjectDB supports direct storage of graphs of objects ... productivity. ObjectDB is the most productive software for developing Java database applications | |
Is ObjectDB better than competing object databases?: ObjectDB is unique in supporting the standard APIs. It is the only object database with built in ... , supporting community, forums, IDEs support, tools, books, tutorials and sample code. ObjectDB ... almost every application. ObjectDB supports user defined primary keys including composite primary keys | |
What are the main benefits of using ObjectDB? By using ObjectDB you can reduce development time and costs and improve your application performance. Reducing Development Time and Costs ObjectDB makes database programming easier and faster ... ObjectDB is especially designed to store and manage graphs of objects efficiently. That can accelerate | |
How to install ObjectDB? ObjectDB is distributed as a zip file. Just download and extract the ObjectDB distribution zip file. No need to run any install or setup program. You can uninstall ObjectDB by deleting the ObjectDB directory. ObjectDB does not modify the registry or any other system file. | |
ObjectDB Overview The ObjectDB Object Database ObjectDB is a powerful Object-Oriented Database Management System (ODBMS). It is compact, reliable, easy to use and extremely fast. ObjectDB provides ... processing, etc.) but in a way that makes development easier and applications faster. ObjectDB | |
Where can I learn how to use ObjectDB? The best source for learning ObjectDB is the ObjectDB Manual , which contains all the necessary information for using ObjectDB . The only required background is a good understanding of the Java language. Reading the manual and getting started with ObjectDB could be easier for developers with prior | |
Is ObjectDB a NoSQL Database? ObjectDB is a unique NoSQL database. It doesn't have the known disadvantages and limitations ... , isolation, durability). Unlike other NoSQL solutions, ObjectDB provides full support of rich complex queries ... , ObjectDB supports full ACID (atomicity, consistency, isolation, durability | |
Is ObjectDB scalable? What are its limitations? ObjectDB is highly scalable and can manage efficiently databases in a wide range of sizes, from a few Kilobytes to hundreds of Gigabytes and even Terabytes. ObjectDB can be used in small embedded single user applications as well as in heavy loaded multi threaded multi user applications. ObjectDB | |
What are the system requirements for using ObjectDB? ObjectDB requires Java 5 or later (Java 6 is preferred). As a pure Java application, ObjectDB should be able to run on any platform that supports the Java Standard Edition. Either the Java Development Kit (JDK) or the Java Runtime Environment (JRE) can be used. A version of ObjectDB for .NET is currently under development. | |
Is ObjectDB better than Object Relational Mapping (ORM)? As noted above, using ObjectDB instead of a relational database and ORM combination  ... ), you can develop portable applications that can use both ObjectDB and relational databases. This way you have the best of both worlds - use ObjectDB when applicable for faster development and better | |
What is ObjectDB? ObjectDB is an Object Oriented Database Management System (ODBMS). It provides all the standard database management services (storage and retrieval, transactions, lock management, query processing ... objects (and graphs of objects) in an ObjectDB database directly. There's no need to define tables | |
Can I use ObjectDB with languages other than Java? ObjectDB can be used by Java Virtual Machine (JVM) languages, such as Java, Groovy and Scala. It can also be used with other languages, such as Python, JavaScript, Ruby and PHP ... ). A version of ObjectDB for .NET is currently under development and future support | |
ObjectDB Release History Please read the ObjectDB licence page. | |
Can I use ObjectDB to access a relational database? To access relational databases using the Java Persistence API (JPA) you will need an Object Relational Mapping (ORM) tool, such as Hibernate, TopLink, EclipseLink, Open JPA or DataNucleus. The DataNucleus ORM implementation supports also the Java Data Objects (JDO) API. ObjectDB is a full featured | |
ObjectDB API ReferenceAll about ObjectDB API Reference in Java/JPA database - explanations, examples, references, links and related information. | |
Get ObjectDBAll about Get ObjectDB in Java/JPA database - explanations, examples, references, links and related information. | |
Download ObjectDBAll about Download ObjectDB in Java/JPA database - explanations, examples, references, links and related information. | |
Why ObjectDB?All about Why ObjectDB? in Java/JPA database - explanations, examples, references, links and related information. | |
Using ObjectDBAll about Using ObjectDB in Java/JPA database - explanations, examples, references, links and related information. | |
ObjectDB APIsAll about ObjectDB APIs in Java/JPA database - explanations, examples, references, links and related information. | |
About ObjectDBAll about ObjectDB in Java/JPA database - explanations, examples, references, links and related information. | |
ObjectDB DatabaseAll about ObjectDB Database in Java/JPA database - explanations, examples, references, links and related information. | |
ObjectDB Issue TrackingAll about ObjectDB Issue Tracking in Java/JPA database - explanations, examples, references, links and related information. | |
ObjectDB Change LogChange Log of ObjectDB Releases | |
JPA Class Enhancer ObjectDB Enhancer is a post compilation tool that improves performance by modifying the byte code ... (and actually required by JPA but not enforced by ObjectDB ) to avoid accessing persistent fields ... that automatically notifies ObjectDB whenever a persistent field is modified. Enhanced code enables lazy | |
Chapter 6 - Configuration The ObjectDB configuration file contains one root element with seven subelements ... : This page explains how ObjectDB configuration works in general. The Configuration Path By default, the configuration file is loaded from $ objectdb / objectdb .conf where $ objectdb represents the ObjectDB home | |
Step 1: Install BIRT and ObjectDB Driver We start by installing the BIRT development environment and the ObjectDB data source driver ... the ObjectDB Data Source Driver To install the ObjectDB data source driver for BIRT: Open the [Install] dialog box by selecting Help Install New Software... In the [Work with] field enter the ObjectDB | |
Step 3: Create an ObjectDB Data Source Connections to the database are represented in BIRT as data sources. To create an ObjectDB data ... Explorer] window and selecting New Data Source . Select ObjectDB Data Source from the list of available data source types. Enter data source name (e.g. ObjectDB Points ) and click Next . Specify | |
Step 4: Create an ObjectDB Data Set Queries against the database are represented in BIRT as data sets. To create the data set: Open the [New Data Set] dialog box by right clicking the Data Sets node in the [Data Explorer] window and selecting New Data Set . Select the data source that was created in the previous step (e.g. ObjectDB | |
Database Server ObjectDB Server is a tool that manages ObjectDB databases in a separate dedicated process, making ... machines. The main benefits in running an ObjectDB server and using the client-server mode ... . In embedded mode, ObjectDB is integrated as a library and runs within the application process | |
Database Doctor The ObjectDB Doctor tool provides two related services: Diagnosis and validation of an ObjectDB database file Checks a given ObjectDB database file, verifies that it is healthy and valid ... of a corrupted ObjectDB database file Repairs a corrupted ObjectDB database file by creating a new | |
Online Backup An ObjectDB database can be backed up by simply copying or archiving the database file while the database is offline (i.e. when it is not open in an ObjectDB server and not in use by any application), since an ObjectDB database is stored as an ordinary file in the file system. ObjectDB | |
Database Transaction Replayer ObjectDB can record its internal engine operations in special binary recording (journal) files. Recording is enabled by default and can be disabled in the configuration . The ObjectDB Replayer tool ... & Recording Files When recording is enabled , ObjectDB maintains for every database file a recording | |
Database Management Settings When enabled, a recovery file is created by ObjectDB when a database is opened and deleted by ObjectDB ... can be used to fix the database. Recovery from failure is automatically applied by ObjectDB ... that should be available for the recovery file ( ObjectDB might use more space when necessary). The element | |
Database Connection using JPA defines classes that implement these interfaces. When you use ObjectDB you work with instances of ObjectDB classes that implement these interfaces, and because standard JPA interfaces are used ... = Persistence . createEntityManagerFactory ( " objectdb ://localhost:6136/myDbFile | |
[ODB1] Chapter 8 - ObjectDB Server An ObjectDB server can manage one or more databases. Databases that are managed by a server ... the connection URL string. 8.1 Running an ObjectDB Server The ObjectDB server is a pure Java application, packaged in the odbse.jar file. The jar file contains the entire ObjectDB | |
[ODB1] Chapter 1 - About ObjectDB ObjectDB for Java/JDO is a powerful Object Database Management System (ODBMS) written entirely in ... .1 Why ObjectDB ? There are many benefits to using ObjectDB . This section describes some of them. ObjectDB is an Object Database Developing object oriented applications with ObjectDB | |
[ODB1] Chapter 9 - ObjectDB Explorer ObjectDB Explorer is a visual tool for managing ObjectDB databases. You can use the Explorer ... is packaged in the main ObjectDB development jar file (odbfe.jar / odbee.jar / odbse.jar), located in ObjectDB's lib directory. Because this file is an executable jar, on most systems, you can double click | |
ObjectDB 1.0 Manual Welcome to the ObjectDB for Java/JDO Developer's Guide. Here you can learn how to develop database applications using ObjectDB and JDO (Java Data Objects), the revolutionary database programming technology by Sun Microsystems. The main purpose of this guide is to familiarise you with ObjectDB | |
[ODB1] Chapter 3 - Persistent Classes implementation automatically, as explained in section 3.3 . ObjectDB's JDO Enhancer also adds a no-arg ... types above are defined as optional by JDO (arrays and most of the collection classes), but ObjectDB ... of non persistent types, at storage time. As an extension to JDO, ObjectDB supports storing instances | |
[ODB1] Chapter 5 - JDO Connections, not as classes. Every JDO implementation, including ObjectDB , defines classes that implement these interfaces. When using ObjectDB you are actually working with instances of ObjectDB classes ... Properties(); properties.setProperty( "javax.jdo.PersistenceManagerFactoryClass", "com. objectdb .jdo | |
[ODB1] Chapter 6 - Persistent Objects This chapter describes how to use ObjectDB to manage database objects. 6.1 Making ... (a complete list of persistent types is available at section 3.2 ). ObjectDB provides an additional ... is useful in object retrieval, as shown in the next section ( section 6.3 ). ObjectDB supports | |
[ODB1] Chapter 2 - A Quick Tour This chapter introduces basic ObjectDB and JDO concepts, using two sample programs. We start with the HelloWorld sample program, which is not JDO portable because it uses some ObjectDB extensions ... , step by step. Both sample programs are contained in ObjectDB's samples directory. 2.1   |