public interface SQLBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
static AbstractDQLSQLBuilder |
getDQLSQLBuilderInstance(QuickDAOConfig quickDAOConfig)
新建对应SQLBuilder实例
|
PreparedStatement |
selectCountById(Object instance)
根据唯一性约束查询
|
PreparedStatement |
selectCountByUniqueKey(Object instance)
根据唯一性约束查询
|
PreparedStatement selectCountById(Object instance) throws Exception
ExceptionPreparedStatement selectCountByUniqueKey(Object instance) throws Exception
Exceptionstatic AbstractDQLSQLBuilder getDQLSQLBuilderInstance(QuickDAOConfig quickDAOConfig)
Copyright © 2020. All rights reserved.