Internal Website Search

21-30 of 200 resultsRefresh

javax.persistence.criteria.Fetch

an inner join. Create a fetch join to the specified attribute using an inner join. inner join.

javax.persistence.criteria.FetchParent

class="teaser"> Create a fetch join to the specified attribute using an inner join. inner join. inner join. Create

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(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

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