ObjectDB ObjectDB

Internal Website Search

41-50 of 200 resultsRefresh
1

javax.jdo.annotations.Key

javax.jdo.annotations Annotation Key Target: Fields (including property get methods) Annotation for the key of a map relation. Corresponds to the xml element "key". Since: JDO 2.1 String column Name ... of the column to store the key in Default value: "" Since: JDO 2.1 Column[] columns The column(s) for the key
1

javax.jdo.JDOException

javax.jdo Exception JDOException java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.jdo.JDOException Implemented Interfaces: Serializable Subclasses: JDOCanRetryException, JDOFatalException This is the root of all JDO
1

javax.jdo.identity.IntIdentity

javax.jdo.identity Class IntIdentity java.lang.Object javax.jdo.identity.SingleFieldIdentity javax.jdo.identity.IntIdentity Implemented Interfaces: Externalizable, Serializable, Comparable This class is for identity with a single int field. Since: JDO 1.0 IntIdentity() Constructor
1

javax.jdo.identity.ByteIdentity

javax.jdo.identity Class ByteIdentity java.lang.Object javax.jdo.identity.SingleFieldIdentity javax.jdo.identity.ByteIdentity Implemented Interfaces: Externalizable, Serializable, Comparable This class is for identity with a single byte field. Since: JDO 1.0 ByteIdentity() Constructor
1

javax.jdo.identity.ShortIdentity

javax.jdo.identity Class ShortIdentity java.lang.Object javax.jdo.identity.SingleFieldIdentity javax.jdo.identity.ShortIdentity Implemented Interfaces: Externalizable, Serializable, Comparable This class is for identity with a single short field. Since: JDO 1.0 ShortIdentity
1

javax.jdo.datastore.DataStoreCache

javax.jdo.datastore Interface DataStoreCache Implementing Classes: EmptyDataStoreCache Many JDO ... of the cache by knowledgeable applications. This interface standardizes this behavior. Since: JDO 2.0 ... . Since: JDO 2.0 void evictAll() Evict the parameter instances from the second-level cache. Evict
1

javax.jdo.ObjectState

javax.jdo Enum ObjectState java.lang.Object java.lang.Enum<javax.jdo.ObjectState> javax.jdo.ObjectState Implemented Interfaces: Serializable, Comparable<ObjectState> This class defines the object states for JDO instances. Since: JDO 1.0 ObjectState DETACHED_CLEAN Since: JDO 1.0
1

javax.jdo.identity.LongIdentity

javax.jdo.identity Class LongIdentity java.lang.Object javax.jdo.identity.SingleFieldIdentity javax.jdo.identity.LongIdentity Implemented Interfaces: Externalizable, Serializable, Comparable This class is for identity with a single long field. Since: JDO 1.0 LongIdentity() Constructor
1

javax.jdo.identity.CharIdentity

javax.jdo.identity Class CharIdentity java.lang.Object javax.jdo.identity.SingleFieldIdentity javax.jdo.identity.CharIdentity Implemented Interfaces: Externalizable, Serializable, Comparable This class is for identity with a single character field. Since: JDO 1.0 CharIdentity
1

javax.jdo.InstanceCallbacks

javax.jdo Interface InstanceCallbacks Superinterfaces: ClearCallback, DeleteCallback, LoadCallback ... implements this interface. For JDO 2.0, InstanceCallbacks has been refactored to extend ... of the other callbacks. For backward compatibility with JDO 1.0, the InstanceCallbacks interface is preserved

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