ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
3

java.lang.Throwable

); } static void crunch(int[] a) { mash(a); } static void mash(int[] b
3

javax.persistence.Version

other than the primary table will not be portable. The following types are supported for version properties: int ... ="OPTLOCK") protected int getVersionNum() { return versionNum; } Since: JPA 1.0 Learn
0

printStackTrace()

[] args) { crunch(null); } static void crunch(int[] a) { mash(a); } static void mash(int[] b) { System.out.println(b[0]); } } The backtrace
0

javax.jdo.JDOOptimisticVerificationException

(int[] a) { mash(a); } static void mash(int[] b) { System.out.println(b[0
0

javax.jdo.JDONullIdentityException

) { crunch(null); } static void crunch(int[] a) { mash(a); } static void mash(int[] b) { System.out.println(b[0]); } } The backtrace for a throwable
0

javax.jdo.JDOFatalUserException

void main(String[] args) { crunch(null); } static void crunch(int[] a) { mash(a); } static void mash(int[] b) { System.out.println(b[0
0

printStackTrace()

[] args) { crunch(null); } static void crunch(int[] a) { mash(a); } static void mash(int[] b) { System.out.println(b[0]); } } The backtrace
0

javax.jdo.JDOCanRetryException

) { crunch(null); } static void crunch(int[] a) { mash(a); } static void mash(int[] b) { System.out.println(b[0]); } } The backtrace for a throwable
0

printStackTrace()

[] args) { crunch(null); } static void crunch(int[] a) { mash(a); } static void mash(int[] b) { System.out.println(b[0]); } } The backtrace
0

javax.jdo.JDODataStoreException

); } static void crunch(int[] a) { mash(a); } static void mash(int[] b

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