Internal Website Search

21-30 of 200 resultsRefresh

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

join(list, jt)

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

join(map, jt)

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

join(attributeName)

.persistence.criteria">javax.persistence.criteria.FromJoin" title="Interface in javax.persistence.criteria">Join<X,Y> join(  String attributeName) Create an inner 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