ObjectDB Database Search
1-50 of 200 resultsPrivacy Policy
You about Your privacy rights and how the law protects You. We use Your Personal data to provide and improve ... that can access the Service such as a computer, a cellphone or a digital tablet. Personal Data ... legal person who processes the data on behalf of the Company. It refers to third-party companies or
|
|
JPA Metamodel and Graphs
integration Integrate metamodel objects with the Criteria API using the following interface: Represents ... The API supports the definition of fetch graphs to optimize data loading strategies at runtime
|
|
Glassfish 4 JTA Data Source Support
I would like to have the persistence.xml of my server application (REST service) use a JTA data source, so that I can configure the data source from the app server (Glassfish 4 in my case). My application already uses a number of JDBC data sources for Oracle etc., that are configured in
|
|
ObjectDB - JPA Object Database for Java
when the object data model is complex. See JPA benchmark results... Reduce development time. Improve ... database with JPA support in one product , sparing the need to integrate an external JPA ORM ... Persistence API (JPA) Java Data Objects (JDO) Using a standard Java API (JPA / JDO) provides many benefits
|
|
Error with org.springframework.data.jpa.domain.AbstractPersistable
I am working on a Spring Boot application. I want to integrate ObjectDB with Spring Data JPA. I refer to the http://www.objectdb.com/database/forum/860 to do the configuration. When I start ... org.springframework. data .jpa.domain.AbstractPersistable.id at com.objectdb.o.MSG.d(MSG.java:62
|
|
Step 3: Create an ObjectDB Data Source
Connections to the database are represented in BIRT as data sources. To create an ObjectDB data source: Open the [New Data Source] dialog box by right clicking the Data Sources node in the [ Data Explorer] window and selecting New Data Source . Select ObjectDB Data Source from the list
|
|
Database Doctor
The ObjectDB Doctor tool provides two related services: Diagnose and validate an ObjectDB database file : Checks a specified ObjectDB database file to verify its integrity . If the file is corrupted ... database file : Creates a new database file and copies all recoverable data from the corrupted file
|
|
JRebel integration feature
: Class '$Proxy199' could not be processed by 'org.zeroturnaround.javarebel. integration .util.WeakUtil ... ' could not be processed by 'org.zeroturnaround.javarebel. integration .util.WeakUtil ... .javarebel. integration .util.WeakUtil$WeakClassBytecodeProcessorAdapter@null': *** java.lang.instrument
|
|
Maintaining referential integrity
integrity and it is the application responsibility to avoid such deletion. The ObjectDB Doctor
|
|
Integrating the ObjectDB logging into the application logging based on slf4j
Integrating the ObjectDB logging into the application logging based on slf4j
|
|
JPA Class Enhancer
can be integrated into the build process. The following Maven configuration uses the exec-maven-plugin to integrate enhancement into the build process: ... ... ... org.codehaus.mojo exec-maven-plugin 1.6.0 ... with JPA JPA Web Application Java EE JPA Spring MVC and JPA Similarly, enhancement can be integrated
|
|
What is the Java Data Objects (JDO)?
The Java Data Objects (JDO) is another standard for accessing persistent data in databases, using plain old Java objects (POJO) to represent the object model. Unlike Java Persistence API (JPA), which is designated to be used with relational databases, JDO is designated to be used
|
|
JPA Persistable Types
Persistable types are data types that can be used for storing data in the database. ObjectDB ... superclasses, and embeddable classes. Simple Java data types: Primitive types, wrapper classes, `String ... multiple persistent fields causes data duplication in the database. Entity classes An entity class
|
|
JPA Entity Fields
-persistent) fields and has no data to store in the database. Persistent fields Every non-static non ... data that isn't stored as part of the entity in the database. Instead, this data is made available by ... , the side that stores the data (the Employee class in this example) is the owner. Only changes
|
|
Server Configuration
directory . The data path of an ObjectDB server is similar to the document root directory of a web server. Every database file in the data directory and its subdirectories can be accessed by the server. The server process requires appropriate file system permissions on the data directory
|
|
jakarta.persistence.Version
, which is used to detect optimistic lock failures, ensuring the integrity of optimistic transactions. The version field or property holds a version number or timestamp identifying the revision of the entity data
|
|
Retrieving JPA Entities
the persistence context, JPA constructs a new object and populates it with data from the database or ... retrieves the object's data from the database, constructs a new managed entity, and returns ... method is useful when you need a reference to an entity but not its data , for example, to set
|
|
Database Management Settings
, the index cannot be used until all existing instances are indexed. Indexing a large amount of data ... whether to automatically index existing data in the background as soon as new indexes are detected. This process ... long as the relevant data in the database is unchanged, cached results can be returned instead
|
|
What is the Java Persistence API (JPA)?
) is that in JPA data is represented by classes and objects rather than by tables and records as in JDBC. Using plain old Java objects (POJO) to represent persistent data can significantly simplify ... . These implementations are Object Relational Mapping (ORM) tools. The mapping bridges between the data
|
|
JPA Connections and Transactions
of the database file on the server, relative to the server data root path. Connection URL Parameters ... database. However, to avoid accidental data loss, the drop parameter is ignored unless the database ... the database (such as storing, updating, or deleting data ) must be performed within an active transaction
|
|
JPA Attributes Annotations
Jakarta Persistence (JPA) annotations define how entity attributes (fields and properties) are managed. These annotations control data persistence behavior, including fetching strategies, relationship types, and data storage formats. General field mapping Configure standard state mapping behavior
|
|
JPA Runtime Tuning & Configuration
to find() and lock() . Cache retrieve mode Controls whether data is read from the second-level cache: USE ... store mode Controls how data is stored in the cache: USE , BYPASS , or REFRESH . Scope Usage
|
|
JPA Criteria Queries
: UPDATE and DELETE Queries CriteriaQuery is designed exclusively for data retrieval. Bulk data
|
|
Chapter 2 - JPA Entity Classes
An entity class is a user-defined class whose instances can be stored in a database. To store data in an ObjectDB database using Jakarta Persistence (JPA), you define entity classes that represent your application's data object model. This chapter contains the following sections:
|
|
Referential Integrity
that reference integrity is not broken and there are no dangling references. Future versions of ObjectDB should support reference integrity . support Support *VERY* important feature for any serious db app ... support than Datanucleus. But declarative referential integrity is a must from day
|
|
[ODB1] Chapter 8 - ObjectDB Server
has to be restarted manually to apply configuration changes. The element The element specifies the data ... the server process. The location of the data directory is specified in the path attribute using ... demonstrated in the configuration shown above. The data directory of the ObjectDB server is very similar
|
|
Terracotta Ehcache Integration
Terracotta Ehcache Integration
|
|
Step 1: Create a Maven Web Project
folder: Note: You should verify now that Maven Integration for WTP is installed, by right clicking ... . If it is not available - you have to install Maven Integration for WTP and create a new project. To add ... -plugin 6.1.10 10 foo 9999 start-jetty pre- integration -test run 0 true stop-jetty post- integration -test
|
|
SELECT clause (JPQL / Criteria API)
for accessing the result data . CriteriaBuilder.construct JPQL user-defined result objects
|
|
Database Transaction Replayer
of recording is data durability, you can keep the recording directory on a different physical device
|
|
Database Replication and Clustering
root directory, $replication , which is located under the server's data root directory. To start
|
|
ObjectDB License Agreement [ver. 2.0.4]
to loss of revenue, profit or data ) however caused and regardless of the theory of liability, arising
|
|
Is ObjectDB better than competing object databases?
of the Java Data Objects (JDO) API than competing object databases. By using a standard API such as JPA
|
|
Index Definition
is an ordered map data structure that ObjectDB maintains in the file system, not in memory. The B
|
|
[ODB1] Chapter 3 - Persistent Classes
;Persistent Classes Only classes that represent data in the database should be declared persistent ... because it might require loading additional data and objects from the database (as part of transparent ... and for build scripts (like ANT for example), but in most Java IDEs a plugin is required to integrate
|
|
Step 1: Create a Maven Web Project
; pre- integration -test   ... ; stop-jetty post- integration -test
|
|
Eclipse/JPA Spring MVC Web Tutorial
) including Maven Integration for WTP (in m2eclipse extras). The tutorial was written for Eclipse 3
|
|
Step 6: Set the Spring XML
To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the web.xml configuration file and to configure that servlet using another xml configuration file. Open the web.xml file (under src/main/webapp/WEB-INF) in a text
|
|
Step 6: Set the Spring XML
To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the web.xml configuration file and to configure that servlet using another xml configuration file. Open the web.xml file (under Web Pages WEB-INF) in a text editor (by right
|
|
Java EE 6 JPA Tutorial - Eclipse Project
On Server . (this command is available only if Maven Integration for WTP is installed
|
|
Spring MVC JPA Tutorial - Eclipse Project
. (this command is available only if Maven Integration for WTP is installed when the Maven
|
|
JPA Web App Tutorial - Eclipse Project
. (this command is available only if Maven Integration for WTP is installed when the Maven project
|
|
Step 6: Design a BIRT Report Table
) layout. Set the column number to 2 , number of details to 1 , select the data set (e.g. Points by X ) in the third field and click OK . Fill the table with data by dragging the x and y columns from the data set in the [ Data Explorer] window (under the data set node) and dropping them on the second
|
|
Step 1: Install BIRT and ObjectDB Driver
We start by installing the BIRT development environment and the ObjectDB data source driver. Installing BIRT Choose one of the following options to install the BIRT development environment: Download ... the ObjectDB Data Source Driver To install the ObjectDB data source driver for BIRT: Open the [Install
|
|
Step 5: Design a BIRT Report Chart
. In the [Select Chart Type] tab select Tube as the chart type and click Next . In the [Select Data ... to see the chart with the real data : In the next step we will add a table view of the same data to the report.
|
|
Report Generation with BIRT and JPA
This tutorial demonstrates how to create reports based on data in an ObjectDB database using the popular open source Business Intelligence and Reporting Tools (BIRT). In order to keep things as ... , 12), ..., (20, 20) The data will be presented in the BIRT report using a chart and a table:
|
|
[ODB1] Chapter 6 - Persistent Objects
Persistence objects represent data in the database. 6.1 Making Objects Persistent In JDO applications, every object in memory is either a persistent object, i.e. represents some database ... more different PersistenceManager instances from modifying the same object at the same time. When using data
|
|
[ODB1] Chapter 2 - A Quick Tour
The data structure of this program is an ArrayList containing String instances. ObjectDB, as a pure object database, can simply store a memory data structure in the database as is. If the database is not
|
|
[ODB1] Chapter 9 - ObjectDB Explorer
a single database object. This type of viewer is useful for viewing the data of a simple object model ... this case you can refresh the cache and the viewer windows using the "File | Refresh Data " menu command. 9
|
|
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
|