ObjectDB ObjectDB

Internal Website Search

101-110 of 200 resultsRefresh
6

fetch(attributeName, jt)

Method javax.persistence.criteria.FetchParent Fetch<X,Y> fetch( String attributeName, JoinType jt ) Create a fetch join to the specified attribute using the given join type. Parameters: attributeName - name of the attribute for the target of the join jt - join type Returns: the resulting fetch join
6

fetch(attribute, jt)

Method javax.persistence.criteria.FetchParent Fetch<X,Y> fetch( SingularAttribute<?,Y> attribute, JoinType jt ) Create a fetch join to the specified single-valued attribute using the given join type. Parameters: attribute - target of the join jt - join type Returns: the resulting fetch join Since: JPA 2.0
6

joinSet(attributeName, jt)

Method javax.persistence.criteria.From SetJoin<X,Y> joinSet( String attributeName, JoinType jt ) Create a join to the specified Set-valued attribute using the given join type. Parameters: attributeName - name of the attribute for the target of the join jt - join type Returns: the resulting join
6

joinList(attributeName, jt)

Method javax.persistence.criteria.From ListJoin<X,Y> joinList( String attributeName, JoinType jt ) Create a join to the specified List-valued attribute using the given join type. Parameters: attributeName - name of the attribute for the target of the join jt - join type Returns: the resulting join
6

joinMap(attributeName, jt)

Method javax.persistence.criteria.From MapJoin<X,K,V> joinMap( String attributeName, JoinType jt ) Create a join to the specified Map-valued attribute using the given join type. Parameters: attributeName - name of the attribute for the target of the join jt - join type Returns: the resulting join
6

joinCollection(attributeName, jt)

, JoinType jt ) Create a join to the specified Collection-valued attribute using the given join type. Parameters: attributeName - name of the attribute for the target of the join jt - join type Returns: the resulting join Throws: IllegalArgumentException - if attribute of the given name does not exist Since: JPA 2.0
6

combined index not used

: (v$1.linkedObjects join v$2). Step 5: Process ObjectProperty (v$3) instances ... .properties join v$3). [Step 5b] Evaluate fields in ObjectProperty (v$3) instances. [Step 5c ... is preferred and can improve performance). Complex heavy queries with several JOIN operations require
5

correlate(parentMap)

Method javax.persistence.criteria.Subquery MapJoin<X,K,V> correlate( MapJoin<X,K,V> parentMap ) Create a subquery map join object correlated to a map join object of the enclosing query. Parameters: parentMap - join object of the containing query Returns: subquery join Since: JPA 2.0
5

correlate(parentSet)

Method javax.persistence.criteria.Subquery SetJoin<X,Y> correlate( SetJoin<X,Y> parentSet ) Create a subquery set join object correlated to a set join object of the enclosing query. Parameters: parentSet - join object of the containing query Returns: subquery join Since: JPA 2.0
0

javax.jdo.annotations.Value

a foreign key constraint exists on the column or columns associated with this join. Generate or assume a foreign key constraint exists on the column or columns associated with this join. Specify "true" or ... String serialized Whether the value is to be stored serialized (into a single column of a join table

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