ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
38

joinMap(attributeName)

Method javax.persistence.criteria.From MapJoin<X,K,V> joinMap( String attributeName ) Create an inner join to the specified Map-valued 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
38

join(map, jt)

Method javax.persistence.criteria.From MapJoin<X,K,V> join( MapAttribute<?,K,V> map, JoinType jt ) Create a join to the specified Map-valued attribute using the given join type. Parameters: map - target of the join jt - join type Returns: the resulting join Since: JPA 2.0
38

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
38

join(set, jt)

Method javax.persistence.criteria.From SetJoin<X,Y> join( SetAttribute<?,Y> set, JoinType jt ) Create a join to the specified Set-valued attribute using the given join type. Parameters: set - target of the join jt - join type Returns: the resulting join Since: JPA 2.0
38

joinList(attributeName)

Method javax.persistence.criteria.From ListJoin<X,Y> joinList( String attributeName ) Create an inner join to the specified List-valued 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
38

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
38

joinCollection(attributeName, jt)

Method javax.persistence.criteria.From CollectionJoin<X,Y> joinCollection( String attributeName, 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
38

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
38

from(entity)

Method javax.persistence.criteria.AbstractQuery Root<X> from( EntityType<X> entity ) Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots. Parameters: entity - metamodel entity representing the entity of type X Returns: query root corresponding to the given entity Since: JPA 2.0
38

joinCollection(attributeName)

Method javax.persistence.criteria.From CollectionJoin<X,Y> joinCollection( String attributeName ) Create an inner join to the specified Collection-valued attribute. Parameters: attributeName - name of the attribute for the target of the join Returns: the resulting join Throws

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