public class DefaultImageDetailsDao extends org.springframework.orm.hibernate.support.HibernateDaoSupport implements ImageDetailsDao
ImageDetails
via Hibernate.Constructor and Description |
---|
DefaultImageDetailsDao() |
Modifier and Type | Method and Description |
---|---|
ImageDetails |
getImageDetails(Attachment attachment)
Fetch the image details of a specific attachment from the database.
|
void |
removeDetailsFor(Attachment attachment)
Remove any stored
ImageDetails for the given Attachment . |
void |
save(ImageDetails imageDetails)
Save the image details of an attachment.
|
public ImageDetails getImageDetails(Attachment attachment)
ImageDetailsDao
getImageDetails
in interface ImageDetailsDao
attachment
- for which the image details will be retrievedpublic void save(ImageDetails imageDetails)
ImageDetailsDao
save
in interface ImageDetailsDao
imageDetails
- to save.public void removeDetailsFor(Attachment attachment)
ImageDetailsDao
ImageDetails
for the given Attachment
.removeDetailsFor
in interface ImageDetailsDao
Copyright © 2003–2016 Atlassian. All rights reserved.
View cookie preferences