- Introduce `getObjectsWhereClause` for fetching objects using custom where clauses. - Mark the method as deprecated due to its vulnerability to SQL injection; recommend safer alternatives (`getFieldsWhere`, `getFieldsWhereIn`).
- Introduce `getObjectsWhereClause` for fetching objects using custom where clauses. - Mark the method as deprecated due to its vulnerability to SQL injection; recommend safer alternatives (`getFieldsWhere`, `getFieldsWhereIn`).