public class SQLAssetStore extends edu.uiuc.ncsa.security.storage.sql.SQLStore<Asset> implements AssetStore
Created by Jeff Gaynor
on 1/28/13 at 2:11 PM
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TABLENAME |
| Constructor and Description |
|---|
SQLAssetStore() |
SQLAssetStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool,
edu.uiuc.ncsa.security.storage.sql.internals.Table table,
javax.inject.Provider<Asset> assetProvider,
edu.uiuc.ncsa.security.storage.data.MapConverter<Asset> converter) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
get(String identifier)
Simplifying calls.
|
void |
save(String identifier,
Asset asset) |
checkColumns, clear, containsKey, containsValue, create, depopulate, entrySet, get, getTable, isEmpty, keySet, populate, put, putAll, register, remove, rsToMap, save, size, size, toString, update, valuesdestroyConnection, getConnection, getConnectionPool, releaseConnection, setConnectionPoolpublic static final String DEFAULT_TABLENAME
public Asset get(String identifier)
AssetStoreget in interface AssetStorepublic void save(String identifier, Asset asset)
save in interface AssetStoreCopyright © 2014. All Rights Reserved.