ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
2

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
2

getOrderList()

Method javax.persistence.criteria.CriteriaQuery List<Order> getOrderList() Return the ordering expressions in order of precedence. Returns empty list if no ordering expressions have been specified. Modifications to the list do not affect the query. Returns: the list of ordering expressions Since: JPA 2.0
2

javax.persistence.TypedQuery

. Get the parameter objects corresponding to the declared parameters of the query. Returns empty set
2

getExpressions()

Method javax.persistence.criteria.Predicate List<Expression<Boolean>> getExpressions() Return the top-level conjuncts or disjuncts of the predicate. Returns empty list if there are no top-level conjuncts or disjuncts of the predicate. Modifications to the list do not affect the query. Returns: list of boolean expressions forming the predicate Since: JPA 2.0
2

getDeclaredAttributes()

Method javax.persistence.metamodel.ManagedType Set<Attribute<X,?>> getDeclaredAttributes() Return the attributes declared by the managed type. Returns empty set if the managed type has no declared attributes. Returns: declared attributes of the managed type Since: JPA 2.0
2

javax.persistence.criteria.CriteriaBuilder.In

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

javax.persistence.criteria.Fetch

that have been made from this type. Returns empty set if no fetch joins have been made from this type
0

Persistent.customValueStrategy

Annotation Element javax.jdo.annotations.Persistent String customValueStrategy Custom value strategy to use to generate the value for this field or property (if any). If customValueStrategy is non-empty, then valueStrategy must be UNSPECIFIED. Returns: the custom value strategy Default value: "" Since: JDO 2.1
0

DatastoreIdentity.customStrategy

Annotation Element javax.jdo.annotations.DatastoreIdentity String customStrategy Custom strategy to use to generate the value for the identity. If customStrategy is non-empty, then strategy must be UNSPECIFIED. Returns: the custom strategy Default value: "" Since: JDO 2.1
0

javax.jdo.annotations.Version

of this class. Custom strategy for versioning of objects of this class. 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