A Join
object is an optional argument to RemoteThread
or RemoteFunction
calls. A thread that calls the Join object's waitFor
method is blocked until all remote threads started with that Join object have finished. A Join
object also implements java.util.Iterator
. The Iterator methods can be used to collect the results of multiple remote threads as they become available.
@author Maurice Herlihy
@date April 1998
@date March 1998
table_a LEFT JOIN table_b ON table_a.id = table_b.a_id
join ::= join_spec join_association_path_expression [AS] identification_variable
A JOIN FETCH enables the fetching of an association as a side effect of the execution of a query. A JOIN FETCH is specified over an entity and its related entities.
fetch_join ::= join_spec FETCH join_association_path_expression
@version 2.4.2 @since 2.3 @author Pascal Filion
The Join class is similar to Query in that it allows one to specify a FeatureType name, a set of properties, and a filter. A Join must specify:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|