ObjectDB Database Search

51-81 of 81 results

no query result

-Georg Zwicker Regarding the issues with the forum, could you please refresh the browser ... refreshed . Issue solved   hgzpincher Hans-Georg Zwicker

Optimistic locking: prevent version increment on entity collection attribute

the collection and not delete any of the Readings from the DB. Also, refreshing or reading

javax.persistence.PersistenceException

. It worked only after I refreshed the workspace and cleaned then project. Thanks for your help.   cmahony cmahony Craig Mahony

Update Entity references if we change the type of an entity

to detect that the reference is 'broken' and then try to refresh the reference.   A one file

Spring Data JPA - PersistenceException thrown

.AbstractApplicationContext. refresh (AbstractApplicationContext.java:480) at org.springframework.test.context

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

JPA vs JDO - which is more efficient for OneToMany queries?

automatically, but only when you read the object that contains the inverse field (again) or refresh

Database Inconsistency or corruption

, and after loading the up to date data from the database (e.g. by using refresh ) both sides will reflect the new

mappedBy problem

(Employee) is retrieved or refreshed from the database - as long as the owner side is set

Query perfromance problem

- handleRequest:  /catalogs/product-list.htm - 10484 ms Refreshing this page with any other column

JQL-Update Queries fails with activated L2-Cache

refresh to enforce bypassing the L2 cache, or clear the L2 cache explicitly. support Support

ObjectDB 2.9.3_01

Fixed issue #2964  part 2 (posts 15-...) - refresh after flush can fail.

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 ).