| 限定符和类型 | 方法和说明 |
|---|---|
void |
BaseRepository.updateByCondition(SqlSource sqlSource,
SqlCondition sqlCondition)
根据条件更新
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BaseRepositoryImpl.updateByCondition(SqlSource sqlSource,
SqlCondition sqlCondition) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SpecialColumn.process(SqlSource sqlSource,
PojoField pojoField)
执行一段特殊逻辑
|
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
TypeConverter.process(SqlSource sqlSource,
PojoField pojoField) |
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
Validator.process(SqlSource sqlSource,
PojoField pojoField) |
| 构造器和说明 |
|---|
UpdateParamImpl(SqlSource sqlSource,
SqlCondition sqlCondition) |
| 限定符和类型 | 方法和说明 |
|---|---|
default SqlSource |
ParameterMapping.getSingleSqlSource() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SqlSource> |
ParameterMapping.getSqlSources() |
List<SqlSource> |
ParameterMappingImpl.getSqlSources() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ParameterMapping.setSqlSources(List<SqlSource> sqlSources) |
void |
ParameterMappingImpl.setSqlSources(List<SqlSource> sqlSources) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
PojoSqlSource |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EmptySqlSource |
class |
LogicDeleteSqlSource |
class |
MapSqlSource |
class |
PojoPropertySqlParameterSource |
| 限定符和类型 | 方法和说明 |
|---|---|
SqlSource |
EmptySqlSource.set(String key,
Object v) |
SqlSource |
MapSqlSource.set(String key,
Object v) |
SqlSource |
PojoPropertySqlParameterSource.set(String key,
Object v) |
SqlSource |
SqlSource.set(String key,
Object v) |
Copyright © 2022. All rights reserved.