@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) |
Long |
readTotalStaticAssetCount() |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
protected StaticAssetDaoQueryExtensionManager queryExtensionManager
public StaticAsset readStaticAssetById(Long id)
readStaticAssetById
in interface StaticAssetDao
public List<StaticAsset> readAllStaticAssets()
readAllStaticAssets
in interface StaticAssetDao
public Long readTotalStaticAssetCount()
readTotalStaticAssetCount
in interface StaticAssetDao
public StaticAsset readStaticAssetByFullUrl(String fullUrl)
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 © 2022. All rights reserved.