ObjectDB ObjectDB

Internal Website Search

101-110 of 200 resultsRefresh
13

Need help to make this test work and define proper annotations for entities Lists

and no entity is static. package testodb; import java.io.File; import java.io.Serializable ... ; public class TestODB implements Serializable {          public static void main(String[] args ... class OrderDat implements Serializable {             @Id @GeneratedValue private long id
3

javax.persistence.PersistenceContextType

javax.persistence Enum PersistenceContextType java.lang.Object java.lang.Enum<javax.persistence.PersistenceContextType> javax.persistence.PersistenceContextType Implemented Interfaces: Serializable, Comparable<PersistenceContextType> Specifies whether a transaction-scoped or extended
3

java.lang.Exception

java.lang Exception Exception java.lang.Object java.lang.Throwable java.lang.Exception Implemented Interfaces: Serializable Subclasses: RuntimeException The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want
0

javax.jdo.JDOFatalException

javax.jdo Exception JDOFatalException java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.jdo.JDOException javax.jdo.JDOFatalException Implemented Interfaces: Serializable Subclasses
0

javax.jdo.annotations.InheritanceStrategy

javax.jdo.annotations Enum InheritanceStrategy java.lang.Object java.lang.Enum<javax.jdo.annotations.InheritanceStrategy> javax.jdo.annotations.InheritanceStrategy Implemented Interfaces: Serializable, Comparable<InheritanceStrategy> Enumeration of the inheritance strategy values
0

javax.jdo.JDOUserException

Interfaces: Serializable Subclasses: JDODetachedFieldAccessException, JDONullIdentityException
0

javax.jdo.annotations.SequenceStrategy

javax.jdo.annotations Enum SequenceStrategy java.lang.Object java.lang.Enum<javax.jdo.annotations.SequenceStrategy> javax.jdo.annotations.SequenceStrategy Implemented Interfaces: Serializable, Comparable<SequenceStrategy> Enumeration of the sequence strategy values. Since: JDO 2.1
0

javax.jdo.annotations.PersistenceModifier

javax.jdo.annotations Enum PersistenceModifier java.lang.Object java.lang.Enum<javax.jdo.annotations.PersistenceModifier> javax.jdo.annotations.PersistenceModifier Implemented Interfaces: Serializable, Comparable<PersistenceModifier> Enumeration of the persistence-modifier values
0

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
0

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

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