Interface MediaMetaDataServiceDao
- All Known Implementing Classes:
DefaultMediaMetaDataServiceDao
public interface MediaMetaDataServiceDao
-
Method Summary
Modifier and TypeMethodDescriptionfindMetaData(MediaModel media, String group) Retrieves allMediaMetaDataModelentries for the givenMediaModel.
-
Method Details
-
findMetaData
Retrieves allMediaMetaDataModelentries for the givenMediaModel. If agroupis provided, only entries matching this group will be returned.- Parameters:
media- theMediaModelin question.group- optional restriction to a certain group- Returns:
- all
MediaMetaDataModelcurrently persisted to database (matching the group if specified)
-