ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
9

Examples of queries

Dear ObjectDB, Is there somewhere an example in Java that uses getResultList for a Group by query. Like: SELECT ProductID ,SUM(Quantity) FROM OrderDetails Group by ProductID; Best Regards, Paul ... for GROUP BY but for common for queries that return multiple expressions in every result. support Support
0

removeGroup(fetchGroupName)

Method javax.jdo.FetchPlan FetchPlan removeGroup( String fetchGroupName ) Remove the fetch group from the set active fetch groups. Parameters: fetchGroupName - Returns: the FetchPlan Since: JDO 2.0
0

Persistent.defaultFetchGroup

Annotation Element javax.jdo.annotations.Persistent String defaultFetchGroup Whether this member is in the default fetch group. Returns: whether this member is in the default fetch group Default value: "" Since: JDO 2.1
0

clearGroups()

Method javax.jdo.FetchPlan FetchPlan clearGroups() Remove all active groups leaving no active fetch group. Returns: the FetchPlan Since: JDO 2.0
0

FetchGroup.postLoad

Annotation Element javax.jdo.annotations.FetchGroup String postLoad Whether we should load this group as part of the post load process. Returns: whether we should load this group as part of the post load process. Default value: "" Since: JDO 2.1
0

addGroup(fetchGroupName)

Method javax.jdo.FetchPlan FetchPlan addGroup( String fetchGroupName ) Add the fetch group to the set of active fetch groups. Parameters: fetchGroupName - Returns: the FetchPlan Since: JDO 2.0
0

FetchGroup.name

Annotation Element javax.jdo.annotations.FetchGroup String name Name of the fetch group. Returns: the name of the fetch group Default value: "" Since: JDO 2.1
0

FetchGroup.members

Annotation Element javax.jdo.annotations.FetchGroup Persistent[] members Members (fields and properties) of the fetch group. The members should contain only name and recursionDepth. Returns: members for the fetch group Since: JDO 2.1
0

FetchGroup.fetchGroups

Annotation Element javax.jdo.annotations.FetchGroup String[] fetchGroups Fetch groups to be nested (included) in this fetch group. Default value: {} Since: JDO 2.1
0

FetchGroups.value

Annotation Element javax.jdo.annotations.FetchGroups FetchGroup[] value The Fetch Groups Returns: The Fetch Groups 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