Uses of Interface
org.miaixz.bus.mapper.criteria.SqlCriteria
Packages that use SqlCriteria
-
Uses of SqlCriteria in org.miaixz.bus.mapper.criteria
Classes in org.miaixz.bus.mapper.criteria that implement SqlCriteria -
Uses of SqlCriteria in org.miaixz.bus.mapper.entity
Methods in org.miaixz.bus.mapper.entity with parameters of type SqlCriteriaModifier and TypeMethodDescriptionCondition.Builder.andWhere(SqlCriteria sqls) Condition.Builder.orWhere(SqlCriteria sqls) Condition.Builder.where(SqlCriteria sqls)