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