public class TileMatrixDao extends BaseDaoImpl<TileMatrix,TileMatrixKey>
Dao.CreateOrUpdateStatus, Dao.DaoObserverconnectionSource, databaseType, dataClass, lastIterator, objectFactory, statementExecutor, tableConfig, tableInfo| Constructor and Description |
|---|
TileMatrixDao(ConnectionSource connectionSource,
Class<TileMatrix> dataClass)
Constructor, required by ORMLite
|
| Modifier and Type | Method and Description |
|---|---|
int |
delete(TileMatrix data) |
int |
deleteById(TileMatrixKey id) |
int |
deleteIds(Collection<TileMatrixKey> idCollection) |
TileMatrixKey |
extractId(TileMatrix data) |
boolean |
idExists(TileMatrixKey id) |
TileMatrix |
queryForId(TileMatrixKey key) |
TileMatrix |
queryForSameId(TileMatrix data) |
int |
update(TileMatrix tileMatrix)
Update using the complex key
|
int |
updateId(TileMatrix data,
TileMatrixKey newId) |
assignEmptyForeignCollection, callBatchTasks, checkForInitialized, clearAllInternalObjectCaches, clearObjectCache, closeableIterator, closeLastIterator, commit, countOf, countOf, create, create, createIfNotExists, createOrUpdate, delete, delete, deleteBuilder, endThreadConnection, executeRaw, executeRawNoArgs, findForeignFieldType, getConnectionSource, getDataClass, getEmptyForeignCollection, getObjectCache, getObjectFactory, getRawRowMapper, getSelectStarRowMapper, getTableConfig, getTableInfo, getTableName, getWrappedIterable, getWrappedIterable, initialize, isAutoCommit, isTableExists, isUpdatable, iterator, iterator, iterator, iterator, mapSelectStarRow, notifyChanges, objectsEqual, objectToString, query, queryBuilder, queryForAll, queryForEq, queryForFieldValues, queryForFieldValuesArgs, queryForFirst, queryForMatching, queryForMatchingArgs, queryRaw, queryRaw, queryRaw, queryRaw, queryRaw, queryRawValue, refresh, registerObserver, rollBack, setAutoCommit, setConnectionSource, setObjectCache, setObjectCache, setObjectFactory, setTableConfig, startThreadConnection, unregisterObserver, update, updateBuilder, updateRawclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic TileMatrixDao(ConnectionSource connectionSource, Class<TileMatrix> dataClass) throws SQLException
connectionSource - dataClass - SQLExceptionpublic TileMatrix queryForId(TileMatrixKey key) throws SQLException
queryForId in interface Dao<TileMatrix,TileMatrixKey>queryForId in class BaseDaoImpl<TileMatrix,TileMatrixKey>SQLExceptionpublic TileMatrixKey extractId(TileMatrix data) throws SQLException
extractId in interface Dao<TileMatrix,TileMatrixKey>extractId in class BaseDaoImpl<TileMatrix,TileMatrixKey>SQLExceptionpublic boolean idExists(TileMatrixKey id) throws SQLException
idExists in interface Dao<TileMatrix,TileMatrixKey>idExists in class BaseDaoImpl<TileMatrix,TileMatrixKey>SQLExceptionpublic TileMatrix queryForSameId(TileMatrix data) throws SQLException
queryForSameId in interface Dao<TileMatrix,TileMatrixKey>queryForSameId in class BaseDaoImpl<TileMatrix,TileMatrixKey>SQLExceptionpublic int updateId(TileMatrix data, TileMatrixKey newId) throws SQLException
updateId in interface Dao<TileMatrix,TileMatrixKey>updateId in class BaseDaoImpl<TileMatrix,TileMatrixKey>SQLExceptionpublic int delete(TileMatrix data) throws SQLException
delete in interface Dao<TileMatrix,TileMatrixKey>delete in class BaseDaoImpl<TileMatrix,TileMatrixKey>SQLExceptionpublic int deleteById(TileMatrixKey id) throws SQLException
deleteById in interface Dao<TileMatrix,TileMatrixKey>deleteById in class BaseDaoImpl<TileMatrix,TileMatrixKey>SQLExceptionpublic int deleteIds(Collection<TileMatrixKey> idCollection) throws SQLException
deleteIds in interface Dao<TileMatrix,TileMatrixKey>deleteIds in class BaseDaoImpl<TileMatrix,TileMatrixKey>SQLExceptionpublic int update(TileMatrix tileMatrix) throws SQLException
update in interface Dao<TileMatrix,TileMatrixKey>update in class BaseDaoImpl<TileMatrix,TileMatrixKey>SQLExceptionCopyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.