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