@Repository(value="blStaticAssetStorageDao") public class StaticAssetStorageDaoImpl extends java.lang.Object implements StaticAssetStorageDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
StaticAssetStorageDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
StaticAssetStorage |
create() |
java.sql.Blob |
createBlob(org.springframework.web.multipart.MultipartFile uploadedFile) |
void |
delete(StaticAssetStorage assetStorage) |
StaticAssetStorage |
readStaticAssetStorageById(java.lang.Long id) |
StaticAssetStorage |
readStaticAssetStorageByStaticAssetId(java.lang.Long id) |
StaticAssetStorage |
save(StaticAssetStorage assetStorage) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public StaticAssetStorage create()
create in interface StaticAssetStorageDaopublic java.sql.Blob createBlob(org.springframework.web.multipart.MultipartFile uploadedFile)
throws java.io.IOException
createBlob in interface StaticAssetStorageDaojava.io.IOExceptionpublic StaticAssetStorage readStaticAssetStorageById(java.lang.Long id)
readStaticAssetStorageById in interface StaticAssetStorageDaopublic StaticAssetStorage readStaticAssetStorageByStaticAssetId(java.lang.Long id)
readStaticAssetStorageByStaticAssetId in interface StaticAssetStorageDaopublic StaticAssetStorage save(StaticAssetStorage assetStorage)
save in interface StaticAssetStorageDaopublic void delete(StaticAssetStorage assetStorage)
delete in interface StaticAssetStorageDaoCopyright © 2018. All Rights Reserved.