public class SqlSvrJsonObjectDao extends GeneralJsonObjectDao
GeneralJsonObjectDao.JSONObjectComparatorlogger, SELF_ORDER_BY, TABLE_SORT_FIELD, TABLE_SORT_ORDER| 构造器和说明 |
|---|
SqlSvrJsonObjectDao() |
SqlSvrJsonObjectDao(Connection conn) |
SqlSvrJsonObjectDao(Connection conn,
TableInfo tableInfo) |
SqlSvrJsonObjectDao(TableInfo tableInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getSequenceNextValue(String sequenceName)
用表来模拟sequence
create table simulate_sequence (seqname varchar(100) not null primary key,
currvalue integer, increment integer);
|
buildCountSqlByProperties, buildFieldSql, buildFieldSqlWithFields, buildFilterSql, buildFilterSqlByPk, buildInsertSql, buildPartFieldSql, buildPartFieldSqlWithFields, buildSelectSqlWithFields, buildUpdateSql, checkHasAllPkColumns, checkHasAllPkColumns, checkNeedUpdate, createJsonObjectDao, createJsonObjectDao, createJsonObjectDao, deleteObjectById, deleteObjects, deleteObjectsAsTabulation, deleteObjectsAsTabulation, deleteObjectsByProperties, doExecuteNamedSql, doExecuteSql, doExecuteSql, fetchObjectsCount, fetchSelfOrderSql, fetchSelfOrderSql, findObjectsAsJSON, findObjectsAsJSON, findObjectsByNamedSql, findObjectsByNamedSql, findObjectsByNamedSql, findObjectsByNamedSqlAsJSON, findObjectsByNamedSqlAsJSON, findObjectsBySql, findObjectsBySql, findObjectsBySql, getConnect, getObjectById, getObjectByProperties, getSimulateSequenceNextValue, getTableInfo, insertObjectsAsTabulation, listObjectsByProperties, listObjectsByProperties, makePkFieldMap, mapFieldToColumnPiece, mapObjectProperties, mapObjectProperties, mergeObject, mergeObject, replaceObjectsAsTabulation, replaceObjectsAsTabulation, replaceObjectsAsTabulation, saveNewObject, setConnect, setTableInfo, updateObject, updateObject, updateObjectsByProperties, updateObjectsByPropertiespublic SqlSvrJsonObjectDao()
public SqlSvrJsonObjectDao(Connection conn)
public SqlSvrJsonObjectDao(TableInfo tableInfo)
public SqlSvrJsonObjectDao(Connection conn, TableInfo tableInfo)
public Long getSequenceNextValue(String sequenceName) throws SQLException, IOException
sequenceName - sequenceNameSQLException - SQLExceptionIOException - IOExceptionCopyright © 2020 江苏南大先腾信息产业股份有限公司. All rights reserved.