Uses of Class
org.miaixz.bus.mapper.criteria.Weekend
Packages that use Weekend
-
Uses of Weekend in org.miaixz.bus.mapper.criteria
Methods in org.miaixz.bus.mapper.criteria that return WeekendModifier and TypeMethodDescriptionWeekend.excludeProperties(org.miaixz.bus.core.center.function.FunctionX<T, ?>... fns) 排除查询字段,优先级低于 selectPropertiesstatic <A> Weekend<A> static <A> Weekend<A> static <A> Weekend<A> Weekend.selectProperties(org.miaixz.bus.core.center.function.FunctionX<T, ?>... fns) 指定要查询的属性列 - 这里会自动映射到表字段Weekend.withCountProperty(org.miaixz.bus.core.center.function.FunctionX<T, ?> fn) Weekend.withDistinct(boolean distinct) Weekend.withForUpdate(boolean forUpdate) Weekend.withTableName(String tableName)