public interface TranslationEntityManager extends EntityManager<TranslationEntity>
Modifier and Type | Method and Description |
---|---|
TranslationQuery |
createTranslationQuery() |
void |
deleteByScopeIdAndScopeType(String scopeId,
String scopeType) |
TranslationEntity |
findByScopeIdScopeTypeKeyAndLocale(String scopeId,
String scopeType,
String key,
String locale) |
long |
findTranslationCountByQueryCriteria(TranslationQuery translationQuery) |
List<Translation> |
findTranslationsByQueryCriteria(TranslationQuery translationQuery) |
List<TranslationEntity> |
findTranslationsForScopeIdAndScopeType(String scopeId,
String scopeType) |
TranslationQuery createTranslationQuery()
TranslationEntity findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale)
List<TranslationEntity> findTranslationsForScopeIdAndScopeType(String scopeId, String scopeType)
List<Translation> findTranslationsByQueryCriteria(TranslationQuery translationQuery)
long findTranslationCountByQueryCriteria(TranslationQuery translationQuery)