@Repository(value="blStaticAssetDao") public class StaticAssetDaoImpl extends 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) |
StaticAsset |
readStaticAssetByFullUrl(String fullUrl,
SandBox targetSandBox) |
StaticAsset |
readStaticAssetById(Long id) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public StaticAsset readStaticAssetById(Long id)
readStaticAssetById in interface StaticAssetDaopublic StaticAsset readStaticAssetByFullUrl(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 © 2013. All rights reserved.