@Repository(value="blStaticAssetDao") public class StaticAssetDaoImpl extends Object implements StaticAssetDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
protected StaticAssetDaoQueryExtensionManager |
queryExtensionManager |
| 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) |
StaticAsset |
readStaticAssetById(Long id) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
protected StaticAssetDaoQueryExtensionManager queryExtensionManager
public StaticAsset readStaticAssetById(Long id)
readStaticAssetById in interface StaticAssetDaopublic List<StaticAsset> readAllStaticAssets()
readAllStaticAssets in interface StaticAssetDaopublic StaticAsset readStaticAssetByFullUrl(String fullUrl)
readStaticAssetByFullUrl in interface StaticAssetDaopublic StaticAsset addOrUpdateStaticAsset(StaticAsset asset, boolean clearLevel1Cache)
addOrUpdateStaticAsset in interface StaticAssetDaopublic void delete(StaticAsset asset)
delete in interface StaticAssetDaoCopyright © 2017. All rights reserved.