ObjectDB ObjectDB

Internal Website Search

61-70 of 138 resultsRefresh
8

Index causes increased memory usage

have to take a look at the database file count Monday as well. According to the documentation ... - On another note, we are working with an 8-core processor. The recommended thread count
8

Listing large number of complicated objects with paging.

.setFirstResult(start).setMaxResults(count).getResultList(); is quite slow. Well, after first request ... .hplxtool.dao.impl.ProductDAOImpl - Start: 250, count: 50 2011-11-15 19:31:03.219 [http-bio-8080-exec-3
8

@ElementCollection query returning extra result per element in collection

what this is for now. The issue in my app is that the 'count' of the records is different ... , but not so easy to add with the 'count' while re-using the same predicates. This is indeed, not a bug Willks William
8

Query perfromance problem

. Anyway, one of my methods in DAO looks like this:  public List<Product> list(int start, int count, String ... ).setMaxResults(count).getResultList();    logger.debug("Query executed");   } catch
8

Database corrupted after schema change

------------------- [1] Page #19753 entry 0 has unexpected field count (7 instead of 5) 0. oid => '567651 ... entry 1 has unexpected field count (7 instead of 5) 0. oid => '559770' 1. deleted => false 2
1

Database access error , Doctor hanging on trying to repair, production shutdown at our biggest customer

------------------- [1] Unexpected total object count: 56960598 (expected 56960597) BTree Value Errors ------------------ [1] com.agile.hummingbird.ObjectProperty - Unexpected object count: 49830620 (actual 49830619) Page
1

Error 990 when querying a class with persistence-capable-superclass

.spiffymap.jdo.JdoDaoBase.count(JdoDaoBase.java:143) JdoDaoBase.java:143 is the last line of the following: Query query = pm.newQuery(); query.setResult("count(this)"); query.setClass(myClass); return
1

Issues with JDO Casting & Full Qualified Names

COUNT(e) FROM MyEntity e WHERE ((com.test.F328.EmbeddedB)e.embeddeds.get('test2')).superB = '123 ... WITH EXCEPTION HERE         String query = "SELECT COUNT(e) FROM MyEntity e
1

Querying error - java.lang.ClassCastException: com.objectdb.o.STV

: 7221069219291554102 (expected 11) [4] Unexpected total object count: 3691044274576634723 (expected 1378) [5] Unexpected total page count: 8719319783396618851 (expected 2816) Page Relation Errors
1

[ObjectDB 2.6.9] Unexpected exception (Error 990)

------------------- [1] Unexpected total object count: 189979358 (expected 189979356) BTree Value Errors ------------------ [1] cl.intelidata.jpaodb.Movil - Unexpected object count

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