refactor(ORM): generalize whereIsset method to accept custom queries
The method now accepts a custom where query and bind values instead of a fixed equality check.
This provides more flexibility for conditional where clauses based on value presence.