Interface TranslationEntityManager
- All Superinterfaces:
EntityManager<TranslationEntity>
- All Known Implementing Classes:
TranslationEntityManagerImpl
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) voiddeleteByScopeIdAndScopeType(String scopeId, String scopeType) findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale) longfindTranslationCountByQueryCriteria(TranslationQuery translationQuery) findTranslationsByQueryCriteria(TranslationQuery translationQuery) findTranslationsForScopeIdAndScopeType(String scopeId, String scopeType)
-
Method Details
-
createTranslationQuery
TranslationQuery createTranslationQuery() -
findByScopeIdScopeTypeKeyAndLocale
TranslationEntity findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale) -
findTranslationsForScopeIdAndScopeType
-
findTranslationsByQueryCriteria
-
findTranslationCountByQueryCriteria
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-