ObjectDB ObjectDB

Internal Website Search

11-20 of 200 resultsRefresh
49

javax.persistence.criteria.Root

> fetch(String attributeName) Create a fetch join to the specified attribute using an inner join. Create a fetch join to the specified attribute using an inner join. Parameters: attributeName - name ... attribute using an inner join. Create a fetch join to the specified collection-valued attribute
43

join(attribute)

Method javax.persistence.criteria.From Join<X,Y> join( SingularAttribute<?,Y> attribute ) Create an inner join to the specified single-valued attribute. Parameters: attribute - target of the join Returns: the resulting join Since: JPA 2.0
43

join(attributeName)

Method javax.persistence.criteria.From Join<X,Y> join( String attributeName ) Create an inner join to the specified attribute. Parameters: attributeName - name of the attribute for the target of the join Returns: the resulting join Throws: IllegalArgumentException - if attribute of the given name does not exist Since: JPA 2.0
42

join(map)

Method javax.persistence.criteria.From MapJoin<X,K,V> join( MapAttribute<?,K,V> map ) Create an inner join to the specified Map-valued attribute. Parameters: map - target of the join Returns: the resulting join Since: JPA 2.0
42

join(set)

Method javax.persistence.criteria.From SetJoin<X,Y> join( SetAttribute<?,Y> set ) Create an inner join to the specified Set-valued attribute. Parameters: set - target of the join Returns: the resulting join Since: JPA 2.0
42

join(list)

Method javax.persistence.criteria.From ListJoin<X,Y> join( ListAttribute<?,Y> list ) Create an inner join to the specified List-valued attribute. Parameters: list - target of the join Returns: the resulting join Since: JPA 2.0
42

join(collection)

Method javax.persistence.criteria.From CollectionJoin<X,Y> join( CollectionAttribute<?,Y> collection ) Create an inner join to the specified Collection-valued attribute. Parameters: collection - target of the join Returns: the resulting join Since: JPA 2.0
30

ObjectDB Object Database Features

). FROM (including INNER JOIN, LEFT OUTER JOIN and JOIN FETCH). WHERE (with both JPQL and JDOQL ... and array elements are indexable (extremely fast JOIN queries). Map keys and values are indexable ... fetch and JPA query FETCH JOIN. Configurable JDO fetch groups. Ease of Use and Learning ObjectDB
25

javax.persistence.criteria.Fetch

a fetch join to the specified attribute using an inner join. Create a fetch join to the specified attribute using an inner join. Parameters: attributeName - name of the attribute for the target ... > attribute) Create a fetch join to the specified collection-valued attribute using an inner join. Create
24

javax.persistence.criteria.FetchParent

a fetch join to the specified attribute using an inner join. Create a fetch join to the specified attribute using an inner join. Parameters: attributeName - name of the attribute for the target ... > attribute) Create a fetch join to the specified collection-valued attribute using an inner join. Create

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