ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
0

currentTime()

Method javax.persistence.criteria.CriteriaBuilder Expression<Time> currentTime() Create expression to return current time. Returns: expression for current time Since: JPA 2.0
0

currentTimestamp()

Method javax.persistence.criteria.CriteriaBuilder Expression<Timestamp> currentTimestamp() Create expression to return current timestamp. Returns: expression for current timestamp Since: JPA 2.0
0

isDeleted(pc)

Method javax.jdo.spi.StateInterrogation Boolean isDeleted( Object pc ) Tests whether the parameter instance has been deleted. Instances that have been deleted in the current transaction return ... if the parameter instance was deleted in the current transaction. Since: JDO 2.0
0

isDirty(pc)

Method javax.jdo.spi.StateInterrogation Boolean isDirty( Object pc ) Tests whether the parameter instance is dirty. Instances that have been modified, deleted, newly made persistent in the current ... the current transaction, or while detached. Since: JDO 2.0 See Also: StateManager.makeDirty
0

getFetchGroups()

Method javax.jdo.PersistenceManagerFactory Set getFetchGroups() Get a modifiable Set containing a mutable copy of all currently active (in scope) fetch groups. The methods addFetchGroups ... of all currently active fetch groups Throws: SecurityException - if the caller is not authorized for JDOPermission ("getMetadata") Since: JDO 2.2
0

javax.jdo.JDOOptimisticVerificationException

the execution stack trace. This method records within this Throwable object information about the current state of the stack frames for the current thread. Returns: a reference to this Throwable instance
0

javax.jdo.JDONullIdentityException

within this Throwable object information about the current state of the stack frames for the current thread
0

javax.jdo.JDOFatalUserException

. This method records within this Throwable object information about the current state of the stack frames for the current thread. Returns: a reference to this Throwable instance. Since: Java JDK1.0
0

makeTransientAll(pcs, useFetchPlan)

. The state of fields is unchanged. If the useFetchPlan parameter is true, then the current FetchPlan ... . Parameters: pcs - the root instances to make transient. useFetchPlan - whether to use the current fetch
0

makeTransient(pc, useFetchPlan)

is unchanged. If the useFetchPlan parameter is true, then the current FetchPlan is applied to the pc ... . useFetchPlan - whether to use the current fetch plan to determine which fields to load and which instances to make transient Since: JDO 2.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