Interface TranslationEntityManager
- All Superinterfaces:
EntityManager<TranslationEntity>
- All Known Implementing Classes:
TranslationEntityManagerImpl
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteByScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) void
deleteByScopeIdAndScopeType
(String scopeId, String scopeType) findByScopeIdScopeTypeKeyAndLocale
(String scopeId, String scopeType, String key, String locale) long
findTranslationCountByQueryCriteria
(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
-