returnrawQueryGetDtoList("select tp.*, rpc.content_id from t_operation AS tp left outer join r_operation_content AS rpc on tp.operation_id = rpc.operation_id where tp.need_sync_flg = 1",null,OperationDto.class);
returnrawQueryGetDtoList(
"select tp.*, rpc.content_id from t_operation AS tp "
+"left outer join r_operation_content AS rpc on tp.operation_id = rpc.operation_id "