ObjectDB ObjectDB

Internal Website Search

11-20 of 141 resultsRefresh
18

Optimization Question

of data objects called tracks. These tracks change very frequently over time (every 10-15 seconds ... sequence executes when a track update comes in: - If it’s a new track simply add it to the database. - If it's an update to an existing track, delete the entire previous entry and then add in the new
17

Dirty checking

config settings to track changes to collections, e.g: http://www.objectdb.com/java/jpa/setting ... the config file to track array changes. 2) capture all entities changed during the transaction ... looking to do is to be able to use dirty tracking to a single 'view projection update' calculation
17

PostUpdate on array changes

"/> <cascade-persist always = "true" on-persist = "true" on-commit = "true"/> <dirty-tracking arrays ... is whether it is possible to track changes to lists of primitives? dmoshal David Moshal Hmm, digging into this some ... objectdb.conf file I will revisit the issue of dirty tracking of arrays. However, I have these new concerns
16

PersistenceManager.getObjectsById(Collection,boolean) throwing JDOException

may help. support Support Ok, I think it must be a problem with the way I'm keeping track of my oids ... :259) at peoiws5.track.server.DefaultTrackServer.processCommands(DefaultTrackServer.java:347) at peoiws5.track.server.DefaultTrackServer.handleNextCommands(DefaultTrackServer.java:333
13

Apache License, Version 2.0, January 2004

, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose
13

JPA / JDO Class Enhancer

tracking of persistent field modifications, avoiding the need for snapshot comparison of entities (as
13

ObjectDB License

to use ObjectDB. Support Limited free support is available through the Forum and via Issue Tracking
13

Posting Sample Code

To demonstrate a technical question or an issue - you may have to provide a complete runnable sample program. If an unexpected exception (e.g. NullPointerException or ClassCastException) is thrown by ObjectDB - posting the full stack trace with no sample program (using the Issue Tracking
11

Soft Reference Object Cache Recommendation

" /> <dirty-tracking arrays="false" /> My persisted class, "JdoBlob2", only contains a byte ... JdoBlob2 caching, then I think I must need to track all JdoBlob2s myself and, upon detecting a full JVM ... callback/listeners to track all objects in a manual strong reference list and upon GC detection manually
1

[ODB1] Chapter 6 - Persistent Objects

or as persistence aware. Otherwise, modifications cannot be tracked by ObjectDB, and at transaction

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