public interface BaseDeleteRepository<ID extends Serializable>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
delete(Clause clause) |
int |
deleteById(ID id) |
@Transactional @DeleteProvider(type=BaseDeleteProvider.class, method="dynamicSQL") int deleteById(@Param(value="_key") ID id)
@Transactional @DeleteProvider(type=BaseDeleteProvider.class, method="dynamicSQL") int delete(@Param(value="_clause") Clause clause)
Copyright © 2018. All rights reserved.