ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
2

javax.jdo.annotations.PersistenceCapable

javax.jdo.annotations Annotation PersistenceCapable Target: Classes Annotation ... for this class or interface. Default value: javax.jdo.annotations.IdentityType.UNSPECIFIED Since: JDO 2.1 Persistent[] members Member declarations. Member declarations. Annotations for persistent members
2

javax.jdo.annotations.PersistenceAware

javax.jdo.annotations Annotation PersistenceAware Target: Classes Annotation to specify that the class is persistence-aware. If used, this is the only JDO annotation allowed on the class ... . Since: JDO 2.1 This annotation is a marker annotation (with no elements).
2

javax.jdo.annotations.ForeignKey

javax.jdo.annotations Annotation ForeignKey Target: Classes and fields (including property get methods) Annotation for a database foreign-key. Corresponds to the xml element "foreign-key". Since: JDO ... value: javax.jdo.annotations.ForeignKeyAction.RESTRICT Since: JDO 2.1 String[] members Member (field
2

javax.jdo.annotations.Transactional

javax.jdo.annotations Annotation Transactional Target: Fields (including property get methods) Annotation to indicate that a member (field or property) is transactional but not persistent ... . Since: JDO 2.1 This annotation is a marker annotation (with no elements).
2

javax.jdo.annotations.Element

javax.jdo.annotations Annotation Element Target: Fields (including property get methods) Annotation ... : delete action to apply to any foreign key for the element Default value: javax.jdo.annotations ... to apply to any foreign key for the element Default value: javax.jdo.annotations.ForeignKeyAction.UNSPECIFIED Since: JDO 2.1
2

javax.jdo.annotations.EmbeddedOnly

javax.jdo.annotations Annotation EmbeddedOnly Target: Classes Annotation for whether the class is only for persisting embedded into another object. Same as specifying @PersistenceCapable(embeddedOnly="true"). Since: JDO 2.1 This annotation is a marker annotation (with no elements).
2

javax.jdo.annotations.Serialized

javax.jdo.annotations Annotation Serialized Target: Fields (including property get methods) Annotation on a member (field or property) to indicate that the member is stored serialized. Such a member ... " elements. This is the same as specifying @Persistent(serialized="true"). Since: JDO 2.1 This annotation is a marker annotation (with no elements).
2

javax.jdo.annotations.Value

javax.jdo.annotations Annotation Value Target: Fields (including property get methods) Annotation ... foreign key for the value Default value: javax.jdo.annotations.ForeignKeyAction.UNSPECIFIED ... : javax.jdo.annotations.ForeignKeyAction.UNSPECIFIED Since: JDO 2.1
2

javax.jdo.annotations.Key

javax.jdo.annotations Annotation Key Target: Fields (including property get methods) Annotation ... Default value: javax.jdo.annotations.ForeignKeyAction.UNSPECIFIED Since: JDO 2.1 String dependent ... value: javax.jdo.annotations.ForeignKeyAction.UNSPECIFIED Since: JDO 2.1
2

javax.jdo.annotations.Columns

javax.jdo.annotations Annotation Columns Target: Classes and fields (including property get methods) Annotation for a group of columns. Since: JDO 2.1 Column[] value The columns annotation information. The columns annotation information. Returns: the columns Since: JDO 2.1

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