ObjectDB ObjectDB

Internal Website Search

101-110 of 200 resultsRefresh
0

Persistent.serialized

Annotation Element javax.jdo.annotations.Persistent String serialized Whether this member is serialized into a single column. Returns: whether this member is serialized into a single column Default value: "" Since: JDO 2.1
0

Persistent.nullValue

Annotation Element javax.jdo.annotations.Persistent NullValue nullValue Behavior when this member contains a null value. Returns: the behavior when this member contains a null value Default value: javax.jdo.annotations.NullValue.NONE Since: JDO 2.1
0

Persistent.embeddedValue

Annotation Element javax.jdo.annotations.Persistent String embeddedValue Whether the values of this member are embedded. Returns: whether the values of this member are embedded Default value: "" Since: JDO 2.1
0

Persistent.mappedBy

Annotation Element javax.jdo.annotations.Persistent String mappedBy Name of the related member in the other class where this value is mapped (bidirectional relationship). Returns: the related member in the other class Default value: "" Since: JDO 2.1
0

Persistent.embedded

Annotation Element javax.jdo.annotations.Persistent String embedded Whether this member is embedded. Returns: whether this member is embedded Default value: "" Since: JDO 2.1
0

Persistent.dependentValue

Annotation Element javax.jdo.annotations.Persistent String dependentValue Whether the values of this member are dependent. Returns: whether the values of this member are dependent Default value: "" Since: JDO 2.1
0

Persistent.embeddedKey

Annotation Element javax.jdo.annotations.Persistent String embeddedKey Whether the keys of this member are embedded. Returns: whether the keys of this member are embedded Default value: "" Since: JDO 2.1
0

Persistent.embeddedElement

Annotation Element javax.jdo.annotations.Persistent String embeddedElement Whether the elements of this member are embedded. Returns: whether the elements of this member are embedded Default value: "" Since: JDO 2.1
0

Persistent.dependent

Annotation Element javax.jdo.annotations.Persistent String dependent Whether related object(s) of this member are dependent and so deleted when this object is deleted. Returns: whether the related object(s) of this member are dependent Default value: "" Since: JDO 2.1
0

Persistent.defaultFetchGroup

Annotation Element javax.jdo.annotations.Persistent String defaultFetchGroup Whether this member is in the default fetch group. Returns: whether this member is in the default fetch group Default value: "" 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