ObjectDB ObjectDB

Internal Website Search

71-80 of 125 resultsRefresh
9

Memory error during commit, if @ElementCollection field contains many elements

a hint to the implementation, but the implementation can still load content eagerly. ObjectDB follows the lazy setting hint for relationships between entity objects but not for content in the entity
9

Failed to write the value of field using reflection (error 363) on LAZY fetch

.g. a Modell has several Artikels) . When I remove the LAZY hint (query.setHint("objectdb.result ... hints? The Mapping of class Modell and its member: @Entity class Modell { ... @OneToMany(fetch
9

Mapped (Inverse) LAZY @OneToMany vs. Unmapped LAZY @OneToMany

);         }     } } webel Dr Darren Kelly LAZY in JPA is a hint. If your code is enhanced (as ... .objectdb.test.console.TestLazyOneToMany Then ObjectDB follow the hint and the output is: a.listA
6

like operator (String)

. The GUI related methods will add implicit a '%' character. Additional hint: objectdb-2.4.7_07
6

Level 2 cache not hit in @ManyToOne

. You can change this behavior by setting the "objectdb.result-fetch" query hint to LAZY. By doing
6

Set timeout for BatchQueryItr

( unknown source ) xirt Sylvain You can set a query execution timeout as a query hint. The many
6

Performance in SELECT statement

<TestEntity> results = query.getResultList(); I would be very happy if someone could give me a hint
1

Use temporary files to enable very large transactions

and file-size usage between in-memory(<2GB) and temporary file(8GB)? Hint: We currently use version
1

Deleting archive log folder causes exception

file. Can you provide us some hint, how to solve this problem? Thanks Marta Maruta M Sedlakova
1

Negative snapshot user count exception

. by providing a link in a private support ticket) we can try getting some hint. support Support

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