ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
3

javax.persistence.NonUniqueResultException

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

javax.persistence.LockTimeoutException

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

java.security.BasicPermission

- String getActions() String getActions() String getName() int hashCode() int hashCode() boolean
3

java.lang.RuntimeException

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

javax.persistence.NoResultException

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

javax.persistence.OptimisticLockException

) { 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

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.annotations.FetchPlan

: the fetch groups Default value: {} Since: JDO 2.1 int fetchSize The number of instances of multi ... . Returns: the fetch size Default value: 0 Since: JDO 2.1 int maxFetchDepth The depth of references
0

javax.jdo.annotations.Column

: JDBC type for this column Default value: "" Since: JDO 2.1 int length Maximum length of data stored ... of the column. Returns: the name of the column Default value: "" Since: JDO 2.1 int scale Scale for the column

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