public interface EntityUpdateByIdMapper<E> extends EntityMapper<E>
| 限定符和类型 | 方法和说明 |
|---|---|
default int |
updateEntityById(E entity) |
default int |
updateEntityById(E entity,
boolean includeEmpty) |
int |
updateEntityById(E entity,
boolean includeEmpty,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default int |
updateEntityById(E entity,
Set<String> includeEmptyFields) |
default int |
updateEntityById(E entity,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
@UpdateProvider(type=MapperProviders.class, method="updateEntityById") int updateEntityById(@Param(value="_e") E entity, @Param(value="_ie") boolean includeEmpty, @Param(value="_iec") Set<String> includeEmptyFields, @Param(value="_xc") Set<String> excludeFields)
default int updateEntityById(E entity, Set<String> includeEmptyFields, Set<String> excludeFields)
default int updateEntityById(E entity, boolean includeEmpty)
default int updateEntityById(E entity)
Copyright © 2025 fossc. All rights reserved.