ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
50

javax.persistence.Embedded

javax.persistence Annotation Embedded Target: Fields (including property get methods) Specifies a persistent field or property of an entity whose value is an instance of an embeddable class ... defaulted by the embeddable class. Example: @Embedded @AttributeOverrides({ @AttributeOverride
6

[ODB1] Chapter 4 - JDO Metadata

" default-fetch-group="false" /> <field name="f5" embedded="true" /> <field name="f6" embedded="false" /> <field name="f7" null-value="exception" /> <field name="f8" null-value ... can change the default, as demonstrated by fields f3 and f4. embedded (true | false) The embedded
5

javax.jdo.annotations.Embedded

javax.jdo.annotations Annotation Embedded Target: Fields (including property get methods) Annotation to define that the object is embedded into the table of the owning object. Corresponds to the xml element "embedded". Since: JDO 2.1 Persistent[] members Members for this embedding. Members
5

Value.embedded

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

Key.embedded

Annotation Element javax.jdo.annotations.Key String embedded Whether this key is embedded. Returns: whether this key is embedded Default value: "" Since: JDO 2.1
5

Element.embedded

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

Embedded.nullIndicatorColumn

Annotation Element javax.jdo.annotations.Embedded String nullIndicatorColumn The column in the embedded object used to judge if the embedded object is null. Returns: the null indicator column Default value: "" Since: JDO 2.1
5

Embedded.members

Annotation Element javax.jdo.annotations.Embedded Persistent[] members Members for this embedding. Returns: the members embedded in the field or property being annotated Default value: {} Since: JDO 2.1
5

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
5

Embedded.ownerMember

Annotation Element javax.jdo.annotations.Embedded String ownerMember The member in the embedded object that links back to the owning object where it has a bidirectional relationship. Returns: the member that refers to the owner 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