ObjectDB ObjectDB

Internal Website Search

131-140 of 200 resultsRefresh
3

javax.persistence.LockTimeoutException

. Since: JPA 2.0 LockTimeoutException() Constructs a new LockTimeoutException exception with null as its detail message. Constructs a new LockTimeoutException exception with null as its detail message. Since: JPA 2.0 LockTimeoutException(String message) Constructs a new LockTimeoutException exception
3

javax.persistence.OptimisticLockException

) OptimisticLockException() Constructs a new OptimisticLockException exception with null as its detail message. Constructs a new OptimisticLockException exception with null as its detail message. Since: JPA 1.0 OptimisticLockException(String message) Constructs a new OptimisticLockException exception with the specified
3

java.lang.Throwable

: another throwable that caused this throwable to get thrown. The cause facility is new in release 1.4 ... : via a constructor that takes the cause as an argument, or via the initCause(Throwable) method. New throwable ... new HighLevelException(le); // Chaining-aware constructor } Because the initCause method
3

javax.persistence.QueryTimeoutException

.0 QueryTimeoutException() Constructs a new QueryTimeoutException exception with null as its detail message. Constructs a new QueryTimeoutException exception with null as its detail message. Since: JPA 2.0 QueryTimeoutException( Query query) Constructs a new QueryTimeoutException exception
3

javax.persistence.PessimisticLockException

() Constructs a new PessimisticLockException exception with null as its detail message. Constructs a new ... PessimisticLockException(String message) Constructs a new PessimisticLockException exception with the specified detail message. Constructs a new PessimisticLockException exception with the specified detail message
0

Step 4: Run the Application

for the first time, a new ObjectDB database file is generated in the db subdirectory under the ObjectDB
0

javax.jdo.JDOUserException

errors that can possibly be retried. Since: JDO 1.0 JDOUserException() Constructs a new JDOUserException without a detail message. Constructs a new JDOUserException without a detail message. Since: JDO 1.0 JDOUserException(String msg) Constructs a new JDOUserException with the specified
0

javax.jdo.JDOOptimisticVerificationException

.0.1 JDOOptimisticVerificationException() Constructs a new JDOOptimisticVerificationException without a detail message. Constructs a new JDOOptimisticVerificationException without a detail message. Since: JDO 1.0.1 JDOOptimisticVerificationException(String msg) Constructs a new
0

javax.jdo.JDONullIdentityException

where an identity field is null. Since: JDO 2.0 JDONullIdentityException() Constructs a new JDONullIdentityException without a detail message. Constructs a new JDONullIdentityException without a detail message. Since: JDO 2.0 JDONullIdentityException(String msg) Constructs a new
0

javax.jdo.JDODetachedFieldAccessException

is detached. Since: JDO 2.0 JDODetachedFieldAccessException() Constructs a new JDODetachedFieldAccessException without a detail message. Constructs a new JDODetachedFieldAccessException without a detail message. Since: JDO 2.0 JDODetachedFieldAccessException(String msg) Constructs a new

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