Internal Website Search

21-30 of 200 resultsRefresh

join(attribute, jt)

.criteria.FromJoin" title="Interface in javax.persistence.criteria">Join<X,Y> join(  JoinType jt) Create a join to the specified

join(attributeName, jt)

.criteria.FromJoin" title="Interface in javax.persistence.criteria">Join<X,Y> join(  String attributeName,    ... ;jt) Create a join to the specified attribute using

join(collection, jt)

.persistence.criteria">CollectionJoin<X,Y> join(  join to the specified Collection-valued attribute using the given join type. Parameters: collection - target of the join jt

join(attribute)

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

join(set, jt)

.persistence.criteria">SetJoin<X,Y> join(  JoinType jt) Create a join to the specified Set-valued attribute using the given join type. Parameters: set

join(list, jt)

.persistence.criteria">ListJoin<X,Y> join(  JoinType jt) Create a join to the specified List-valued attribute using the given join type. Parameters:

join(map, jt)

.persistence.criteria">MapJoin<X,K,V> join(  JoinType jt) Create a join to the specified Map-valued attribute using the given join type. Parameters:

join(attributeName)

.criteria.FromJoin" title="Interface in javax.persistence.criteria">Join<X,Y> join(  String attributeName) Create an inner join to the specified attribute.

javax.jdo.annotations.Joins

>Annotation Joins Target: Classes Annotation for a group of joins. Join

Joins.value

="context">Joins" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.JoinsJoin" title="Annotation in javax.jdo.annotations">Join[] value The join definitions used