public interface EntityUpdateByAnyMapper<E> extends EntityMapper<E>
| 限定符和类型 | 方法和说明 |
|---|---|
default int |
updateEntityByAny(E entity,
boolean updateIncludeEmpty,
E where,
boolean whereIncludeEmpty) |
int |
updateEntityByAny(E entity,
boolean updateIncludeEmpty,
Set<String> updateIncludeEmptyFields,
Set<String> updateExcludeFields,
E where,
boolean whereIncludeEmpty,
Set<String> whereIncludeEmptyFields,
Set<String> whereExcludeFields) |
default int |
updateEntityByAny(E entity,
E where) |
default int |
updateEntityByAny(E entity,
Set<String> updateIncludeEmptyFields,
E where,
Set<String> whereIncludeEmptyFields) |
default int |
updateEntityByAny(E entity,
Set<String> updateIncludeEmptyFields,
Set<String> updateExcludeFields,
E where,
Set<String> whereIncludeEmptyFields,
Set<String> whereExcludeFields) |
default int |
updateEntityByAnyOfMap(E entity,
boolean updateIncludeEmpty,
Map<String,Object> where,
boolean whereIncludeEmpty) |
int |
updateEntityByAnyOfMap(E entity,
boolean updateIncludeEmpty,
Set<String> updateIncludeEmptyFields,
Set<String> updateExcludeFields,
Object where,
boolean whereIncludeEmpty,
Set<String> whereIncludeEmptyFields,
Set<String> whereExcludeFields) |
default int |
updateEntityByAnyOfMap(E entity,
Map<String,Object> where) |
default int |
updateEntityByAnyOfMap(E entity,
Set<String> updateIncludeEmptyFields,
Criteria where,
Set<String> whereIncludeEmptyFields) |
default int |
updateEntityByAnyOfMap(E entity,
Set<String> updateIncludeEmptyFields,
Set<String> updateExcludeFields,
Criteria where,
Set<String> whereIncludeEmptyFields,
Set<String> whereExcludeFields) |
default int |
updateEntityByCriteria(E entity,
boolean updateIncludeEmpty,
Criteria where,
boolean whereIncludeEmpty) |
int |
updateEntityByCriteria(E entity,
boolean updateIncludeEmpty,
Set<String> updateIncludeEmptyFields,
Set<String> updateExcludeFields,
Criteria where,
boolean whereIncludeEmpty,
Set<String> whereIncludeEmptyFields,
Set<String> whereExcludeFields) |
default int |
updateEntityByCriteria(E entity,
Criteria where) |
default int |
updateEntityByCriteria(E entity,
Set<String> updateIncludeEmptyFields,
Criteria where,
Set<String> whereIncludeEmptyFields) |
default int |
updateEntityByCriteria(E entity,
Set<String> updateIncludeEmptyFields,
Set<String> updateExcludeFields,
Criteria where,
Set<String> whereIncludeEmptyFields,
Set<String> whereExcludeFields) |
@UpdateProvider(type=MapperProviders.class, method="updateEntityByAny") int updateEntityByAny(@Param(value="_e") E entity, @Param(value="_ie") boolean updateIncludeEmpty, @Param(value="_iec") Set<String> updateIncludeEmptyFields, @Param(value="_xc") Set<String> updateExcludeFields, @Param(value="_w") E where, @Param(value="_w_ie") boolean whereIncludeEmpty, @Param(value="_w_iec") Set<String> whereIncludeEmptyFields, @Param(value="_w_xc") Set<String> whereExcludeFields)
default int updateEntityByAny(E entity, Set<String> updateIncludeEmptyFields, Set<String> updateExcludeFields, E where, Set<String> whereIncludeEmptyFields, Set<String> whereExcludeFields)
default int updateEntityByAny(E entity, Set<String> updateIncludeEmptyFields, E where, Set<String> whereIncludeEmptyFields)
default int updateEntityByAny(E entity, boolean updateIncludeEmpty, E where, boolean whereIncludeEmpty)
@UpdateProvider(type=MapperProviders.class, method="updateEntityByAny") int updateEntityByAnyOfMap(@Param(value="_e") E entity, @Param(value="_ie") boolean updateIncludeEmpty, @Param(value="_iec") Set<String> updateIncludeEmptyFields, @Param(value="_xc") Set<String> updateExcludeFields, @Param(value="_w") Object where, @Param(value="_w_ie") boolean whereIncludeEmpty, @Param(value="_w_iec") Set<String> whereIncludeEmptyFields, @Param(value="_w_xc") Set<String> whereExcludeFields)
default int updateEntityByAnyOfMap(E entity, Set<String> updateIncludeEmptyFields, Set<String> updateExcludeFields, Criteria where, Set<String> whereIncludeEmptyFields, Set<String> whereExcludeFields)
default int updateEntityByAnyOfMap(E entity, Set<String> updateIncludeEmptyFields, Criteria where, Set<String> whereIncludeEmptyFields)
default int updateEntityByAnyOfMap(E entity, boolean updateIncludeEmpty, Map<String,Object> where, boolean whereIncludeEmpty)
@UpdateProvider(type=MapperProviders.class, method="updateEntityByAny") int updateEntityByCriteria(@Param(value="_e") E entity, @Param(value="_ie") boolean updateIncludeEmpty, @Param(value="_iec") Set<String> updateIncludeEmptyFields, @Param(value="_xc") Set<String> updateExcludeFields, @Param(value="_w") Criteria where, @Param(value="_w_ie") boolean whereIncludeEmpty, @Param(value="_w_iec") Set<String> whereIncludeEmptyFields, @Param(value="_w_xc") Set<String> whereExcludeFields)
default int updateEntityByCriteria(E entity, Set<String> updateIncludeEmptyFields, Set<String> updateExcludeFields, Criteria where, Set<String> whereIncludeEmptyFields, Set<String> whereExcludeFields)
default int updateEntityByCriteria(E entity, Set<String> updateIncludeEmptyFields, Criteria where, Set<String> whereIncludeEmptyFields)
default int updateEntityByCriteria(E entity, boolean updateIncludeEmpty, Criteria where, boolean whereIncludeEmpty)
Copyright © 2024 fossc. All rights reserved.