ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
3

getPluralAttributes()

Method javax.persistence.metamodel.ManagedType Set<PluralAttribute<?,?,?>> getPluralAttributes() Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) of the managed type. Returns empty set if the managed type has no multi-valued attributes. Returns: Collection
3

getSingularAttributes()

Method javax.persistence.metamodel.ManagedType Set<SingularAttribute<?,?>> getSingularAttributes() Return the single-valued attributes of the managed type. Returns empty set if the managed type has no single-valued attributes. Returns: single-valued attributes Since: JPA 2.0
3

javax.persistence.criteria.Predicate

of the predicate. Returns empty list if there are no top-level conjuncts or disjuncts
3

getParameters()

Method javax.persistence.Query Set<Parameter<?>> getParameters() Get the parameter objects corresponding to the declared parameters of the query. Returns empty set if the query has no parameters. This method is not required to be supported for native queries. Returns: set of the parameter objects
3

getRoots()

Method javax.persistence.criteria.AbstractQuery Set<Root<?>> getRoots() Return the query roots. These are the roots that have been defined for the CriteriaQuery or Subquery itself, including any subquery roots defined as a result of correlation. Returns empty set if no roots have been defined
3

getGroupList()

Method javax.persistence.criteria.AbstractQuery List<Expression<?>> getGroupList() Return a list of the grouping expressions. Returns empty list if no grouping expressions have been specified. Modifications to the list do not affect the query. Returns: the list of grouping expressions Since: JPA 2.0
3

isNotMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isNotMember( Expression<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 expression
3

isMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isMember( Expression<E> elem, Expression<C> collection ) Create a predicate that tests whether an element is a member of a collection. If the collection is empty, the predicate will be false. Parameters: elem - element expression
0

Version.customStrategy

Annotation Element javax.jdo.annotations.Version String customStrategy Custom strategy for versioning of objects of this class. If customStrategy is non-empty, strategy must be UNSPECIFIED. Returns: the custom strategy for versioning objects of this class Default value: "" Since: JDO 2.1
0

addSubquery(sub, variableDeclaration, candidateCollectionExpression, parameters)

is the empty String for either the parameter or the value of the String[], or for any map key or value

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