Internal Website Search

1-10 of 200 resultsRefresh

javax.persistence.criteria.Join

.criteriaInterface Join<Z,X> SetJoin A join ... JPA criteria API's Join in Chapter 4

FROM clause (JPQL / Criteria API)

, a full iteration over the Cartesian product is avoided. [INNER] JOIN As discussed ... provides an additional type of identification variable, a join variable, which represent a more limited ... variable and one join variable: SELECT c1, c2 FROM Country c1 INNER JOIN c1

join(attribute, jt)

.persistence.criteria">javax.persistence.criteria.FromJoin" title="Interface in javax.persistence.criteria">Join<X,Y> join(   Create a join to the specified single-valued attribute using the given join type

join(attributeName, jt)

.persistence.criteria">javax.persistence.criteria.FromJoin" title="Interface in javax.persistence.criteria">Join<X,Y> join(  String  ... a join to the specified attribute using the given join type.

join(collection, jt)

/CollectionJoin" title="Interface in javax.persistence.criteria">CollectionJoin<X,Y> join(  ... > Create a join to the specified Collection-valued attribute using the given join type. Parameters:

join(attribute)

.persistence.criteria">javax.persistence.criteria.FromJoin" title="Interface in javax.persistence.criteria">Join<X,Y> join(  join to the specified single-valued attribute.

join(set, jt)

" title="Interface in javax.persistence.criteria">SetJoin<X,Y> join(   Create a join to the specified Set-valued attribute using the given join type. - target of the join jt - join type

javax.jdo.annotations.Join

Annotation Join Annotation for the join of a relation. Corresponds to the xml element "join".

javax.jdo.annotations.Joins

Annotation Joins Annotation for a group of joins. Join" title="Annotation in javax.jdo

Joins.value

Element Joins" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.JoinsJoin" title="Annotation in javax.jdo.annotations">Join[] value