@Repository(value="blStaticAssetDao") public class StaticAssetDaoImpl extends java.lang.Object implements StaticAssetDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
StaticAssetDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
StaticAsset |
addOrUpdateStaticAsset(StaticAsset asset,
boolean clearLevel1Cache) |
void |
delete(StaticAsset asset) |
java.util.List<StaticAsset> |
readAllStaticAssets() |
StaticAsset |
readStaticAssetByFullUrl(java.lang.String fullUrl,
SandBox targetSandBox) |
StaticAsset |
readStaticAssetById(java.lang.Long id) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public StaticAsset readStaticAssetById(java.lang.Long id)
readStaticAssetById in interface StaticAssetDaopublic java.util.List<StaticAsset> readAllStaticAssets()
readAllStaticAssets in interface StaticAssetDaopublic StaticAsset readStaticAssetByFullUrl(java.lang.String fullUrl, SandBox targetSandBox)
readStaticAssetByFullUrl in interface StaticAssetDaopublic StaticAsset addOrUpdateStaticAsset(StaticAsset asset, boolean clearLevel1Cache)
addOrUpdateStaticAsset in interface StaticAssetDaopublic void delete(StaticAsset asset)
delete in interface StaticAssetDaoCopyright © 2018. All Rights Reserved.