Internal Website Search

11-20 of 200 resultsRefresh

javax.persistence.criteria.Root

"> Create a fetch join to the specified attribute using an inner join. inner join. Parameters ... "> Create a fetch join to the specified collection-valued attribute using an inner join.

ObjectDB Object Database Features

query inner_join_fetch">FETCH JOIN.FROM (including inner_join">INNER JOIN ... /jpql/from#left_outer_inner_join_fetch">JOIN FETCH).

join(attribute)

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

join(attributeName)

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

join(map)

" title="Interface in javax.persistence.criteria">MapJoin<X,K,V> join(   ... ">MapAttribute<?,K,V> map) Create an inner join to the specified Map-valued attribute.

join(set)

<?,Y> set) Create an inner join ... " title="Interface in javax.persistence.criteria">SetJoin<X,Y> join(   Parameters: set - target of the join

join(list)

" title="Interface in javax.persistence.criteria">ListJoin<X,Y> join(   ... ">ListAttribute<?,Y> list) Create an inner join to the specified List-valued attribute.

join(collection)

="description"> Create an inner join to the specified Collection-valued attribute. CollectionJoin<X,Y> join(  ... > - target of the join Returns

Paths and Types in JPQL and Criteria API

/jpa/query/jpql/from#inner_join">equivalent JOIN query. Entity Type ExpressionsJoin">Join and Join's descendants). Path ExpressionsJoin">Join interfaces (which are subinterfaces of

Criteria Query From Elements

_inner_join_fetch">Join Fetch is managed in criteria queries by the following interfaces: inner_join">Join variables (bound by an attribute of a preceding variable in the FROM clause)