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