ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
4

isNotMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isNotMember( E elem, Expression<C> collection ) Create a predicate that tests whether an element is not a member of a collection. If the collection is empty, the predicate will be true. Parameters: elem - element collection - expression Returns: is-not-member predicate Since: JPA 2.0
4

isNotMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isNotMember( Expression<T> elem, Expression<T> collection ) Create a predicate that tests whether an element is not a member ... collection - expression Returns: is-not-member predicate Since: JPA 2.0
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

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
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.dependentKey

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

Persistent.table

Annotation Element javax.jdo.annotations.Persistent String table Table to use for persisting this member. Returns: the table to use for persisting this member Default value: "" Since: JDO 2.1
0

Persistent.dependentElement

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

Persistent.serializedValue

Annotation Element javax.jdo.annotations.Persistent String serializedValue Whether the values of this member are serialized. Returns: whether the values of this member are serialized 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