ObjectDB ObjectDB

Internal Website Search

41-50 of 200 resultsRefresh
33

Persistence()

Constructor javax.persistence.Persistence Persistence() Since: JPA 1.0
3

JDOObjectNotFoundException(msg, nested)

Constructor javax.jdo.JDOObjectNotFoundException JDOObjectNotFoundException( String msg, Throwable[] nested ) Constructs a new JDOObjectNotFoundException with the specified detail message and nested Throwables. Parameters: msg - the detail message. nested - the nested Throwable[]. Since: JDO 1.0.1
3

JDOObjectNotFoundException(msg, nested, failed)

Constructor javax.jdo.JDOObjectNotFoundException JDOObjectNotFoundException( String msg, Throwable nested, Object failed ) Constructs a new JDOFatalInternalException with the specified detail message, nested Throwables, and failed object. Parameters: msg - the detail message. nested - the nested Throwable. failed - the failed object. Since: JDO 1.0.1
3

JDOObjectNotFoundException(msg)

Constructor javax.jdo.JDOObjectNotFoundException JDOObjectNotFoundException( String msg ) Constructs a new JDOObjectNotFoundException with the specified detail message. Parameters: msg - the detail message. Since: JDO 1.0.1
3

JDOObjectNotFoundException()

Constructor javax.jdo.JDOObjectNotFoundException JDOObjectNotFoundException() Constructs a new JDOObjectNotFoundException without a detail message. Since: JDO 1.0.1
3

JDOObjectNotFoundException(msg, nested)

Constructor javax.jdo.JDOObjectNotFoundException JDOObjectNotFoundException( String msg, Throwable nested ) Constructs a new JDOObjectNotFoundException with the specified detail message and nested Throwables. Parameters: msg - the detail message. nested - the nested Throwable. Since: JDO 1.0.1
3

JDOObjectNotFoundException(msg, failed)

Constructor javax.jdo.JDOObjectNotFoundException JDOObjectNotFoundException( String msg, Object failed ) Constructs a new JDOObjectNotFoundException with the specified detail message and failed object. Parameters: msg - the detail message. failed - the failed object. Since: JDO 1.0.1
3

JDOCanRetryException(msg, nested)

Constructor javax.jdo.JDOCanRetryException JDOCanRetryException( String msg, Throwable[] nested ) Constructs a new JDOCanRetryException with the specified detail message and nested Throwables. Parameters: msg - the detail message. nested - the nested Throwable[]. Since: JDO 1.0
3

JDOCanRetryException(msg)

Constructor javax.jdo.JDOCanRetryException JDOCanRetryException( String msg ) Constructs a new JDOCanRetryException with the specified detail message. Parameters: msg - the detail message. Since: JDO 1.0
3

JDOCanRetryException()

Constructor javax.jdo.JDOCanRetryException JDOCanRetryException() Constructs a new JDOCanRetryException without a detail message. Since: JDO 1.0

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