ObjectDB Database Search
1-50 of 200 resultsStep 1: Create a Maven Web Project We start by creating a new Maven-WTP dynamic web project in Eclipse: Open the [New Project ... ; Next . Verify that the Create a simple project checkbox is disabled and click Next . Enter  ... . 1.0 ) and Package ( guest ), and click Finish to create the project. The configuration | |
Step 1: Create a Maven Web Project We start by creating a new Maven web project in NetBeans: Open the [New Project] dialog box, e.g ... ). Enter Maven Version (e.g. 1.0 ) and Package ( guest ). Click the Finish button to create the project. The configuration of the new created project is contained in a pom.xml file that was created | |
Step 1: Create a Java Project We start by creating a new NetBeans Project: Open the [New Project] dialog box, e.g. by using File ... qualified class name is set (you may use copy & paste). Click the Finish button to create ... with ObjectDB/JPA support. The next step is creating a JPA Entity class . | |
Step 1: Create a Java EE 6 Web Project We start by creating a new Java EE dynamic web project in Eclipse: Open the [New Project] dialog ... to GlassFish 3 (which has to be downloaded separately) . Click the Finish button to create the Java EE 6 ... : You should now have an Eclipse Java EE 6 project with ObjectDB/JPA support. The next step is creating a JPA Entity class . | |
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 ... of the ObjectDB data source. The next step is using this data source to create a data set for the BIRT report. | |
OutOfMemoryError on search after update on DB created with DB Doctor It looks like there may be an issue with the DB files created with DB Doctor in recovery mode ... . We instruct Object DB to create a 1Gb DB file on initial start-up using: This happens as expected. 2 ... is the 1Gb file created originally and SystemDB.odb.rpmnew is the recovered DB file generated by DB Doctor | |
Failed to create a new file 'target\objectdb\log\archive' (error 112) (see below) fails because ODB can't create a new file in a non-existing folder hierarchy. The user ... "target\objectdb". The folder "target\objectdb\log" does not exist yet. Do we have to create ... .server:integration-test] Failed to create a new file 'target\objectdb\log\archive' (error 112) [11 | |
Does ObjectDB create one instance of each entity class on (web app) load ? reason create an instance of each entity (and if so, under what circumstances ) ? I can also see that for Abstract bases of entities it is creating one instance with an instrumented class ... this fully. I was scratching my head wondering whether I was inadvertently creating the said instances | |
how to create only table structure. hi, I want to create only a table without insertions of data. And also table contains constraints like not_null, unique, primary key etc. Ex: (In sql) create table emp (id int(5) primary key, name varchar2(20)); , so it will create only table. when we want to see the table structure | |
Is there any GUI for creating/editing entity? Hi, I'm new for JPA/JDO. How should I create /edit entity class? Is there any GUI? In my searching easily, there is the jpa function of myeclipse, or Dail. http://www.myeclipseide.com ... for creating /editing entity and JPA/JDO things. I'm expecting the one like MySQL Workbench.  | |
How to create a wildfly datasource with dsJndi name to an objectdb database? Hello everybody, maybe someone can help me creating a wildfly datasource to an objectdb database? I want to setup the authentication in my JEE-Application working the following way: - users ... Therefore I need a dsJndiName for the objectdb database and I can't find anything how to create | |
What are the steps of creating small web app? Hello guys, I have a question about creating small new web application, I am almost done with researching and studying and I have covered all the important concepts e.g. # Starting from web technologies: HTML, CSS, JS, JQuery. # Moving to Java Technologies: Core Java, Servlet, Managed Beans | |
how to create in memery database in objectdb plz can u give or help me how to create in memory database in objectdb with example yadavanil anil yadav See answer in this forum thread (also use that other thread for further discussion). support Support | |
recovery enabled="false", still creates tablename.odb$ files Running in embedded mode, configuration specifies " ". Still, tablename.odb$ files get created , and if still present after an abrupt stop, the application will not restart properly. What do we need to do to not utilize recovery files (not have orphan tablename.odb$ files)? CAPdev CAP | |
Unable to create 128 column of a table. Hi, Can we create 128 column of table? am getting following error. java.lang.ArrayIndexOutOfBoundsException: -128 at com.objectdb.o.ALS.g(ALS.java:135) at com.objectdb.o.ANT.G(ANT.java:594) at com.objectdb.o.ANT.x(ANT.java:526) at com.objectdb.o.SCM.o(SCM.java:175) at com.objectdb.o.TYS.d(TYS.java | |
Is there an administration tool with which I could create extra indexes? Hello, I have composite index, and it was working fine, but now I need to add more features to the software and I need to throw more indexes in there. I wanted to know what's the best way to do this. 1. Have some admin tool CREATE INDEX..... ON a.b or 2. add more @Index to the object entities. in | |
ODBC - How to create a DSN connection in WindowODBC - How to create a DSN connection in Window | |
Are indexes implicitly created for relationships?Are indexes implicitly created for relationships? | |
jakarta.persistence.criteria.CriteriaBuilder explains how to use CriteriaBuilder . Public Instance Methods Expression abs ( Expression x ) Create ... : absolute value. Since: Jakarta Persistence (JPA) 1.0 Expression all ( Subquery subquery ) Create ... . Since: Jakarta Persistence (JPA) 1.0 Predicate and ( Expression x , Expression y ) Create a conjunction | |
Date and Time in JPQL and Criteria Queries for building date and time expressions that represent the current date or time: // Create current date expression: Expression date = cb. currentDate (); // date only // Create current time expression: Expression time = cb. currentTime (); // time only // Create current date & time expression: Expression | |
JPA Runtime Tuning & Configuration the PersistenceConfiguration.LOCK_SCOPE property when you create the EntityManagerFactory , or set "jakarta ... .LOCK_SCOPE , or specify it when you create the EntityManager . Query setHint using ... property when you create the EntityManagerFactory , or set "jakarta.persistence.cache.retrieveMode | |
jakarta.persistence.criteria.MapJoin basic type. Since: Jakarta Persistence (JPA) 3.2 Expression entry () Create an expression ... Persistence (JPA) 1.0 Predicate equalTo ( Expression value ) Create a predicate to test whether the expression ... ( Object value ) Create a predicate to test whether the expression is equal to the argument | |
Database Transaction Replayer default, the recording directory is created in the same directory as the database file. If the purpose ... creates one by copying the existing database file when the database is opened. Creating the initial backup ... is also created in the recording directory. Its name, .odb , specifies the last executed transaction | |
JPA Core Types. Use its static methods to create an EntityManagerFactory as the first step for accessing ... : A heavyweight factory class responsible for creating EntityManager instances. Create ... schema management, such as creating , dropping, or truncating schemas. Use this interface | |
jakarta.persistence.criteria.PluralJoin Persistence (JPA) 3.2 Predicate equalTo ( Expression value ) Create a predicate to test ... Predicate equalTo ( Object value ) Create a predicate to test whether the expression is equal ... ) Create a fetch join to the specified single-valued attribute using an inner join. Inherited from | |
jakarta.persistence.criteria.Root ) Create a predicate to test whether the expression is equal to the argument. Inherited from Expression ... . Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test ... fetch ( SingularAttribute attribute ) Create a fetch join to the specified single-valued attribute | |
jakarta.persistence.criteria.SetJoin Persistence (JPA) 3.2 Predicate equalTo ( Expression value ) Create a predicate to test ... equalTo ( Object value ) Create a predicate to test whether the expression is equal to the argument ... for equality. Since: Jakarta Persistence (JPA) 3.2 Fetch fetch ( SingularAttribute attribute ) Create | |
jakarta.persistence.criteria.CollectionJoin type. Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Expression value ) Create ... Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression ... ( SingularAttribute attribute ) Create a fetch join to the specified single-valued attribute using an inner | |
Database Management Settings is appropriate for most applications. The element When recovery is enabled, ObjectDB creates a recovery file ... environments. By default, the recovery file is created in the same directory as the database file ... default, a recording subdirectory is created in the same directory as the database file | |
Numbers in JPQL and Criteria Queries the following examples. Binary Operators Creating a binary arithmetic operator requires two operands ... expression or a simple Java numeric object. // Create path and parameter expressions: Expression path ... byte , short , int , long , float , double , BigInteger , and BigDecimal . Unary Operators Creating | |
jakarta.persistence.EntityManager to the associated persistence unit. An application-managed EntityManager may be created ... . The given function should close any resources it creates , but should not close the connection ... . Since: Jakarta Persistence (JPA) 1.0 EntityGraph createEntityGraph ( Class rootType ) Create a new | |
Logical Operators in JPQL and Criteria API There are two ways to create a NOT expression: Predicate p5 = cb. not (isInUN); Predicate p6 = isLarge. not (); The not method of the CriteriaBuilder interface creates a Predicate by negating a specified | |
Obtaining a JPA Database Connection already exist at the specified path, ObjectDB creates one. You also use the EntityManagerFactory ... more detail how to use the EntityManager and transactions for create , read, update, and delete (CRUD) database operations. | |
jakarta.persistence.criteria.Subquery of the given basic type. Since: Jakarta Persistence (JPA) 3.2 Root correlate ( Root parentRoot ) Create ... parentJoin ) Create a subquery join object correlated to a join object of the enclosing query ... Persistence (JPA) 1.0 CollectionJoin correlate ( CollectionJoin parentCollection ) Create a subquery | |
ObjectDB tries to create a File in a localtion without write access: Failed to create a new file 'IndexManager_12.mrg_filter' at com.objectdb.o._PersistenceException.b ... :78) ... 25 more Caused by: com.objectdb.o.UserException: Failed to create a new file 'IndexManager ... which creates the file for example in %TEMP% btc_es BTC EmbeddedSystems Please try build 2.7.0_04. support | |
jakarta.persistence.EntityManagerFactory: AutoCloseable Interface used to interact with the persistence unit, and to create new instances ... . An EntityManagerFactory with a lifecycle managed by the application may be created using the static operations ... factory may be created by calling Persistence.createEntityManagerFactory or Persistence | |
jakarta.persistence.criteria.Path ( Expression value ) Create a predicate to test whether the expression is equal to the argument. Inherited ... for equality. Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate ... ) 3.2 Path get ( SingularAttribute attribute ) Create a path corresponding to the referenced single | |
500 Internal Server Error on creating a new issue Hi, we tried (several times) to create a new issue but we receive a message: hgzwicker Hans-Georg Zwicker Thank you for this report. The error seems to be related to uploading a file (according to the website log), but unfortunately we couldn't repeat the error. Please report again if it reoccurs | |
jakarta.persistence.criteria.Predicate equalTo ( Expression value ) Create a predicate to test whether the expression is equal ... testing for equality. Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create ... Persistence (JPA) 1.0 Predicate in ( Object... values ) Create a predicate to test whether the expression | |
jakarta.persistence.criteria.CriteriaBuilder.In type. Since: Jakarta Persistence (JPA) 3.2 Predicate equalTo ( Expression value ) Create a predicate ... Persistence (JPA) 3.2 Predicate equalTo ( Object value ) Create a predicate to test whether the expression ... ... values ) Create a predicate to test whether the expression is a member of the argument list. Inherited | |
Step 2: Entity Class and Persistence Unit class name. Click Finish to create the new class. A new class that should represent Guest objects in the database was created in the project (under Java Resources: src guest). Use copy ... persistence.xml file was created as shown below: Finally, use copy and paste to copy the following content | |
Step 3: Add a Context Listener Class a ServletContextListener to perform initialization and cleanup operations: The database will be opened (or created ... the Finish button. Click Finish to create the new listener class. Now replace the content of the new ... the Enhancer to enhance the entity class, creates an EntityManagerFactory instance and stores it as | |
Step 2: Entity Class and Persistence Unit Finish to create the new entity class. A new class that should represent Guest objects in the database was created in the project (under Java Resources: src/main/java guest). Use copy ... ; Finish . Verify that a new persistence.xml file was created as shown below: Finally, use copy | |
Step 3: Add a Main Class to create the class. Copy and paste the following code to the newly created class file: package ... (String[] args) { // Open a database connection // ( create a new database if it doesn't exist | |
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 ... that we will create will be based on the following subset of these points: (11, 11), (12 | |
Step 2: Define a JPA Entity Class name (case sensitive). Enter Point as the class name (case sensitive). Click Finish to create the new class. Copy and paste the following code into the newly created Point class: package tutorial | |
Step 4: Add a Servlet Class In this step we will add a servlet to manage guestbook web requests: Open the [ Create Servlet] dialog box by right clicking the guest package node (in the [Package Explorer] window), selecting ... to create the new servlet class. Now replace the content of the new source file with the following code | |
Step 2: Entity Class and Persistence Unit - use exactly that case sensitive package name. Click Next to create the new entity class. In ... objects in the database was created in the project (under Source Packages guest). Use copy and paste | |
Step 2: Entity Class and Persistence Unit as the package name - use exactly that case sensitive package name. Click Next to create the new ... objects in the database was created in the project (under Source Packages guest). Use copy and paste | |
Step 5: Add a JSP Page Finish to create the new JSP file. Now replace the content of the new jsp file with the following |