public interface LoadPrimaryKeyMapper<T>
| 限定符和类型 | 方法和说明 |
|---|---|
List<T> |
loadPrimaryKey(T obj) |
T |
loadPrimaryKeyByPK(T obj) |
@SelectProvider(type=LoadPrimaryKeyProvider.class, method="loadPrimaryKey") List<T> loadPrimaryKey(T obj)
@SelectProvider(type=LoadPrimaryKeyProvider.class, method="loadPrimaryKeyByPK") T loadPrimaryKeyByPK(T obj)
Copyright © 2025. All rights reserved.