类的使用
tk.mybatis.mapper.entity.Example
-
使用Example的程序包 程序包 说明 tk.mybatis.mapper.entity -
-
tk.mybatis.mapper.entity中Example的使用
tk.mybatis.mapper.entity中Example的子类 修饰符和类型 类 说明 classConditionCondition - 条件查询,命名就是任性返回Example的tk.mybatis.mapper.entity中的方法 修饰符和类型 方法 说明 ExampleExample.Builder. build()ExampleExample. excludeProperties(String... properties)排除查询字段,优先级低于 selectPropertiesExampleExample. selectProperties(String... properties)指定要查询的属性列 - 这里会自动映射到表字段参数类型为Example的tk.mybatis.mapper.entity中的构造器 构造器 说明 OrderBy(Example example, Map<String,EntityColumn> propertyMap)
-