| Package | Description |
|---|---|
| org.aoju.bus.mapper.builder | |
| org.aoju.bus.mapper.criteria | |
| org.aoju.bus.mapper.entity |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Builder.build() |
| Constructor and Description |
|---|
OrderBy(Condition condition,
Map<String,EntityColumn> propertyMap) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.excludeProperties(String... properties)
排除查询字段,优先级低于 selectProperties
|
Condition |
Condition.selectProperties(String... properties)
指定要查询的属性列 - 这里会自动映射到表字段
|
Copyright © 2019. All rights reserved.