@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) |
List<StaticAsset> |
readAllStaticAssets() |
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 StaticAssetDao
public List<StaticAsset> readAllStaticAssets()
readAllStaticAssets
in interface StaticAssetDao
public StaticAsset readStaticAssetByFullUrl(String fullUrl, SandBox targetSandBox)
readStaticAssetByFullUrl
in interface StaticAssetDao
public StaticAsset addOrUpdateStaticAsset(StaticAsset asset, boolean clearLevel1Cache)
addOrUpdateStaticAsset
in interface StaticAssetDao
public void delete(StaticAsset asset)
delete
in interface StaticAssetDao
Copyright © 2014. All rights reserved.