ObjectDB Database Search

1-50 of 82 results

drop a column from table

Hi, I want to drop one column from my database table suppose i have 3 column (id, name, address) now i want to drop address. then what will be the query or procedure..   Bimal Bimal kumar dalei ... Support Hi But it physically present and logically it will not display. If a want to drop or delete

impossible to drop a table with 50 million objects

impossible to drop a table with 50 million objects

Database Management Settings

, except for schema updates. The element The drop attribute of the element specifies a comma ... tests. The content of these temporary databases is deleted when you use the drop URL connection

JPA Core Types

schema management, such as creating, dropping , or truncating schemas. Use this interface

How force always recreate database on redeployment.

You should be able to drop the entire database if its file is not locked by Glassfish. See the connection ... ) the drop parameter has to be specified:   EntityManagerFactory emf =       Persistence.createEntityManagerFactory("objectdb:myDbFile.tmp; drop "); But I am obtaining

Step 6: Design a BIRT Report Table

In this final step we will add a simple table to the report: Open the [Insert Table] dialog box by dragging a Table from the [Palette] window and dropping it on the report design (.rptdesign ... the data set in the [Data Explorer] window (under the data set node) and dropping them on the second

Bulk Delete and Update - best practice?

to update/remove a large number of objects? I've had success with the " drop " keyword in ... based databases (in server mode the database is locked so drop can't be used). The only method I've ... , would be more efficient. drop in the connection url should work also in server mode if the database is not in use by

Persist error @ManyToMany how to define correct entities relationships

"); //; drop em = emf.createEntityManager(); } synchronized void closeDB(){ em.close(); emf.close(); } void ... ( "objectdb:$objectdb/db/testc.tmp"); //; drop em = emf.createEntityManager(); } synchronized void closeDB ... :$objectdb/db/testc.tmp"); //; drop em = emf.createEntityManager(); } synchronized void closeDB(){ em.close

Step 1: Create a Java EE 6 Web Project

the file system and drop it in the WebContent/WEB-INF/lib node in the Eclipse Project Explorer

Step 5: Design a BIRT Report Chart

In this step we will add a simple chart to the report: Open the [New Chart] dialog box by dragging a  Chart from the [Palette] window and dropping it on the report design (.rptdesign) layout. In the [Select Chart Type] tab select Tube as the chart type and click Next . In the [Select Data

virtual servers and one file

), there is a massive drop in performance. We have already seen that queries take more than 20 seconds ... of this? We are not aware of this issue (no previous reports). A drop in performance from a few milliseconds ... drop . ObjectDB 2.x does use RandomAccessFile . ObjectDB 3.0, which is currently under development

Database absolute filepath

.createEntityManagerFactory( "objectdb:$objectdb/db/test.tmp; drop "); System.out.println(emf.getProperties ... instead of test. odb ? What does the keyword drop at the end of the line do? ThreaT Ashton Hogan The drop parameter  indicates a request to discard an old database (if exists) and create a new empty

Schema-Update: Rename superclass and remove one subclass

.createEntityManagerFactory("objectdb:test.tmp; drop "); EntityManager em = emf.createEntityManager ... example: public static void main(String[] args) { // no drop - reuse the existing file

Optimistic locking: prevent version increment on entity collection attribute

.createEntityManagerFactory("./test.odb; drop "); EntityManager em = emf.createEntityManager(); em.getTransaction ... = Persistence.createEntityManagerFactory("./test.odb; drop "); EntityManager em = emf.createEntityManager(); em

EntityManager getMetamodel() causes crash

(shown below), which appears to cause the problem.  I am using the ObjectDB server.  I drop ... ;password=admin; drop " EntityManager em = emf.createEntityManager(); em.getTransaction().begin(); MyEntity

Join performance in Objectdb

;      "objectdb:$objectdb/db/test.tmp; drop ");       ... ;   "objectdb:$objectdb/db/test.tmp; drop ");        

failure to enforce NOT NULL for java.lang.String

= Persistence.createEntityManagerFactory("target/test.odb; drop "); EntityManager em = emf ... ;  "objectdb:test.tmp; drop ");         EntityManager em = emf

IN expression in a Criteria Query

; drop "             );      ... /db/test.tmp; drop "             );   

Schema Update: class hierarchy change

;   .createEntityManagerFactory("objectdb:$objectdb/db/test.tmp; drop ");   EntityManager ... :$objectdb/db/test.tmp");   //no drop - reuse the existing file   EntityManager em = emf

multiple LEFT JOINs do not work as expected

