Package | Description |
---|---|
tk.mybatis.mapper.entity | |
tk.mybatis.mapper.weekend |
Modifier and Type | Class and Description |
---|---|
class |
Condition
Condition - 条件查询,命名就是任性
|
Modifier and Type | Method and Description |
---|---|
Example |
Example.Builder.build() |
Example |
Example.excludeProperties(String... properties)
排除查询字段,优先级低于 selectProperties
|
Example |
Example.selectProperties(String... properties)
指定要查询的属性列 - 这里会自动映射到表字段
|
Constructor and Description |
---|
OrderBy(Example example,
Map<String,EntityColumn> propertyMap) |
Modifier and Type | Class and Description |
---|---|
class |
Weekend<T> |
Copyright © 2018. All rights reserved.