Internal Website Search
1-50 of 200 resultsApache License, Version 2.0, January 2004" shall mean any work of authorship, including the original version of the Work and any modifications | |
JPA Entity Fields (Mapped By) fields Primary key (ID) fields Version field The first three groups (transient ... two groups (primary key and version fields) can only be used in entity classes. Primary key fields ... eagerly when the entity object is first accessed. Version Field ObjectDB maintains a version number | |
javax.persistence.Version JPA Annotation Version Target: METHOD, FIELD Implemented Interfaces: Annotation Specifies the version field or property of an entity class that serves as its optimistic lock value. The version ... . Only a single Version property or field should be used per class; applications that use | |
Locking in JPA is being performed on an old version of a database object, for which another update has already been committed ... , if they happen, are detected earlier. Optimistic Locking ObjectDB maintains a version number for every entity object. The initial version of a new entity object (when it is stored in the database for the first | |
Eclipse Public License - v 1.0 reserves the right to publish new versions (including revisions) of this Agreement from time to time ... the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed | |
JPA Metamodel API and the version attributes and the super type. For example: // Get the super type: IdentifiableType superType ... if the type has a version attribute: boolean hasVersion = entityType. hasVersionAttribute (); // Gets the version attribute - excluding inherited: SingularAttribute v1 = entityType. getVersion (Long.class | |
Database Management Settings is slower and the recording files are much larger when "all" is used. The element The version -check ... automatic and enabled by default in ObjectDB, regardless if a version field (which is required by ... ; version -check attribute to false . The element The element specifies miscellaneous database | |
Retrieving JPA Entity Objects null is returned. A similar method, getReference , can be considered the lazy version of find ... to ensure that the application deals with the most up to date version of an entity object, just in | |
ObjectDB License Server License costs £500 and includes all version 2.x updates. A server license covers ... a Server License Site License ObjectDB 2.x Site License costs £2,500 and includes all version | |
BIRT/ODA ObjectDB Driver and restarting the IDE. Note: See this issue regarding matching the driver version to the ObjectDB server version when using client-server mode. ObjectDB/JPA Data Source To create an ObjectDB data source: Open | |
JPA Persistable Types. The internal Java serialization format will be inaccessible to future versions of ObjectDB | |
Is ObjectDB better than competing object databases? support for the Java Persistence API (JPA). It also supports a more recent and advanced version | |
Logical Operators in JPQL and Criteria API binary version the factory methods accept only Predicate instances as arguments. NOT Expression | |
Index Definition fields (not on primary key / version fields). Composite Index A composite index is an index | |
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. | |
JPA Class Enhancer on the command line: ObjectDB Enhancer [ version 2.8.0] Copyright (c) 2019, ObjectDB Software | |
Privacy Policy device identifiers, browser type, browser version , the time and date of Your visit, the pages | |
Defining a JPA Entity Class a primary key and what a version field is and how to use it. If you are already familiar with JPA | |
Query Parameters in JPA is a third version of the same method, this time without parameters: public Country getCountryByName | |
Can I use ObjectDB with languages other than Java?). A version of ObjectDB for .NET is currently under development and future support | |
Running JPA Queries. getResultList (); Both Query and TypedQuery define a getResultList method, but the version of Query | |
ObjectDB Object Database Features and type versioning . Class hierarchy changes are handled automatically. New added fields | |
ObjectDB Website - Terms and Conditions of Use this web site you are agreeing to be bound by the then current version of these Terms and Conditions | |
Database Server: ObjectDB Server [ version 2.8.0] Copyright (c) 2019, ObjectDB Software, All rights reserved. Usage: java | |
javax.jdo.annotations.Version JDO Annotation Version Target: ElementType.TYPE Implemented Interfaces: Annotation Annotation for the versioning of the class. Corresponds to the xml element " version " of the "class" and "property ... for the version . Since: JDO 2.1 Column [] columns default {} The column(s) making up the version | |
javax.jdo.annotations.Version.indexed JDO Annotation Attribute in javax.jdo.annotations. Version String indexed default "" Whether the version column(s) is(are) indexed. Since: JDO 2.1 | |
javax.jdo.annotations.Version.column JDO Annotation Attribute in javax.jdo.annotations. Version String column default "" Name of the column for the version . Since: JDO 2.1 | |
javax.jdo.annotations.Version.columns JDO Annotation Attribute in javax.jdo.annotations. Version Column [] columns default {} The column(s) making up the version . Since: JDO 2.1 | |
javax.jdo.annotations.Version.customStrategy JDO Annotation Attribute in javax.jdo.annotations. Version String customStrategy default "" Custom strategy for versioning of objects of this class. If customStrategy is non-empty, strategy must be UNSPECIFIED. Since: JDO 2.1 | |
javax.jdo.annotations.Version.strategy JDO Annotation Attribute in javax.jdo.annotations. Version VersionStrategy strategy default VersionStrategy.UNSPECIFIED Strategy for versioning of objects of this class. Since: JDO 2.1 | |
javax.jdo.annotations.VersionStrategy.VERSION_NUMBER JDO Enum Constant in javax.jdo.annotations.VersionStrategy VERSION _NUMBER Since: JDO 2.1 | |
javax.jdo.annotations.Version.extensions JDO Annotation Attribute in javax.jdo.annotations. Version Extension [] extensions default {} Vendor extensions. Since: JDO 2.1 | |
NetBeans/JPA Web Application Tutorial This is the NetBeans version of the JPA Web App tutorial. It demonstrates how  ... you will need the following software: Java JDK (6.0 or above). NetBeans - Java or All bundle The last version ... but it should work with other NetBeans versions as well (dialog boxes and menus might look slightly different | |
Eclipse/JPA Java EE Tutorial This is the Eclipse version of the Java EE JPA tutorial. It demonstrates how  ... above). Eclipse IDE for Java EE Developers. GlassFish Server 3.0.1 (or above). The last version of ObjectDB (just ... with other Eclipse versions as well (dialog boxes and menus might look slightly different but the code | |
Eclipse/JPA Web Application Tutorial This is the Eclipse version of the JPA Web App tutorial. It demonstrates how  ... Apache Tomcat Server 6.0 ( some modifications are needed for Tomcat 7.0 ). The last version ... with other Eclipse versions as well (dialog boxes and menus might look slightly different | |
NetBeans/JPA Java EE Tutorial This is the NetBeans version of the Java EE JPA tutorial. It demonstrates  ... or above). NetBeans - Java or All bundle The last version of ObjectDB (just download and extract). The tutorial was written for NetBeans 6.9.1 but it should work with other NetBeans versions as | |
Eclipse/JPA Spring MVC Web Tutorial This is the Eclipse version of the Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in ... for Eclipse 3.6.1 but it should work with other Eclipse versions as well (dialog boxes and menus | |
Getting Started with JPA and Eclipse This is the Eclipse version of the Quick Start with JPA tutorial. It demonstrates how to create and run a simple JPA application in Eclipse. The demonstrated application uses JPA to store ... ). This tutorial was written for Eclipse 3.6.1 but it should work with other Eclipse versions as | |
Step 1: Install BIRT and ObjectDB Driver matching the driver version to the ObjectDB server version when using client-server mode. The next step is creating a BIRT Report project . | |
NetBeans/JPA Spring MVC Web Tutorial This is the NetBeans version of the Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in ... was written for NetBeans 6.9.1 but it should work with other NetBeans versions as well (dialog boxes | |
Getting Started with JPA and NetBeans This is the NetBeans version of the Quick Start with JPA tutorial. It demonstrates how to create and run a simple JPA application in NetBeans. The demonstrated application uses JPA ... dependencies). The tutorial was written for NetBeans 6.9.1 but it should work with other NetBeans versions as | |
Spring MVC and JPA Tutorial are stored in an ObjectDB database. This tutorial is available in the following versions : In | |
Step 1: Create a Maven Web Project Next . Enter Group Id (e.g. Guestbook ), Artifact Id (e.g. Guestbook ), Version (e.g | |
Step 1: Create a Maven Web Project ). Enter Maven Version (e.g. 1.0 ) and Package ( guest ). Click the Finish button to create | |
Java EE Web Tutorial database. This tutorial is available in the following versions : In addition the demonstrated application is available as a Maven project: | |
JPA Web Application Tutorial database. This tutorial is available in the following versions : In addition the demonstrated application is available as a Maven project: | |
Getting Started with JPA is available in the following versions : In addition the demonstrated application is available as a Maven project: | |
[ODB1] Chapter 8 - ObjectDB Server when you extract a newer version of the ObjectDB server. The TPC port on which the server is listening ... , the edited script will not be deleted when extracting the files of a newer ObjectDB version ... J2SDK as a standard package since version 1.4. Keystore and Trustore To use SSL you have to generate | |
[ODB1] Chapter 9 - ObjectDB Explorer this way, the edited script will not be deleted when extracting files of a newer ObjectDB version | |
[ODB1] Chapter 3 - Persistent Classes ObjectDB JDO Enhancer - Version 1.00 Copyright (C) ObjectDB Software 2003. All rights reserved. Usage |