ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
8

JPA Query Structure (JPQL / Criteria)

, multiselect, array, tuple, construct). Criteria FROM (from, join, fetch). Criteria WHERE (where). Criteria
8

JPA Queries

variables, join and fetch): Other criteria query expressions (for all the query clauses):
8

JPA Annotations for Relationships

annotation enables configuring cascade and fetch policy, using the following enum types: Additional
8

JPA Criteria API Queries

). FROM clause (from, join, fetch). WHERE clause (where). GROUP BY / HAVING clauses (groupBy, having
1

javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager

(int fieldNumber) Fetch one field from the field manager. Fetch one field from the field manager ... byte fetchByteField(int fieldNumber) Fetch one field from the field manager. Fetch one field from ... the ObjectId. Since: JDO 1.0 char fetchCharField(int fieldNumber) Fetch one field from the field manager
1

javax.jdo.FetchGroup

javax.jdo Interface FetchGroup FetchGroup represents a named fetch group for a specific class or interface. A fetch group instance identifies the name of the class or interface, the list of members (fields or properties) to be fetched when the fetch group is active, and the recursion depth for each
0

javax.jdo.annotations.FetchGroup

javax.jdo.annotations Annotation FetchGroup Target: Classes Annotation for the fetch group of a class. Corresponds to the xml element "fetch-group". Since: JDO 2.1 String[] fetchGroups Fetch groups to be nested (included) in this fetch group. Fetch groups to be nested (included) in this fetch group
0

javax.jdo.annotations.FetchPlan

javax.jdo.annotations Annotation FetchPlan Target: Classes Annotation for the fetch plan of a persistence manager, query, or extent. Corresponds to the xml element "fetch-plan". Since: JDO 2.1 String[] fetchGroups The fetch groups in this fetch plan. The fetch groups in this fetch plan. Returns
0

retrieveAll(useFetchPlan, pcs)

fetch group must be retrieved, and the implementation might retrieve more fields than the current fetch group. If the useFetchPlan parameter is false, this method behaves exactly as the corresponding method without the useFetchPlan parameter. If the useFetchPlan parameter is true, and the fetch plan
0

retrieveAll(pcs, useFetchPlan)

fetch group must be retrieved, and the implementation might retrieve more fields than the current fetch group. If the useFetchPlan parameter is false, this method behaves exactly as the corresponding method without the useFetchPlan parameter. If the useFetchPlan parameter is true, and the fetch plan

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