Opens a cursor that returns the entities qualifying for the join. The join operation is performed as the returned cursor is accessed.
The operations performed with the cursor will not be transaction protected, and {@link CursorConfig#DEFAULT} is used implicitly.
@return the cursor.
@throws OperationFailureException if one of the
Read Operation Failures occurs.
@throws EnvironmentFailureException if an unexpected, internal orenvironment-wide failure occurs.
@throws IllegalStateException if less than two conditions were added.
@throws DatabaseException the base class for all BDB exceptions.