ObjectDB ObjectDB

Internal Website Search

181-190 of 200 resultsRefresh
2

javax.persistence.PessimisticLockException

that was supplied via one of the constructors requiring a Throwable, or that was set after creation ... can override it to return a cause set by some other means. This is appropriate for a "legacy ... for output Since: Java JDK1.1 void setStackTrace(StackTraceElement[] stackTrace) Sets the stack trace
2

java.lang.Exception

requiring a Throwable, or that was set after creation with the initCause(Throwable) method. While it is typically unnecessary to override this method, a subclass can override it to return a cause set by ... to use for output Since: Java JDK1.1 void setStackTrace(StackTraceElement[] stackTrace) Sets the stack
0

javax.jdo.JDODetachedFieldAccessException

to this throwable. Since: Java 1.4 void setStackTrace(StackTraceElement[] stackTrace) Sets the stack trace ... . Sets the stack trace elements that will be returned by getStackTrace() and printed by printStackTrace ... via one of the constructors requiring a Throwable, or that was set after creation with the initCause
0

javax.jdo.JDOFatalInternalException

[] stackTrace) Sets the stack trace elements that will be returned by getStackTrace() and printed by printStackTrace() and related methods. Sets the stack trace elements that will be returned by ... that was set after creation with the initCause(Throwable) method. While it is typically unnecessary
0

setDetachAllOnCommit(flag)

Method javax.jdo.PersistenceManager void setDetachAllOnCommit( boolean flag ) Sets the detachAllOnCommit setting. DetachAllOnCommit set to false specifies that the state of persistent instances in the cache after commit is defined by the retainValues flag. With this flag set to true
0

setCopyOnAttach(flag)

Method javax.jdo.PersistenceManager void setCopyOnAttach( boolean flag ) Sets the copyOnAttach setting. CopyOnAttach set to true specifies that during makePersistent, copies are made of detached parameter instances. With this flag set to false, detached parameter instances are attached directly
0

setCopyOnAttach(flag)

Method javax.jdo.PersistenceManagerFactory void setCopyOnAttach( boolean flag ) Sets the default copyOnAttach setting for all PersistenceManager instances obtained from this factory. CopyOnAttach set ... . With this flag set to false, detached parameter instances are attached directly and change their state
0

javax.jdo.JDOFatalException

setStackTrace(StackTraceElement[] stackTrace) Sets the stack trace elements that will be returned by getStackTrace() and printed by printStackTrace() and related methods. Sets the stack trace elements ... a Throwable, or that was set after creation with the initCause(Throwable) method
0

javax.jdo.JDOUserException

.4 void setStackTrace(StackTraceElement[] stackTrace) Sets the stack trace elements that will be returned by getStackTrace() and printed by printStackTrace() and related methods. Sets the stack trace ... via one of the constructors requiring a Throwable, or that was set after creation with the initCause(Throwable) method
0

setRange(fromInclToExcl)

Method javax.jdo.Query void setRange( String fromInclToExcl ) Set the range of results to return. The parameter is a String containing a comma-separated fromIncl and toExcl. The fromIncl and toExcl ... 100 instances, and fromIncl is set to 50, and toExcl is set to 70, then the first 50 results

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