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