This is very helpful. Thanks for the detailed explanation about how to create dynamic whereclause
@girishthimmegowda96076 жыл бұрын
Thanks for the detailed explanation. It was really helpful for me. Along with vo.clearCache and vo.setWhereClause(null) we should also do vo.setWhereClauseParams(null). This will be helpful when the number of bind variables in the where clause are not fixed.