ObjectDB ObjectDB

Internal Website Search

101-110 of 133 resultsRefresh
6

Show Sql/Jpql

Is there a way to show the executed Sql/Jpql in the console? wua Andreas Wurm You can set the log element in ObjectDB configuration to write logging also to the console:     <log path="$objectdb/log/" max="8mb" stdout="true" stderr="false" /> When stdout is set to true, all the logging
6

Conflicting modifiers .... (javax.persistence.Id, javax.persistence.ManyToOne)

(); if (l > Integer.MAX_VALUE) return -1; int i = (int) l; return i; } catch (javax
6

Exception when dataset bigger than treshold

" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false" /> <log-archive
6

"Automatic" Auditing

an object by persisting it again with [id, max-revision + 1]. Add another indexed boolean field
6

Visibility of changes in Transaction is not visible to a JPA QL Query

");    long oldAmount = bean.countItems();    if(oldAmount + howMany > Integer.MAX_VALUE
6

Threading Problem (maybe with Criteria)

will result in earlier and more exception. objectdb.conf was configured <processing cache="64mb" max
6

BIRT plugin: Trouble with Client/Server connection

: 2.5.6.b04 (server)objectdb.conf: <server> <connection port="6136" max="100
6

ObjectDB's Database Doctor Incorrect Error Report

could support the 256KB max page size? For my use case, this would make 4 less disk accesses in the Amazon AWS
6

watch out for your hosting provider migrating machines

My hosting provider recently had a very brief 'scheduled down time'. After which I was getting objectdb exceptions due to max persistent types in database (> 10). Turns out that hosting provider had migrated machines. Luckily I was able to deal with it quickly. I continue to believe
1

javax.servlet.ServletException: Annotated methods must follow the JavaBeans naming convention. __odbHidden_getPropertyName

widthPxSideBarLeft = 250; @Min(150) @Max(400) public int getWidthPxSideBarLeft() { return widthPxSideBarLeft

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