Interface MediaMetaDataServiceDao

    • Method Detail

      • findMetaData

        java.util.Collection<MediaMetaDataModel> findMetaData​(MediaModel media,
                                                              java.lang.String group)
        Retrieves all MediaMetaDataModel entries for the given MediaModel. If a group is provided, only entries matching this group will be returned.
        Parameters:
        media - the MediaModel in question.
        group - optional restriction to a certain group
        Returns:
        all MediaMetaDataModel currently persisted to database (matching the group if specified)