ObjectDB Database Search

51-70 of 70 results

Delete object from collection versus delete from JPQL

for more details: DELETE queries UPDATE queries After using these queries you may use refresh , or

Performance problem

. In our web application this behaviour gives aprox 10-13 s of refreshing a data table vs 2 second

ObjectDB Explorer very slow with remote con

Chirac It's sooooo slow. It takes ages to open an entity or to refresh data. zmirc Mircea Chirac

Spring Data JPA

.AbstractApplicationContext. refresh (AbstractApplicationContext.java:464) at org.springframework.web.context.ContextLoader

Entity not removed 100%

after refresh . Could you please change your username from "Unknown" to something less confusing? Thanks! support Support

Some details about db behavior

it is loaded or refreshed from the database. But in both cases, portable JPA applications are expected

Many clients access same database

between different JVMs. You may have to refresh objects to get their up to date content. support Support

Updating Entities

query and before retrieval or a specific object using refresh , and disable the 2nd level cache

Last build is not available on Maven Repository

Is there some special reason why the last two builds of 2.3.3 are not available in your Maven repository? mosi0815 Ralph Moser Just checked and 2.3.3_06 was indeed missing (but 2.3.3_05 was there). It is available now ( refresh your browser). I will check what went wrong. Thank you for reporting this. support Support

Object explorer cannot open odb file. ObjectDB many-to-many relationship

(u1.getAssignements()); em. refresh (u1); ///fetch the Assignements collection of u1 assertNotNull(u1

Activation Issue

.context.support.AbstractApplicationContext. refresh (AbstractApplicationContext.java:482) at org

Record is not clearing properly on remove

the removed object after it is removed from the database (a refresh may be needed). support Support

Failing to read entities under load in multithreaded tests

= 6249921651146397564L; @OneToOne(cascade=CascadeType. REFRESH , fetch=FetchType.EAGER) private TestEntity

Access to client/server database from multiple applications

data cache is enabled you have to use refresh or refreshAll in order to bypass that cache as

ObjectDB 2.3.2

instead of Long ) and then updated. Fixed retrieval with pessimistic lock to bypass cache and to force refresh .

ObjectDB 2.6.0

connecting to a server. Fixed a  NullPointerException  during close ( issue 1531 ). Fixed refresh of a new managed entity object after flush .

Enhancing a class causes it to not save changes.

= UPDATED_EXAMPLE_LABEL;         test = refresh (accounts, test.id);  

ObjectDB 2.4.7

Fixed bugs in cascading merge and refresh . Fixed an internal  java.lang.ArrayStoreException bug (com.objectdb.o.InvToOneLoadRequest). Fixed a regression bug (starting 2.4.4_13) in handling embeddable types. Fixed a performance regression (since 2.4.4_01) in query result retrieval. Added INFO

ObjectDB 2.5.7

Added Refresh toolbar button and accelerator key in the Explorer. Added support of retrieving database connection details. Fixed unstable activation in Mac OS. Fixed a bug in using FETCH JOIN in criteria queries. Fixed a bug in cascading remove when orphan removal is set. Fixed

ObjectDB 2.9.4_01

Fixed object version after JDO's refresh  ( issue 2970 ).