; drop ");         EntityManager em = emf.createEntityManager ... ( "objectdb:test.tmp; drop "); EntityManager em = emf.createEntityManager(); em.getTransaction().begin

Remove a modified entity cause an optimistic lock exception

; "objectdb:$objectdb/db/test.tmp; drop ");         EntityManager em = emf ... ; "objectdb:$objectdb/db/test.tmp; drop ");         EntityManager em

Jboss 6 persistence.xml startup error

drop it in the JBoss's deploy directory, start JBoss ( run ) and open the browser at  http

Problem with Criteria Querys

/test.tmp; drop ");         EntityManager em = emf

Embedded List

= Persistence.createEntityManagerFactory("objectdb:$objectdb/db/test.tmp; drop ");      

javax.persistence.PersistenceException: No Persistence provider for EntityManager named in Karaf 4.0.7 and OSGi DS test

if one could simply drop the objectdb bundle into the runtime, request a reference to the Factory and not having

Performance and memory usage of queries

;  .createEntityManagerFactory("objectdb:$objectdb/db/test.tmp; drop ");   EntityManager em;   for (int i = 0; i

Index on map key

; "objectdb:test.tmp; drop ");             

Error with org.springframework.data.jpa.domain.AbstractPersistable

;    "objectdb:$objectdb/db/test.tmp; drop ");        

Configure ObjectDB in spring context

) look like this org.hibernate.dialect.HSQLDialect thread 10 true false false create- drop I need

General Performance Issues Illustrated with a Specific Method

;dbUrl += "; drop ";         EntityManagerFactory emf = Persistence

java.sql.Time field off by 30 minutes

; "objectdb:$objectdb/db/test-my-entity.tmp; drop ");        

Unique contraint with 2 members

;        "objectdb:$objectdb/db/test.tmp; drop ");    

Need help to make this test work and define proper annotations for entities Lists

"); //; drop           }        

List of Enum Values in an entity

; "objectdb:test.tmp; drop ");                

ObjectDB version 2.3 has been released

support of "; drop " database url parameter. Adjusted the Enhancer to the new Java 7 class file format

Query by array element

;  "objectdb:$objectdb/db/test.tmp; drop ");        

Database(*.odb) file size on disk

:$objectdb/db/test.tmp; drop ");   EntityManager em = emf.createEntityManager();   em

java.sql.Date equals comparison not working with CriteriaAPI

; drop ");         EntityManager em = emf.createEntityManager

Get multiple entities by Id

/test.tmp; drop ");         EntityManager em = emf

Tracking changes to new collections (in enhancement mode) after flush

;             String dbUrl = "objectdb:F2640.tmp; drop ... ) { EntityManagerFactory emf = Persistence .createEntityManagerFactory("objectdb:c:\\test.tmp; drop ... ;             String dbUrl = "objectdb:F2640c.tmp; drop

Unexpected exception (Error 990) com.objectdb.o.InternalException

:$objectdb/db/test.tmp; drop ");         EntityManager em = emf ... ;          "objectdb:$objectdb/db/test.tmp; drop ");  

Remove of an entry from a @OneToMany collection is not possible if the enhancer is disabled

; EntityManagerFactory emf = Persistence.createEntityManagerFactory("objectdb:$objectdb/db/test.tmp; drop ");   ... ;     "objectdb:$objectdb/db/test.tmp; drop ");       

Issues with JDO Casting & Full Qualified Names

.createEntityManagerFactory("objectdb:$objectdb/db/test4.tmp; drop ");   EntityManager em = emf ... ;           "objectdb:$objectdb/db/test4.tmp; drop

Strange Error with Criteria API and Sorting

("objectdb:db/test.tmp; drop ");   EntityManager em = emf.createEntityManager();   // Add some data

NullPointer when accessing persistent field

;           "objectdb:$objectdb/db/test.tmp; drop

Use temporary files to enable very large transactions

:$objectdb/db/test.tmp; drop ");   EntityManager em = emf.createEntityManager();   // Persist

Eager Fetch of Map with Entities as Keys

:$objectdb/test.tmp; drop ");         EntityManager em = emf

After using the enhancer, Lazy loaded collections are no longer loading. They are set as null

;      "objectdb:db/test.tmp; drop ");       

ObjectDB 2.3.0

Added the ability to edit databases in the Explorer ( issue #2 ). Added the ability to execute queries in the Explorer (issue #3 ). Other small Explorer improvements. Added support of IN operator in JPQL queries. Added support of "; drop " database url parameter. Adjusted the Enhancer to the new

Navigation through lazy loading from Detached Objects

;      "objectdb:$objectdb/test.tmp; drop ");