ObjectDB ObjectDB

Internal Website Search

1-10 of 31 resultsRefresh
43

Soft Reference Object Cache Recommendation

called to manipulate the softReferenceData in my JdoBlob2 instances, so there is a strong reference ... datastore page file cache keeping strong references to the pages that comprise the data of the byte ... [] that is not released and you expect to be released? Can you see a path of strong references from a root
29

Entity Management Settings

are "weak", "soft" and "strong". Modified entities are always held by strong references in
23

evictAll() behavior

- but it is less efficient and has some limitations. For example, strong references to your objects ... makeTransient / makeTransientAll). ObjectDB doesn't hold strong references to hollow objects, so if your application doesn't hold strong references either - they can be garbage collected. support
21

ObjectDB 2.8 Developer's Guide

(SQL, JDBC, ORM or JPA) is not required in order to follow this guide, but a strong background
21

Working with JPA Entity Objects

it and it is automatically removed from the persistence context. ObjectDB can be configured to use strong references or
21

Entity Management Config questions

). The valid values are "weak", "soft" and "strong". Modified entities are always held by strong ... : What exactly is the difference between "weak", "soft", and "strong" references? dmoshal David Moshal ... -weak-references For more information, please see: https://www.google.com/search?q=java+strong+weak+soft+reference&gws_rd=ssl support Support
7

Best practise loading big data

to hold strong references (which prevents garbage collection) to non dirty entity objects ... about the number of instances in the heap per type and paths of strong references from roots to objects? support ... with strong references, so hopefully the heap dump could help in understanding the issue. support Support
2

[ODB1] Chapter 6 - Persistent Objects

store transactions (which is the default in ObjectDB), there is a strong relationship between object
2

ObjectDB 1.0 Manual

(SQL, JDBC or JDO) is not required in order to follow this guide, but a strong background
2

[ODB1] Chapter 5 - JDO Connections

PersistenceManager instance, in any context, to return its associate Transaction object. The strong

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