public interface SQLBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ConnectionExecutorItem |
selectCountById(Object instance)
根据唯一性约束查询
|
ConnectionExecutorItem |
selectCountByUniqueKey(Object instance)
根据唯一性约束查询
|
ConnectionExecutorItem selectCountById(Object instance) throws Exception
ExceptionConnectionExecutorItem selectCountByUniqueKey(Object instance) throws Exception
ExceptionCopyright © 2021. All rights reserved.