validate method

void validate(
  1. String query
)

If this Dao is a DaoTenant then the DaoTenant.validate method will be called to check that multi-tenancy is being enforced in the query.

Implementation

void validate(String query) {
  // no op
}