ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
2

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
2

getCorrelatedJoins()

Method javax.persistence.criteria.Subquery Set<Join<?,?>> getCorrelatedJoins() Return the correlated joins of the subquery. Returns empty set if the subquery has no correlated joins. Modifications to the set do not affect the query. Returns: the correlated joins of the subquery Since: JPA 2.0
2

javax.persistence.metamodel.Metamodel

. Return the metamodel embeddable types. Returns empty set if there are no embeddable types. Returns
2

isMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isMember( 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 collection - expression Returns: is-member predicate Since: JPA 2.0
2

getDeclaredPluralAttributes()

Method javax.persistence.metamodel.ManagedType Set<PluralAttribute<X,?,?>> getDeclaredPluralAttributes() Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) declared by the managed type. Returns empty set if the managed type has no declared multi-valued
2

isMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isMember( Expression<T> elem, Expression<T> 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
2

getJoins()

Method javax.persistence.criteria.From Set<Join<X,?>> getJoins() Return the joins that have been made from this bound type. Returns empty set if no joins have been made from this bound type. Modifications to the set do not affect the query. Returns: joins made from this type Since: JPA 2.0
2

getParameters()

Method javax.persistence.criteria.CriteriaQuery Set<ParameterExpression<?>> getParameters() Return the parameters of the query. Returns empty set if there are no parameters. Modifications to the set do not affect the query. Returns: the query parameters Since: JPA 2.0
0

javax.jdo.annotations.Discriminator

. If customStrategy is non-empty, then strategy must be UNSPECIFIED. Returns: the custom strategy Default value
0

javax.jdo.annotations.DatastoreIdentity

strategy to use to generate the value for the identity. If customStrategy is non-empty

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