ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
5

Apparent Lazy Loading issues.

and persisted the OtherObjects prior to calling update on Holder and then it all works. However that then means any sub parts of OtherObjects (ie the Map<string,String>) don't get updated when they are changed ... (lines 136-139 for ExampleTest.java). I have attached the updated Maven project. Please let me know
5

Corrupted Database or error in ObjectDBExplorer?

the the classpath (either in the Explorer or using your application) in order to update the schema. support ... . This may fix the database. Please check and update. support Support Hello, the work around solves ... . Only when an object is stored in the database (e.g. during update) with a schema that doesn't include field, ObjectDB
5

Question about modification

valor = menu.nextInt(); em.getTransaction().begin(); Query consulta = em.createQuery("UPDATE vehículos ... valor = menu.next(); em.getTransaction().begin(); Query consulta = em.createQuery("UPDATE " + entidad ... .nextLine(); em.getTransaction().begin(); Query consulta = em.createQuery("UPDATE " + "SET
5

Recommendation - concurrent access multiple class v

servers are taken offline, updated, then put online. The remaining 2 servers are also updated. --- I can't update all 5 of them in the same time, because it must be no downtime for the current
5

@PrePersist Implementation

object is updated, to get the entity before the update use the @PreUpdate event, and to get the entity after the update use @PostUpdate. In order to be able to get told value in the @PreUpdate event
5

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

>             </cache-container>         </subsystem> clicker clicker Thank you for the update. Unfortunately every new version of JBoss includes updates that break portability with other software products ... Update: Version 2.4.3 fixes the problem of accessing ObjectDB from a stateless EJB. support Support
5

Should I be able to persist a JFrame (or gui components in general)?

, would be appreciated. milesdyson214 David Tyler Update...I got a bit eager trying ... to reply at this point. I have some more experimenting to do. milesdyson214 David Tyler Last update ... will still be "interesting" to me. Any help in this regard would be appreciated. milesdyson214 David Tyler > Last update
1

new objects not available in mappedBy associations

This seems to be the normal behavior - according to JPA the application has to update both sides in order to have a synchronized bi-directional relationship. In practice, however, the mapped side will be updated ... after the transaction is committed (or after the update and before commit, if your EntityManager
1

database corrupt

" /> <index-update enabled="true" priority="40" /> <query-cache results="4096mb" programs="500 ... . support Support thanks for the update, we change accordingly. this issue is just happening ... of your application with ObjectDB work properly? UPDATE: You already answered these questions just now. support Support
1

stress test -> com.objectdb.o.InternalException: null

. zmirc Mircea Chirac Thank you for the updates. Could you please send the test application in a new ... .getTransaction().commit();         em2.close();                 em1.createQuery("UPDATE TestEntity SET x ... as a result of running an UPDATE query on uncommitted flushed changes in some circumstances. A fix

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support